Page 1 of 1
Testing iphone game -Multiple dat files - GE Player
Posted:
Mon Sep 26, 2011 12:57 pm
by peedalein
Greetings every one,
my game has several levels and a start screen. Each is exported as a seperate .dat file. In GE Player I test the single levels, that works fine.
Is it possible to test the whole game as one in GE Player?
Regards
P
Re: Testing iphone game -Multiple dat files - GE Player
Posted:
Mon Sep 26, 2011 1:02 pm
by akr
Sure. Use loadgame:
http://game-editor.com/docs/script_reference.htmLoadGame("Level1.ged");
And download all your level files to geplayer before start!
Re: Testing iphone game -Multiple dat files - GE Player
Posted:
Mon Sep 26, 2011 3:05 pm
by sonicfire
Yup, make sure you include all DAT files into xcode.
Then switch like "LoadGame("levelxy.dat");"
Re: Testing iphone game -Multiple dat files - GE Player
Posted:
Mon Sep 26, 2011 5:55 pm
by akr
Nooo, not in xcode. Start geplayer. Geplayer will act as a ftp server. You can download as many levels as you want to
your device.
Will be persistent. U can do this with filezilla or from commandline.
Press the launch button in geplayer when u are finished downloading.
Re: Testing iphone game -Multiple dat files - GE Player
Posted:
Tue Sep 27, 2011 7:07 am
by peedalein
I had already tried with the different dat levels in geplayer, but it had not loaded them. I guess that the file had become corrupted during the upload process.
After I uploaded them again, it worked fine. Thanks for the help.
Re: Testing iphone game -Multiple dat files - GE Player
Posted:
Tue Sep 27, 2011 8:26 am
by sonicfire
oops sorry, mixed up geapp and geplayer!