Jump to content


Ciswind

Member Since 04 Jun 2012
Offline Last Active Jun 07 2017 12:46 PM

Topics I've Started

Transition from SoA to ToB

09 May 2017 - 02:06 PM

I have noticed that all of my installations of BWS/BWP has this problem. 

 

baldur.bcs is still firing after entering ToB (the spirit head area AR4000) instead of baldur25.bcs

 

It has caused some clear roleplay disturbance (eg. Delon follows you all the way to ToB to ask for help in Umar Hills) and worst of all, the baldur25.bcs didn't fire at all. 

 

If I rest I can see Ellesime telling me to act faster on Jon Irenicus. 

 

What can I do to change the script firing from baldur.bcs to baldur25.bcs? 

 

Also, is there any solution in the coming installations of BWS/BWP

 

I can navigate Near Infinity fairly well. 


Avery and Asalie's scripts are not running as intended

09 August 2016 - 05:16 PM

This is my first time playing this mod so if I miss any details just tell me. 
Avery, an NPC (not joinable) in Nathaniel's romance, is supposed to initiate a conversation with PC. 
However, he keeps "has nothing to say" when met as this post mentioned. 
After checking with NI, the script of Avery [FHAvery.bcs] seems not running as intended: 
 
Spoiler
See("Nath")
InParty("Nath")
!StateCheck("Nath",CD_STATE_NOTVALID)
Global("TalkAvery","GLOBAL",0)
Global("FHSeeNath","GLOBAL",0)
CombatCounter(0)
THEN
RESPONSE #100
SetGlobal("FHSeeNath","GLOBAL",1)
StartDialogueNoSet(Player1)
END
 
In my game, all IF conditions are met but the SetGlobal("FHSeeNath","GLOBAL",1) doesn't run.
Hence no conversation can be fired as his dialogue requires the "FHSeeNath" global. 
Since I am not familiar with script language, can somebody tell me if there is any corrections needed on the IF conditions? 
Also, what quality should I look in NI to see if Nath08.cre is refered as "Nath" in the script?
The same situation goes for Asalie, another NPC of Nathaniel mod. The script doesn't work as intended so it's stuck. 
 
Any help/experience would be appreciated. 
 
Background: BG2 SOA+TOB, BGT (BiG World Setup), BG2 Fixpack installed, Nathaniel v4.3
 
Edit: Even the spoiler tags hate me. I suck at scripting.