PDA

View Full Version : Alternative activation of the background script



iamphet
11-18-2007, 19:34
Sometimes I need to save between battles during AI turn (I don't like replaying battles because of CTDs or sometimes I need to go to work). The problem is that when I load game I cannot activate the script until my turn.
This can be easily solved by adding lines below to EB/data/export_descr_advice.txt


;------------------------------------------
Trigger 2114B_UI_Panel_Game_Options_Help_Trigger
WhenToTest ScrollAdviceRequested

Condition ScrollAdviceRequested end_game_scroll

AdviceThread EBBS_Thread 1


To activate the script you need to press escape, click question mark in menu and then "show me" as usual.

iwwtf_az
11-18-2007, 20:53
very cool indeed.

Bonny
11-18-2007, 21:40
Sometimes I need to save between battles during AI turn (I don't like replaying battles because of CTDs or sometimes I need to go to work). The problem is that when I load game I cannot activate the script until my turn.
This can be easily solved by adding lines below to EB/data/export_descr_advice.txt

nice, does the normal way work with this, too?

iamphet
11-19-2007, 05:40
nice, does the normal way work with this, too?
Sure, the normal way works as usual.

iwwtf_az
11-19-2007, 07:01
yeah nothing was deleted, just another option was added.

I Am Herenow
11-19-2007, 08:38
Nice! Could the EB team add this to 1.1?

Poulp'
11-19-2007, 22:15
bright and simple idea
here's your reward

:balloon2:

Pharnakes
11-20-2007, 03:16
Brilliant, defiently should be made offical.:2thumbsup:

overweightninja
11-20-2007, 15:29
Brilliant, defiently should be made offical.:2thumbsup:

Seconded

Diamondj
11-20-2007, 18:22
I defintely agree, but in the meantime someone could also add it to the optional fixes here- https://forums.totalwar.org/vb/showthread.php?t=93820

Diamondj
11-20-2007, 18:22
By the way, does anyone know when 1.1 is going to be released?

MarcusAureliusAntoninus
11-20-2007, 19:57
By the way, does anyone know when 1.1 is going to be released?
When it is finished. :sweatdrop:
Sorry, I haven't gotten to say that in so long.

iamphet
11-22-2007, 08:26
Even better solution. With lines below you can click question mark in the battle deployment screen to open script activation prompt.
No need to open main menu :laugh4:



;------------------------------------------
Trigger 2110B_UI_Panel_Prebattle_Advice_Help_Trigger
WhenToTest PreBattleScrollAdviceRequested

AdviceThread EBBS_Thread 1

overweightninja
11-23-2007, 01:54
Huray! It's the little things that make the love....
Nice one!

Callicles
11-25-2007, 21:01
I wonder if this could be used to have the AI play through and watch the results... in the past the problem has been that the script doesn't activate.