autolaunch

Game Editor comments and discussion.

autolaunch

Postby Oman » Tue Mar 06, 2007 12:47 am

Hey guyes i have a question:
If i make a game on GE and export it to a widows executable ( .exe ).
Then I burn the .exe file on a disk. How do I make it so when I put The disk in my computer it automaticly launches. I have autorun enabled on my computer. When I put in the disk in, My computer opens a screen that allows me to select the file i want to play.
"Beyond a wholesome discipline, be gentle with yourself." - Max Ehrmann
User avatar
Oman
 
Posts: 268
Joined: Tue Oct 31, 2006 4:00 am
Location: Somewhere out there...
Score: 6 Give a positive score

Postby UltimatHedgehog » Tue Mar 06, 2007 12:57 am

ive always wanted to too plz tell
Image
I always thought Hell would be a giant load screen that goes on for eternity, then one day, eons later, it would end, only to reveal a slightly different loading screen.
User avatar
UltimatHedgehog
 
Posts: 325
Joined: Fri Jan 19, 2007 1:48 pm
Location: http://downloads.khinsider.com/?u=112542 plz click
Score: 10 Give a positive score

Postby makslane » Tue Mar 06, 2007 1:16 am

1) Create a txt file and write:

[autorun]
OPEN=yourgamefile.exe

2) Save with name 'autorun.inf'

3) Put on the root of the CD
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Postby Game A Gogo » Tue Mar 06, 2007 1:33 am

ahhh, EASY!

firts, create a file named: AUTORUN.inf (Case sensetive!)
int eh text file, input this:
Code: Select all
[AUTORUN]
file=file.exe
icon=file.exe,0


change the file.exe to your game, and why a ",0" its the icon index in the file!
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score

Postby Oman » Tue Mar 06, 2007 10:25 pm

I tried makslane's way. Is the word OPEN supposed to be in caps.

I will try your way right now, game a gogo. Do i need to do the icon line or can i leave that out
"Beyond a wholesome discipline, be gentle with yourself." - Max Ehrmann
User avatar
Oman
 
Posts: 268
Joined: Tue Oct 31, 2006 4:00 am
Location: Somewhere out there...
Score: 6 Give a positive score

Postby Game A Gogo » Tue Mar 06, 2007 11:23 pm

oh thats right, replace the file to open, sorry, my bad.
you can leave it out, but its nice to have an icon for your CD.
and if you leave it out, it would be like you'd be using Makslanes way...
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score

Postby Oman » Tue Mar 06, 2007 11:36 pm

Ok this isnt working. i tried it both ways.

Here is what I did:

1. opened wordpad
2.typed

[AUTORUN]
OPEN=game menu.exe

3.saved it as AUTORUN.inf

4. burned that to a disc with the file game menu.exe

Now what am i doing wrong

I found out that when I save it. It changes AUTORUN.inf to autorun.inf
Does that matter? If so how do i stop it
"Beyond a wholesome discipline, be gentle with yourself." - Max Ehrmann
User avatar
Oman
 
Posts: 268
Joined: Tue Oct 31, 2006 4:00 am
Location: Somewhere out there...
Score: 6 Give a positive score

Postby Game A Gogo » Wed Mar 07, 2007 12:20 am

i don't think so.

another thing, did you set it so it shows the extension of the files?
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score

Postby Oman » Wed Mar 07, 2007 12:39 am

Mabye? Could you explain how I could do that.
"Beyond a wholesome discipline, be gentle with yourself." - Max Ehrmann
User avatar
Oman
 
Posts: 268
Joined: Tue Oct 31, 2006 4:00 am
Location: Somewhere out there...
Score: 6 Give a positive score

Postby Game A Gogo » Wed Mar 07, 2007 1:05 am

do you see files like this: Game.ged or Text.txt. if you don't see the ".Ext" then all you have to do is:
Open the Folder Options dialog, go in the last tab then uncheck the "Hide extension for known file types" and there you have it!
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score

Postby Oman » Wed Mar 07, 2007 2:01 am

Ok, i did that, then I tried to burn another
disk but it didn't do anything new.

I used this code in wordpad

[AUTORUN]
OPEN=game menu.exe

Then saved it as AUTORUN.inf

That is correct, right?
"Beyond a wholesome discipline, be gentle with yourself." - Max Ehrmann
User avatar
Oman
 
Posts: 268
Joined: Tue Oct 31, 2006 4:00 am
Location: Somewhere out there...
Score: 6 Give a positive score

Postby Game A Gogo » Wed Mar 07, 2007 11:29 pm

one tip: NEVER USE WORD PAD, its not an ASCII program, use NotePad, its one of the best Programmer buddy!
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score

Postby UltimatHedgehog » Wed Mar 07, 2007 11:49 pm

so its good that i used notepad then yay
Image
I always thought Hell would be a giant load screen that goes on for eternity, then one day, eons later, it would end, only to reveal a slightly different loading screen.
User avatar
UltimatHedgehog
 
Posts: 325
Joined: Fri Jan 19, 2007 1:48 pm
Location: http://downloads.khinsider.com/?u=112542 plz click
Score: 10 Give a positive score

Postby Oman » Sat Mar 10, 2007 3:48 pm

Ok I will try note pad, later today. :D
"Beyond a wholesome discipline, be gentle with yourself." - Max Ehrmann
User avatar
Oman
 
Posts: 268
Joined: Tue Oct 31, 2006 4:00 am
Location: Somewhere out there...
Score: 6 Give a positive score

Postby Oman » Wed Mar 14, 2007 12:57 am

It worked, sort of.
When I only put one file on the disk it worked.
Then I put the 7 files on the disk I need,
and it wouldnt open.

The files i put on the disk were 14 mb total.

Any ideas?
"Beyond a wholesome discipline, be gentle with yourself." - Max Ehrmann
User avatar
Oman
 
Posts: 268
Joined: Tue Oct 31, 2006 4:00 am
Location: Somewhere out there...
Score: 6 Give a positive score

Next

Return to GE - General

Who is online

Users browsing this forum: No registered users and 1 guest

cron