Quote:
Yah, I changed start date to 2500.3 something'ish and after 100 turns I got the demo message thingy. I even used a program called Cheat-o-matic to change the date in-game on the fly, and even that didn't yield any positive results. So I suspect there's some code that keeps track on the amount of turns the game has processed, totally independant of what the Current Date thingy says.
|
It looks like you still do not understand how the engine calculates 100 turn limit.
1. get starting date from Settings.txt
2. get current game turn.
3. if ([2]-[1] > 100) then show_demo_message()
So if you started game at 2500.3, made 100 turns, and you are now at the turn ~2510.2, so you should change the date lets say into 25100. Restart the SEV, load your 100-limit game. Say, do you get the demo-error at 2510.3?