Page 1 of 1

asking about when i craeat start page with load game

PostPosted: Sat Dec 18, 2010 6:06 pm
by Orlando911
I have start game, that has button (start game), and I linked them, and all of them in the same folder : and they are work very well,

the question is :

in the Folder I have 4 files:
- files for game witch are : game.get and game.ged.undo
-files for first page witch are : firstpage.ged and firstpage.get.undo
- date folder

so the question is when I export my game with the first page , how can I do it ???
export the first page file and the GE will export everything that link with it or what ?
because evantually, they will be separate 2 GE files ,

thank you

Re: asking about when i craeat start page with load game

PostPosted: Sat Dec 18, 2010 8:04 pm
by skydereign
Just so you know, I believe there is a one file limit for iPhone games (though you should be able to put them all into one xcode project). As for your ged files, .ged.undo is not important for your actual game. For the export, you have to export each game individually, as just because it has a LoadGame doesn't mean it will export the other game.

Re: asking about when i craeat start page with load game

PostPosted: Sun Feb 20, 2011 5:44 pm
by sonicfire
skydereign wrote:Just so you know, I believe there is a one file limit for iPhone games (though you should be able to put them all into one xcode project). As for your ged files, .ged.undo is not important for your actual game. For the export, you have to export each game individually, as just because it has a LoadGame doesn't mean it will export the other game.


and export in what format then? game data only for iphone for example? but whenever i try using "loadgame" with a DAT file it reports "not a valid game file".... any ideas?? :(

Re: asking about when i craeat start page with load game

PostPosted: Sun Feb 20, 2011 5:57 pm
by lcl
Export the game and loadgame works. :D
Ge cant load .dat files (just .ged files), so, export the game and then try the exported version. :D

Re: asking about when i craeat start page with load game

PostPosted: Sun Feb 20, 2011 10:43 pm
by again
For iphone all my games have more than one data file. After running it thorugh xcode it compiles into one project but will load each file.
example
1st Ged= name of the game
basically will be your start and options menu

Mousebutton down on start button loadGame("level1"):

Have a collision event at the end of levels to start the next level.
etc.

Now if you want one GED to load the next GED in thye start button command you put loadGame("level1.Ged"): .