DST wrote:To clarify:
when using LoadGame(); the rules are:
Use a .ged when you are TESTING your game in the editor!
Use .exe or .dat(for stripped down version) when calling it from an exported .exe file.
so
menu.ged>newgame>mouseButtonDown>
LoadGame("game.ged");
menu.exe>newgame>mouseButtonDown>
LoadGame("game.dat");
or
LoadGame("game.exe");
Users browsing this forum: No registered users and 1 guest