PDA

View Full Version : Scripts & CTD problem



jazz_chow
10-04-2008, 03:53
Hi there,

I have recently downloaded and installed the EBv1.1. In the EXPORT_DESCR_ADVICE.TXT file, I added the following lines:

;-------------------------------------------------------------------------------
AdviceThread Help_UI_Panel_Family_Tree_Early_Advice_Basics_Thread
GameArea Campaign

Item Help_UI_Panel_Family_Tree_Early_Advice_Basics_Text_01
Uninhibitable
Verbosity 0
Threshold 1
Attitude Normal
Presentation Default
Title Help_UI_Panel_Family_Tree_Early_Advice_Basics_Text_01_Title
Script scripts\show_me\add_money.txt
Text Help_UI_Panel_Family_Tree_Early_Advice_Basics_Text_01_Text1

;--------------------------------------------------------------------------------
Trigger 2092B_UI_Panel_Family_Tree_Basics_Help_Trigger
WhenToTest ScrollAdviceRequested

Condition ScrollAdviceRequested family_tree_scroll

AdviceThread Help_UI_Panel_Family_Tree_Early_Advice_Basics_Thread 0

But once I click the family tree advice button, the game crashes. I used the same codes in my EB v1.0 game and everything was fine. Could someone please tell me what may go wrong here?:oops:

Thanks!

bovi
10-04-2008, 13:12
I don't get why you would want to do this. Adding money is easily done by the add_money console command?

Anyway, I would try to run the plain EB first to verify that indeed your change is causing the problem. Comment out the script (and other lines) and see if it works then. Narrow down the problem, basically.

jazz_chow
10-05-2008, 09:05
thanks bovi for your reply.

I tried many ways to solve the problem but I still get no clue. Even the forced_diplomacy mod decribed below doesn't work for my installation of EBv1.1:dizzy2::

http://www.twcenter.net/forums/showthread.php?t=85442

anyway, I will just add any additional scripts codes to the genericScript.txt because this script is working just fine:2thumbsup:.