Page 1 of 1

"Game Data Only"

PostPosted: Tue Mar 16, 2004 2:43 am
by ingsan
For PPC, i have a game, called MyGame.exe, and on Return-Key, i want the game should Restart. What do i do ?

    On KeyDown :arrow: Return
    LoadGame("MyGame.ged") or LoadGame("MyGame.exe") ?


Because neither works on PPC. Also i exported a TestGame.ged as GameDataOnly, placed its sprites in the data files and copied TestGame.ged along with MyGame.exe onto the PPC.
But on Return-key, i always get a black screen :(
:?
am i doing something wrong ?

PostPosted: Tue Mar 16, 2004 5:55 pm
by makslane
You must use LoadGame("MyGame.ged"), but don't will work on this version due a littel bug :oops:

PostPosted: Tue Mar 16, 2004 6:28 pm
by ingsan
no problem :)

PostPosted: Mon Apr 26, 2004 2:52 pm
by Just4Fun
Makslane,
Is there a GE Pro version patch for the "loadGame" bug yet? TIA