Page 1 of 1

Problems with exporting the game

PostPosted: Thu Jan 10, 2008 9:27 pm
by msv83
I'm having some trouble exporting my game. What I have is a game with several "levels" on different .ged files, and use the loadgame function to turn into the next level. Everything works fine trying it out in the "Game Mode". But when I export it, it just pops back to the Start menu after playing the first level (it should go to the next level) and quickly after there's an error message and the game shuts down.

Any ideas if I'm doing something completely wrong in the way I export it?

Re: Problems with exporting the game

PostPosted: Thu Jan 10, 2008 10:59 pm
by makslane
Export the first level as an executable and the other levels with the option "Game Data Only".

Re: Problems with exporting the game

PostPosted: Fri Jan 11, 2008 10:18 am
by msv83
Thank you! :D