It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
hi all,

So another question.
Can someone tell me how to get mods to work with gog version in easy steps?


Greetz Keitzer.
Download the launcher, follow instructions for its installation, it's got the most popular mods pre-installed.
avatar
keitzer: hi all,

So another question.
Can someone tell me how to get mods to work with gog version in easy steps?

Greetz Keitzer.
You may create custom dosbox conf and shortcut in similar manner as GOG ones are. All important info is in BLOODHLP.TXT

Command lines for mods and addons are:
-snd Specify an RFF Sound file name. Default is sounds.rff.
(registered only)
-RFF Specify an RFF file for Blood game resources.
Default is blood.rff. (registered only)
-ini Specify a game INI file name (default is blood.ini)

Content of dosboxBlood_single.conf
[autoexec]
# Lines in this section will be run at startup.

@ECHO OFF
mount C ".."
c:
imgmount D game.ins -t iso
cls
blood.exe
exit

Example dosboxBloodDW.conf for Death Wish addon:
[autoexec]
# Lines in this section will be run at startup.

@ECHO OFF
mount C ".."
c:
imgmount D game.ins -t iso
cls
blood.exe -ini dw.ini
exit

Desktop shortcut for this in my case will be:
"D:\GOG Games\One Unit Whole Blood\DOSBOX\DOSBox.exe" -conf "D:\GOG Games\One Unit Whole Blood\dosboxBlood.conf" -conf "D:\GOG Games\One Unit Whole Blood\dosboxBloodDW.conf" -noconsole -c exit

First conf (dosboxBlood.conf) is main one for general game settings, second one is just for running your game.

Note that some mods replaces ART files and if they have additional RFF for sound and game they must be added.

blood.exe -INI name.ini -RFF name.rff -SND namesounds.rff
Post edited March 22, 2013 by HenitoKisou