Okay, this is taking longer than I thought it would. I'll end up writing a whole tech manual if I keep this up. I hope you can glean something from it.
The short of it ...no honestly, is an 11 step process, this is why it's easier to just buy a copy from GOG.com :D
1. I highly recommend installing Blood to your user profile rather than Program Files in Windows 7 & Vista, this elevates any UAC permission errors you might encounter. Use %userProfile%\Programs\Blood
Note: %userProfile% will resolve to:
C:\Users\your user name\ 2. Get the materials you will need, grab the latest DOSBox (currently 0.74), and your Blood CD. If you don't have a Blood CD you can download the Blood Shareware. FilePlanet still has it as does DOS Games Archive, look for blood.zip. And SwissCheese's BMOUSE program (this is not necessary, but I recommend it)
http://www.dosbox.com/download.php?main=1 http://www.r-t-c-m.com/knowledge-base/downloads-rtcm/blood-shareware/
https://archive.org/details/BMOUSE 3. Copy the contents of your CD or extract the Blood Shareware to %UserProfile%\Programs\Blood\temp,
Extract the DOSBox installer to %UserProfile%\Programs\Blood\DOSBox (use 7-zip)
Extract BMOUSE.EXE to %UserProfile%\Programs\Blood
4. Fire up DOSBox and you should be presented with a z:\> prompt.
Type in
config -writeconf dosboxBlood.conf This will generate a dosboxBlood.conf file in %UserProfile%\Programs\Blood\DOSBox. Move this file to %UserProfile%\Programs\Blood and open it with Notepad.
5. Find the following entries in dosboxBlood.conf, and edit them as needed.
fullscreen=true
fullresolution=1366x768 (specify your native resolution here)
windowresolution=original
output=overlay
machine=vesa_nolfb
memsize=36
ipx=true (this is for Bloodbath)
At the very end, under
[autoexec], add these lines
mount c: "."
mount d: “.\temp” (we will change this later)
c:
CLS
REM BMOUSE LAUNCH Blood.EXE (you will remove the REM statements later)
REM exit
Save and close notepad
6. Create a shortcut to DOSBox.exe on your desktop and right-click on it to get to the properties window.
In the Target box, add in the command switch -conf dosboxBlood.conf after DOSBox.exe, so it reads:
%userProfile%\Programs\Blood\DOSBox\DOSBox.exe -conf dosboxBlood.conf
In the Start in box, remove the DOSBox directory so it reads:
%userProfile%\Programs\Blood
OK to close
7. Launch DOSBox through the shortcut you created, this should use the launch conditions you specified in the conf file, and you should be at a C:\> prompt.
8. Install Blood by typing:
C:\>D:\Install.exe
Go through the installation steps but install to C:\ rather than C:\Blood
9.
Configure Blood After Blood has finished installing, you will need to generate a Blood.CFG file. You can do this by running Blood's configuration utility, Setup.exe
At the DOSBox command prompt: C:\>Setup
You can go through the Setup Menu options to change all of the following. (use ENTER to select a menu option, and ESC to back out)
Sound FX: Sound Blaster: use Interrupt 7, 8-bit DAM 1, 16-bit DMA 5 (these should match the settings in your dosboxBlood.conf file)
Music Card: Wave Blaster: use 0x330
Screen Setup: VESA modes (SVGA/VESA 2.0): 800x600
Controller Setup: Choose Controller Type: Keyboard & External
Controller Setup: Setup Keyboard (use your preferred movement control keys here: WASD, etc.)
Controller Setup: Setup External: BMOUSE.EXE
Hit ESC to exit out and ENTER to save when prompted.
10. Additional mouse settings:
Open %userProfile%\Programs\Blood\Blood.cfg with Notepad and edit the following entries:
MouseAimingFlipped = 1 (or 0 if you are a fighter pilot)
MouseButton0 = "Weapon_Fire"
MouseButtonClicked0 = ""
MouseButton1 = "Weapon_Special_Fire"
MouseButtonClicked1 = ""
MouseButton2 = ""
MouseButtonClicked2 = ""
If you want to go further with it and use the scroll wheel on your mouse to change weapons, I am told AutoHotKey can provide that functionality.
11. Open your dosboxBlood.conf file and remove the REM statements at the end.
If you are setting up Blood from your Blood CD, and want to have the CD music play, change the line:
mount d: “.\temp”
to
imgmount d: "blood.cue" -t iso
I apologize for this step being vague, but you will need to rip your CD audio tracks to OGG format and generate a CUEsheet based on the instructions found here:
http://www.dosbox.com/wiki/Cuesheet If you do this, you will want to create an ISO file containing the movie folder on your CD, or copy the movies from your CD to %userProfile%\Programs\Blood\Movies and then change your Blood.ini file to read the movie files on C:\Movie rather than D:\Movie
You will place the iso, cue, and ogg files in your %userProfile%\Programs\Blood folder.
The end:
That's about it, good luck with it.
*edited for corrections