HimmlerHimself: Yeah I just installed Blood and DosBOX again. I'm waiting for my brother to set it up on DOSBox unless someone else can tell me how to seeing as how the rest of the internet is too retarded to come up with step by step instructions on how to play a game in DOSBox.
I don't have Blood through GOG, but I do have Redneck Rampage, which is pretty similar.
This is the shortcut GOG created:
Target: "C:\Program Files\GOG.com\Redneck Rampage Collection\DOSBOX\dosbox.exe" -conf dosboxRR.conf -noconsole -c "exit"
Start In: "C:\Program Files\GOG.com\Redneck Rampage Collection\Redneck Rampage\"
This is the shortcut I created to play the game the way I want to:
Target: "C:\Program Files\dosboxcvs-090704\dosbox.exe" -conf "C:\Dos Games\confs\73CVS\RedneckRampage.conf"
Start In: "C:\Program Files\dosboxcvs-090704"
Basically The target and Start In both need to reference the DosBox you want to use, and then you need to be sure to point to the correct .conf file.
This is the autoexec portion of the GoG-provided conf file for RR:
[autoexec]
# Lines in this section will be run at startup.
@echo off
mount C .
imgmount d ".\Redneck.inst" -t iso -fs iso
c:
cls
fix.exe
rr.exe
exit
This is the autoexec file of the conf file I want used:
[autoexec]
# Lines in this section will be run at startup.
@echo off
mount C "C:\Program Files\GOG.com\Redneck Rampage Collection\Redneck Rampage\"
imgmount d "C:\Program Files\GOG.com\Redneck Rampage Collection\Redneck Rampage\Redneck.inst" -t iso -fs iso
c:
cls
fix.exe
rr.exe
I removed the 'exit' command because I didn't want a separate shortcut for the Setup, and this lets me exit from the game into the commandline and run setup.exe myself.