Search found 4 matches

by FelixO
Sat Jul 21, 2007 12:01 am
Forum: Help
Topic: When does the game end?
Replies: 9
Views: 15081

FIX / Work Around

In the Bugs forum (subject "Game does not end!!") you can find a little hack I am using to get around this problem.
by FelixO
Fri Jul 20, 2007 11:59 pm
Forum: Bugs
Topic: Game does not end!!
Replies: 4
Views: 9890

Fix

To get the game to end at approx the correct time edit Game.cpp and replace the existing function with this: void Game::scriptSyncStep() { int countAlive = 0; int rememberAlive = 0; // do a script step script.syncStep(gui); // alter win/loose conditions for (int i=0; i<session.numberOfTeam; i++) { i...
by FelixO
Fri Jul 20, 2007 9:23 pm
Forum: Help
Topic: When does the game end?
Replies: 9
Views: 15081

Bug posted about this

In the Bugs section I have posted 'Game does not end!!'

Hope to get some response :-)
by FelixO
Fri Jul 20, 2007 9:21 pm
Forum: Bugs
Topic: Game does not end!!
Replies: 4
Views: 9890

Game does not end!!

Delete log files before starting Play joeys campaign, which is a 2 player game. (1 human , 1 AI) Regularly grep the logs to see if 'Team 1 is dead', e.g. 1 per minute After 9mins 30 secs the logs show that 'Team 1 is Dead' After 12 minutes Quit game. The stats graph shows that player 1 (AI) was dest...