rochedo: thanks i will definitely check out the config files. any ideas how to fix the problem with cutscenes not playing ?
The first thing you will want to do is make sure DOSBox is mounting the "game.gog". This is actually an ISO file that contains the Smaker movie files. Be sure it exists in your installation folder. Also, verify that "game.inst" is there as well. This is a CUE sheet that tells DOSBox to access the ISO and OGG files as the CD drive.
Next, open dosboxBlood.conf with notepad. Near the bottom, below [autoexec] comment out blood.exe and dir the movie directory
[autoexec]
# Lines in this section will be run at startup.
mount C "."
imgmount D game.inst -t iso
c:
cls
#blood.exe
dir d:\movie
pause
exit
When you launch your One Unit Whole Blood shortcut, it should just display a listing of SMK, WAV and AVI files. If it just reads "Illegal Path, Press any key to continue." it's not reading the iso file correctly. If it does return a file listing, there's something else going on.