Jump to content

My First Mod!


WizWom

Recommended Posts

I disagree. I for one would appreciate the novelty of seeing at least one person on the Sword Coast who doesn't know J&K are Harpers.

 

I did not mean NPC knowing that K+J knowing that the pair are the Harpers, I meant a veiled remark from Khalid or Jaheira telling him something along the lines that fools' judgment is superficial'/'experience is not in the spells alone' or some last words, along the lines of 'and some people neither know nor cannot learn anything at all', etc. It's just I am not really convinced that Jaheira will take meekly someone openly telling her that she is a novice who knows nothing or try to actually explain that she is not. But uhm, I don't really want to get into arguments like this over someone else's texts. Sorry about that!

Link to comment

This place is as good as an to say that I agree with SoS that modNPCs always seem to win over BGNPCs in anything from fights to flirting, but apart from that I welcome anybody who would not be so damned chatty when it comes to personal background.

 

Even people you just meet ( J&K are different as they know Gorion) cannot wait to tell you everything about anything. What about silent brooding types for a chapter or two?

Link to comment

What about silent brooding types for a chapter or two?

 

People would assume the mod wasn't installed correctly.

 

True, but it should take a while for a ranger or a druid to warm up to a group he just met. Alright, alright, putting it in the readme won't help much either.

Link to comment
I'm getting multiple CTD after sleeping in Feldpost's. Renting a room goes as expected, but after resting, CTD every time. Something is not going as it should.

hm. that's odd. The scripting for Feldposts (_AR3351) should be:

IF
Global("WxJonPlaced","MYAREA",0)
PartyRested()
XPLT(Player1,2000)
THEN
RESPONSE #100
	SetGlobal("WxJonPlaced","MYAREA",1)
	CreateCreature("WxJON1",[472.484],3) // Jonathan Schattke - Jonathan
END

IF
Global("WxJonPlaced","MYAREA",0)
PartyRested()
XPLT(Player1,3500)
THEN
RESPONSE #100
	SetGlobal("WxJonPlaced","MYAREA",1)
	CreateCreature("WxJON2A",[472.484],3) // Jonathan Schattke - Jonathan
END

IF
Global("WxJonPlaced","MYAREA",0)
PartyRested()
XPLT(Player1,6000)
THEN
RESPONSE #100
	SetGlobal("WxJonPlaced","MYAREA",1)
	CreateCreature("WxJON2C",[472.484],3) // Jonathan Schattke - Jonathan
END

IF
Global("WxJonPlaced","MYAREA",0)
PartyRested()
XPLT(Player1,10000)
THEN
RESPONSE #100
	SetGlobal("WxJonPlaced","MYAREA",1)
	CreateCreature("WxJON3A",[472.484],3) // Jonathan Schattke - Jonathan
END

IF
Global("WxJonPlaced","MYAREA",0)
PartyRested()
XPLT(Player1,14000)
THEN
RESPONSE #100
	SetGlobal("WxJonPlaced","MYAREA",1)
	CreateCreature("WxJON4",[472.484],3) // Jonathan Schattke - Jonathan
END

IF
Global("WxJonPlaced","MYAREA",0)
PartyRested()
XPLT(Player1,20000)
THEN
RESPONSE #100
	SetGlobal("WxJonPlaced","MYAREA",1)
	CreateCreature("WxJON4B",[472.484],3) // Jonathan Schattke - Jonathan
END

IF
Global("WxJonPlaced","MYAREA",0)
PartyRested()
XPLT(Player1,28000)
THEN
RESPONSE #100
	SetGlobal("WxJonPlaced","MYAREA",1)
	CreateCreature("WxJON5",[472.484],3) // Jonathan Schattke - Jonathan
END

IF
Global("WxJonPlaced","MYAREA",0)
PartyRested()
XPLT(Player1,58000)
THEN
RESPONSE #100
	SetGlobal("WxJonPlaced","MYAREA",1)
	CreateCreature("WxJON6",[472.484],3) // Jonathan Schattke - Jonathan
END

IF
Global("WxJonPlaced","MYAREA",0)
PartyRested()
XPLT(Player1,90000)
THEN
RESPONSE #100
	SetGlobal("WxJonPlaced","MYAREA",1)
	CreateCreature("WxJON6B",[472.484],3) // Jonathan Schattke - Jonathan
END

IF
Global("WxJonPlaced","MYAREA",0)
PartyRested()
XPLT(Player1,120000)
THEN
RESPONSE #100
	SetGlobal("WxJonPlaced","MYAREA",1)
	CreateCreature("WxJON7",[472.484],3) // Jonathan Schattke - Jonathan
END

IF
Global("WxJonPlaced","MYAREA",0)
PartyRested()
XPLT(Player1,180000)
THEN
RESPONSE #100
	SetGlobal("WxJonPlaced","MYAREA",1)
	CreateCreature("WxJON7B",[472.484],3) // Jonathan Schattke - Jonathan
END

 

_AR3351.BCS is empty before I add this, the Marl dialog is started by his scripting.

Link to comment

Well, I'll download again next installation. I had not planned on running him at this moment, anyway, but I figured what the heck. If he's already installed, I might as well watch the opening credits, as it were.

 

I'm running with the dreaded Windows XP, if that helps.

Link to comment
Well, I'll download again next installation. I had not planned on running him at this moment, anyway, but I figured what the heck. If he's already installed, I might as well watch the opening credits, as it were.

 

I'm running with the dreaded Windows XP, if that helps.

I'm on XP, too; If you could email me the following, it might help:

1) your _ar3351.BCS

2) a directory listing of your override folder (from a command prompt dir >directory.txt)

3) the BGTutu WeiDU.log

4) the install debug file SETUP-WXJON.DEBUG

Link to comment

Oh, rats. I should have realized that you'd need it for troubleshooting. When I uninstalled, I deleted the files. They're in the recycle bin, so they are recoverable, but my WeiDU log will have changed. Regardless, before I try that, let me try something else. I'll do a fresh download/installation of the mod. If the download were incomplete or the installation did not go right, this would not be the first time.

 

So, the plan is: fresh download, fresh installation, give it a go, and if it still crashes, I'll send those things.

Link to comment
And really, Khalid and Jaheira should be at somewhere around 150K exp, story-wise; but then they would have to be there more as mentors than NPCs.

Well, Jaheira at least pretty much acts as if she were your mentor... (And in BG2 she says something like that, doesn't she?)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...