Page 1 of 1

executives

PostPosted: Sun Oct 02, 2011 7:22 pm
by NightOfHorror
I want to only put my game in an exe, but how do I make all of geds go into one exe. Like if I only put the titlescreen exe, since I don't level1 exe it just exits out of it. I am just forgetting how I do it. :oops:

Re: executives

PostPosted: Sun Oct 02, 2011 8:05 pm
by NERDnotGEEK
Your post didn't make a lot of sense. But at a guess for what you want.

Method 1) open up your game with game edtior and then under FILE select MERGE and merge the two geds.
Method 2)
just export the title ged as exe and the rest as data files.

Re: executives

PostPosted: Mon Oct 03, 2011 1:28 am
by NightOfHorror
I will try it out; thanks and +1

Re: executives

PostPosted: Mon Oct 03, 2011 3:13 am
by NightOfHorror
It doesn't work. When I merge it, it makes all the levels into only ged, so then I tried to put geds in data folder and play exe, but it didn't work. :(

Re: executives

PostPosted: Mon Oct 03, 2011 4:08 am
by skydereign
You have to export the other games as .dat file. You may need to change the LoadGame functions to use filename.dat. Also, the exe and the .dat files need to be in the same directory. So you know what is happening, the exe contains the gE engine, and the .dat files is just the data that the engine needs. When you go to export, you should use one that exports only game data (which is what NERDnotGEEK was talking about).