Page 1 of 1

Merge different GED files

PostPosted: Sat Oct 20, 2012 9:47 pm
by Azou
Hello :D ! Has been a while I haven't been around!
Aight, I'm making an action-adventure game, but it often crashes, due to lack of memory. Here is what I was thinking about, to solve the issue:
Say, I have 2 GED files, A and B. A is the main game. B is a bonus. How can I merge the B.ged file only when the player will choose to play the bonus?

Re: Merge different GED files

PostPosted: Sat Oct 20, 2012 10:46 pm
by Soullem
Just on mouse button down or whatever you choose to use to go into the bonus ged add LoadGame in script editor to load the other game. You can do the same thing to go back to the other one.

Re: Merge different GED files

PostPosted: Sun Oct 21, 2012 12:45 am
by Azou
Thank you! You saved me :mrgreen:

Re: Merge different GED files

PostPosted: Sun Oct 21, 2012 1:24 pm
by Soullem
no problem, thats what the forums are for. :D