Page 1 of 1

How do .dat work?

PostPosted: Wed Feb 10, 2010 9:29 am
by MrJolteon
In the next version of O.S Jolty, i am gonna have some games, but they must be loaded from .dat exported GE projects. How do this work?

Re: How do .dat work?

PostPosted: Wed Feb 10, 2010 1:33 pm
by Hblade
Click the function called LoadGame, and select your .dat :) Once that function is called, it loads the .dat file as another exe but in the same window.

Re: How do .dat work?

PostPosted: Wed Feb 10, 2010 2:41 pm
by MrJolteon
Thanks :D

Re: How do .dat work?

PostPosted: Wed Feb 10, 2010 3:37 pm
by Hblade
Your welcome :D

Re: How do .dat work?

PostPosted: Wed Feb 10, 2010 3:45 pm
by MrJolteon
I tried it and it didn't work :(

Re: How do .dat work?

PostPosted: Wed Feb 10, 2010 5:48 pm
by Hblade
Thats odd... I'll make a demo soon :D

Re: How do .dat work?

PostPosted: Wed Feb 10, 2010 5:49 pm
by MrJolteon
thx

Re: How do .dat work?

PostPosted: Thu Feb 11, 2010 7:45 pm
by Bee-Ant
LoadGame() function take effect only in exported mode.
You cant use it in editor mode.
Export both game first, the loader and the loaded.
Put both files in the same folder, then try to run it.

Re: How do .dat work?

PostPosted: Thu Feb 11, 2010 8:04 pm
by Hblade
Actually BeeAnt, you can use it it editor mode, you just ened to load the .ged instead of the .dat :3

Re: How do .dat work?

PostPosted: Thu Feb 11, 2010 8:49 pm
by Bee-Ant
Really? i wonder...
But as i know, you dont need to add the file extension...

Re: How do .dat work?

PostPosted: Thu Feb 11, 2010 9:04 pm
by Hblade
Oh, I didnt know you didnt have to have the file extention :D thanks ^.^