Alternative activation of the background script
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
Code:
;------------------------------------------
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.
Re: Alternative activation of the background script
Re: Alternative activation of the background script
Quote:
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?
Re: Alternative activation of the background script
Quote:
Originally Posted by Bonny
nice, does the normal way work with this, too?
Sure, the normal way works as usual.
Re: Alternative activation of the background script
yeah nothing was deleted, just another option was added.
Re: Alternative activation of the background script
Nice! Could the EB team add this to 1.1?
Re: Alternative activation of the background script
bright and simple idea
here's your reward
:balloon2:
Re: Alternative activation of the background script
Brilliant, defiently should be made offical.:2thumbsup:
Re: Alternative activation of the background script
Quote:
Originally Posted by Pharnakes
Brilliant, defiently should be made offical.:2thumbsup:
Seconded
Re: Alternative activation of the background script
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
Re: Alternative activation of the background script
By the way, does anyone know when 1.1 is going to be released?
Re: Alternative activation of the background script
Quote:
Originally Posted by Diamondj
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.
Re: Alternative activation of the background script
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:
Code:
;------------------------------------------
Trigger 2110B_UI_Panel_Prebattle_Advice_Help_Trigger
WhenToTest PreBattleScrollAdviceRequested
AdviceThread EBBS_Thread 1
Re: Alternative activation of the background script
Huray! It's the little things that make the love....
Nice one!
Re: Alternative activation of the background script
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.