Re: More than two turns a year - release
I recently got the Script Generator from Caius' site, from a link I got in the Chat room. After fiddling with all the files to install and re-generating the script to match the 280BC start date of RTR 5.4.1, every time I hit "end turn", the date is advanced by a whole year, skipping all the summer seasons.
I may be the only person to have this problem, and it may be my own fault...but...help?
Re: More than two turns a year - release
Post the file that it generated, or at least the first section of it or so. Could be Caius has an old buggy version of the generator.
Re: More than two turns a year - release
Quote:
Originally Posted by Epistolary Richard
Post the file that it generated, or at least the first section of it or so. Could be Caius has an old buggy version of the generator.
Will do.
Quote:
Originally Posted by descr_script.txt
;This script is designed by Myrddraal to edit the number of turns in one year. It was automatically generated using Myrddraals Script Generator on the
script
suspend_during_battle on
console_command date -280
console_command season summer
console_command season winter
while I_TurnNumber = 0
end_while
console_command date -279
console_command season summer
console_command season winter
while I_TurnNumber = 1
end_while
console_command date -278
console_command season summer
console_command season winter
while I_TurnNumber = 2
end_while
console_command date -277
console_command season summer
console_command season winter
while I_TurnNumber = 3
end_while
console_command date -276
console_command season summer
console_command season winter
while I_TurnNumber = 4
end_while
console_command date -275
console_command season summer
console_command season winter
while I_TurnNumber = 5
end_while
&c..
Re: More than two turns a year - release
Yeah, I had the same thing happen to me. That's an old version of the script generator. I don't think I have a copy of the working version... try the link at the beginning of this thread and if that's broken then hopefully someone will host it.
Re: More than two turns a year - release
Anybody got the lastest version as i would like to try it out.
Re: More than two turns a year - release
Myrddraal, please update the downloadlink to the script. I want to try it with the new RTR 6.0.
Re: More than two turns a year - release
Cant seem to download the script generator. Anyone else able to? Want to use it for a mini mod I am tryingto do for RTR v6.0
Kushan
Re: More than two turns a year - release
Quote:
Originally Posted by Epistolary Richard
Edit: Even later that day...
Okay, there's another problem. The advisor stays away right up until I go into a battle. As soon as I come out and hit a button then she pops back up. The solution may be no more complicated than repeating the suspend during battle line in the same way as the suspend unscripted advice...
Did anybody ever work this out? I have it working up to this point, but the advisor comes back after battles. Any way to keep her supressed?
Re: More than two turns a year - release
Got it working. The trigger needs a "not PostBattle" condition added:
Quote:
------------------------------------------
Trigger 2150_Multiple_Turns_Trigger
WhenToTest ButtonPressed
Condition not PostBattle
AdviceThread Help_Campaign_Keyboard_Shortcuts_Scroll_Thread 0
Now the advisor stays put after battles. ~:)
I actually use two triggers - one for the first turn and one for reloads. That way the advisor pops up in both circumstances - I could only get her to appear in one instance or the other otherwise. I can post details later if anyone is interested.
Re: More than two turns a year - release
So... any luck on uploading the script generator?
Re: More than two turns a year - release
Quote:
Originally Posted by dsyrow1
So... any luck on uploading the script generator?
https://forums.totalwar.org/vb/showthread.php?t=52168
~:)
Re: More than two turns a year - release
Re: More than two turns a year - release
I tried to implement this using BI, but I haven't got any pop-up advisor or anything. Is there something I've done wrong? or does BI not allow the use of a script like this with the version? :help:
Re: More than two turns a year - release
Quote:
Originally Posted by TheSilverKnight
I tried to implement this using BI, but I haven't got any pop-up advisor or anything. Is there something I've done wrong?
You must have done something wrong - I've create scripts for several mods that use BI with no problems.
Re: More than two turns a year - release
This thread is out of date. A new version has been released. Please see here:
https://forums.totalwar.org/vb/showthread.php?t=52168