VOGONS


Reply 20 of 30, by Elementis

User metadata
Rank Newbie
Rank
Newbie

but thats the problem- i dont understand how to tell it what conf file to use.

thats my only problem, everything else runs fine.

Reply 22 of 30, by Elementis

User metadata
Rank Newbie
Rank
Newbie

i did. i dont understand how to input the command though.

Reply 23 of 30, by collector

User metadata
Rank l33t
Rank
l33t

Some games do not like to be installed in the base directory, so create a folder on your CD, say STARGUN and place the game's files in it. For the [autoexec] section of your dosbox.conf, use:

[autoexec]
cls
mount c .
c:
cd STARGUN
STARGUN.EXE

Make a batch file with:

mkdir %TEMP%\GAMES
copy *.* %TEMP%\GAMES\*.*
%TEMP%\GAMES\dosbox.exe -conf "%TEMP%\GAMES\dosbox.conf"
del %TEMP%\GAMES\STARGUN\*.* /q
rmdir %TEMP%\GAMES\STARGUN /q
del %TEMP%\GAMES\*.* /q
rmdir %TEMP%\GAMES /q

Save it as, say "AUTORUN.BAT" and place it in the base of your CD. In your Autorun.inf use:

[autorun]
open=AUTORUN.BAT

Note that this will still not work on any computer that has Autorun turned off.

Reply 24 of 30, by Elementis

User metadata
Rank Newbie
Rank
Newbie

but i ran it on E:\...and it worked. so thats confusing.

Reply 25 of 30, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

It seems in this particular case it is fine to run on E:
I don't know this game but can you save your progress or is it a game you can only finish once you started it?
If it needs saving, you might want to go with writeable media, for example an USB stick.
Otherwise best follow Collectors guide even if you don't quite understand 😉

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 26 of 30, by Elementis

User metadata
Rank Newbie
Rank
Newbie

it runs just fine, i assure you.

it saves and everything.

also, i tried the coding back there, and it seems VERY promising, im going to try testing this on the computer downstairs tomorrow.

Reply 27 of 30, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

If you did it like before and not as Collector wrote, I assure you it doesn't save when really started on the CD/DVD (or it may appear to save but you won't be able to load a save). How should that be possible?
If it worked for you then you did something wrong and it still starts from a writeable medium...

Reply 28 of 30, by collector

User metadata
Rank l33t
Rank
l33t
Dominus wrote:

If you did it like before and not as Collector wrote, I assure you it doesn't save when really started on the CD/DVD. How should that be possible?

Perhaps it is being saved to the CDBURN_AREA folder or he is using a CD-RAM drive?

Note that the batch file I gave an example of will temporarily copy the game to the PC's Temp folder to run it from, then delete it after you are through. The purpose of this is to allow the game to write to its own directory when it need to. This temporary folder is the only change that would be made to the host PC and would be undone when you finish playing. The other way would be to do as Dominus suggested of using a thumb drive instead of a CDR. You would keep any save games or preferences that way. In other words, your save games and preferences would also be portable.

The Sierra Help Pages -- New Sierra Game Installers -- Sierra Game Patches -- New Non-Sierra Game Installers

Reply 29 of 30, by Elementis

User metadata
Rank Newbie
Rank
Newbie

nope, it seems that the coding that you gave me does everything except copy the preferances.

I need cycles set to 10000, fullscreen=true.

other than that, everything works fine.

Reply 30 of 30, by Elementis

User metadata
Rank Newbie
Rank
Newbie

welllll actually the automatic mount and launch dont work either.