Page 1 of 1

how do I save and load a game?

PostPosted: Sat Mar 30, 2013 11:36 am
by knucklecrunchgames
anyone cough* skydereign cough* anyone

Re: how do I save and load a game?

PostPosted: Sat Mar 30, 2013 8:53 pm
by skydereign
You can't just save a game, and load a game. That is something I will try to add in some future version, but for now, all you can do is save variables. Essentially you have to decide which things you want to save, set them as gE variables within a save group, and then call saveVars/loadVars on them. It's a bit more involved, but you should try looking up some of the tutorials on saving.

Re: how do I save and load a game?

PostPosted: Sun Mar 31, 2013 12:09 am
by knucklecrunchgames
skydereign wrote:You can't just save a game, and load a game. That is something I will try to add in some future version, but for now, all you can do is save variables. Essentially you have to decide which things you want to save, set them as gE variables within a save group, and then call saveVars/loadVars on them. It's a bit more involved, but you should try looking up some of the tutorials on saving.

Thanks sky

Re: how do I save and load a game?

PostPosted: Sun Mar 31, 2013 1:26 am
by knucklecrunchgames
skydereign wrote:You can't just save a game, and load a game. That is something I will try to add in some future version, but for now, all you can do is save variables. Essentially you have to decide which things you want to save, set them as gE variables within a save group, and then call saveVars/loadVars on them. It's a bit more involved, but you should try looking up some of the tutorials on saving.


know any good vids or forum links?