Page 1 of 1

How do you load from a dat. file?

PostPosted: Sat Nov 17, 2007 9:06 pm
by Rux
I've asked this before and never gotten a strait answer, read this,

HOW DO YOU LOAD A GAME FROM A DAT. FILE?

I've tried
Code: Select all
LoadGame("data.dat\easy");

Code: Select all
LoadGame("data\easy");


And it still doesn't work! :(

Re: How do you load from a dat. file?

PostPosted: Sat Nov 17, 2007 9:10 pm
by j2graves
for some reason, it dosn't open properly when it's a data file. try this, when you get on GE, go to file and load then click on the data file and copy the game there. go back to the load window and paste it there.

Re: How do you load from a dat. file?

PostPosted: Sat Nov 17, 2007 9:20 pm
by makslane
If you have a game with the name 'level1.ged', for example, export as a data file, and use the LoadGame function to load:

Code: Select all
LoadGame("level1");

Re: How do you load from a dat. file?

PostPosted: Sun Nov 18, 2007 11:26 pm
by Rux
It doesn't work! :(

Re: How do you load from a dat. file?

PostPosted: Mon Nov 19, 2007 12:11 am
by makslane
Send me the game

Re: How do you load from a dat. file?

PostPosted: Wed Nov 21, 2007 12:14 am
by Rux
makslane wrote:Send me the game

Whats your e-mail? The games to big (even for winzip) to load.