Page 3 of 3
Re: Help with script

Posted:
Mon Feb 21, 2011 6:03 pm
by schnellboot
so you want to save which stage the player was?
Re: Help with script

Posted:
Mon Feb 21, 2011 6:20 pm
by Behdadsoft
Yeah right.
Re: Help with script

Posted:
Mon Feb 21, 2011 7:38 pm
by schnellboot
sry I have no time today
I'll make a quick demo tomorrow
Re: Help with script

Posted:
Mon Feb 21, 2011 7:52 pm
by Behdadsoft
OK. Thank You

Re: Help with script

Posted:
Tue Feb 22, 2011 12:17 am
by DST
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");
Re: Help with script

Posted:
Tue Feb 22, 2011 2:49 am
by again
Actually when you export the game you just have to put the file name. After exporting you dont have to put game.exe or game.dat. you just need the name of the game.
Re: Help with script

Posted:
Tue Feb 22, 2011 12:41 pm
by schnellboot
oh yeahh again your right I meant that
Re: Help with script

Posted:
Tue Feb 22, 2011 1:58 pm
by schnellboot
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");
well you can use game.ged to load game.dat too ..
Re: Help with script

Posted:
Tue Feb 22, 2011 2:06 pm
by schnellboot
Here is your demo

Re: Help with script

Posted:
Wed Feb 23, 2011 6:16 am
by Behdadsoft
Thanks schnellboot.
Great help to me why did I give you five points.

Re: Help with script

Posted:
Wed Feb 23, 2011 10:28 am
by schnellboot
Well.. five points is so much for this kind of help I think..
but thanks very much hehe

Re: Help with script

Posted:
Sat Feb 26, 2011 10:34 am
by Behdadsoft
You are welcome.
Yes, a great help to me and I did it that way thank you.
Re: Help with script

Posted:
Sun Feb 27, 2011 11:22 am
by Behdadsoft
Do games made for the iPhone can have multiple files is ged?