Page 1 of 1
Change end year of scenario from default?
Posted: Thu Sep 03, 2020 3:17 pm
by Bombax
Hi folks,
Is anyone able to advise on how to change the end year of a a scenario, e.g. from the default to say 100 AD?
Thanks,
Jay.
Re: Change end year of scenario from default?
Posted: Thu Sep 03, 2020 3:33 pm
by Surt
You need to change SCENARIO.BSF
If you change the scenario name you need to add a translation somewhere.
I copied ALIASES.csv from base game to my DATA and added it after the other scenario names.
Code: Select all
gTurnInfos.dateFirstTurn = -814; // date of the first turn in years
gTurnInfos.durationTurns = 1268; // how many **turns** 453 CE
Start in -814 and run for 1268 year to 453 CE
Re: Change end year of scenario from default?
Posted: Thu Sep 03, 2020 4:09 pm
by Bombax