Jump to content

Temp fix?


Guest Midnight Voyager

Recommended Posts

Guest Midnight Voyager
Unfinished Business (as of v15): If the 'Restored Minor Dialogs' component is installed then it will corrupt the area script in Glacias' area. Code to address this has been sent to UB; should be fixed in next version. Until then do not install this component of UB.

 

Is there a temporary fix for this?

 

I only believe this is my problem because... well, little else makes sense and it's been reported. Basically, Glacias always charms and there's never even any attempt to dispell. And when I dispell, he goes hostile.

 

Mind you, I didn't know about this incompatibility until it was too late. Heh, drowning in documentation here.

Link to comment

You could open up setup-ub.tp2 with your favorite text editor and look for this round about line 1110:

 

// fixes Glacias charm issue
COPY_EXISTING ~ar1303.bcs~ ~override~
 DECOMPILE_BCS_TO_BAF
REPLACE_TEXTUALLY ~\bApplySpell("kpglai01",WIZARD_TRUE_DISPEL_MAGIC)~
				  ~ActionOverride("kpglai01",ApplySpell("kpglai01",FORCE_DISPEL_MAGIC))~
REPLACE_TEXTUALLY ~\bChangeEnemyAlly("kpglai01",NEUTRAL)~
				  ~ActionOverride("kpglai01",ChangeEnemyAlly("kpglai01",NEUTRAL))~
 COMPILE_BAF_TO_BCS

 

Comment it out by surrounding it with /* */ like so:

 

/*
// fixes Glacias charm issue
COPY_EXISTING ~ar1303.bcs~ ~override~
 DECOMPILE_BCS_TO_BAF
REPLACE_TEXTUALLY ~\bApplySpell("kpglai01",WIZARD_TRUE_DISPEL_MAGIC)~
				  ~ActionOverride("kpglai01",ApplySpell("kpglai01",FORCE_DISPEL_MAGIC))~
REPLACE_TEXTUALLY ~\bChangeEnemyAlly("kpglai01",NEUTRAL)~
				  ~ActionOverride("kpglai01",ChangeEnemyAlly("kpglai01",NEUTRAL))~
 COMPILE_BAF_TO_BCS
*/

 

Reinstall this component from UB, and voila.

Link to comment
Guest PolyMorphVZ

In regards to applying this fix, what order do you suggest this be done. Im about to to a fresh reinstall and I'm worried as to the possibility of overwriting files and all that. Should it be :

 

1. G3s Fixpack v2 all the way..

2. Extract the UB .exe and STOP at that point... Edit the setup-ub.tp2 with what you said to do

3. then run the Setup-UB.exe?

Link to comment

Yes, that'll work dandy.

 

While I'm here, it's time to demonstrate my very faulty memory. You know that unkillable Nilthiri bug that folks experience with UB? It's a Fixpack-UB conflict (specifically with the UB Corrected BAMs and Scripts component), where we're again stepping on each other's toes. I actually posted code in the UB workroom months ago and completely forgot about it. It's something else that should be addressed in the next UB release, but until then... find this code, round about line 890:

 

COPY_EXISTING ~DRSHNL01.CRE~ ~override/DRSHNL01.CRE~ /* Nilthiri */
WRITE_ASCII   ~0x248~ ~DRSHNL01~					 /* Assigns the appropriate script */
WRITE_LONG	~0x250~ 0x00000000

EXTEND_TOP ~DRSHNL01.bcs~ ~ub/misc/u!nilthi.baf~	 /* Fixes Nilthiri's script */

COMPILE ~ub/misc/DRSHNL02.baf~

 

and delete or comment it out.

Link to comment
Guest Guest_Daniel_*

I had this problem till I summoned a fire elemental. It did 1pt of damage to the shaman and killed her!

 

Daniel.

Link to comment

Archived

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

×
×
  • Create New...