View Single Post
  #10  
Old September 24th, 2006, 06:53 AM

BBegemott BBegemott is offline
Corporal
 
Join Date: Dec 2002
Location: Lithuania
Posts: 162
Thanks: 0
Thanked 0 Times in 0 Posts
BBegemott is on a distinguished road
Default Re: SE5 Demo Bug Reports

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?
Reply With Quote