Page 1 of 1

Help With > LoadGame < Function

PostPosted: Fri Jun 22, 2007 3:19 am
by Rux
Please Help.
What I'm trying to do is have an autorun, (with an exported dat file with the game)load the game. But it won't! It just loads the autorun again!
Does the data have to be a dat file for it to work? The file name is(Space Invaders.exe) "I'm making a trial for space invaders :D" Is there anything I'm doing wrong, or anything I havent done yet? HELP! :(

PostPosted: Sat Jun 23, 2007 5:23 pm
by Rux
anybody??????????

PostPosted: Sat Jun 23, 2007 7:46 pm
by pixelpoop
to make an auto run cd:

-create a new document in notepad (it should be of .txt file format)
-put this text into the text editor:

[autorun]
OPEN=your_exacutable.exe

-save as autorun.inf
-make sure that autorun.inf is in the root directory(not in a folder)
-make sure that your_exacutable.exe is in the same place[/code]