forked from mattcaron/playonlinux
-
Notifications
You must be signed in to change notification settings - Fork 10
One unit whole blood
petchema edited this page Nov 27, 2012
·
4 revisions
(DOSBox)
- PlayOnLinux 4.1.2-dev
- Tested with Wine 1.4-dos_support_0.5
- Install path Program Files/GOG.com/One Unit Whole Blood/
- Shortcuts:
- Manual ["Manual.pdf" ]
- Readme ["README.TXT" ]
- Setup ["DOSBOX/dosbox.exe" -conf dosboxBlood_setup.conf -noconsole]
- Cryptic Passage ["DOSBOX/dosbox.exe" -conf dosboxBlood_addon.conf -noconsole]
- Start HOST game ["DOSBOX/dosbox.exe" -conf dosboxBlood_server.conf -noconsole]
- Start CLIENT game ["DOSBOX/dosbox.exe" -conf dosboxBlood_client.conf -noconsole]
- Graphic mode setup ["Graphic mode setup.exe" GOGONEUNITONEBLOOD]
- One Unit Whole Blood ["DOSBOX/dosbox.exe" -conf dosboxBlood.conf -noconsole -c "exit"]
dosboxBlood.conf:
[dosbox]
memsize=64
[cpu]
core=auto
cycles=max
[mixer]
blocksize=2048
prebuffer=240
[sblaster]
sbtype=sb16
sbbase=220
irq=5
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[IPX]
Enable=1
Connection=1
ipx=true
[autoexec]
@ECHO OFF
mount C "."
imgmount D game.inst -t iso
c:
cls
blood.exe
exit
dosboxBlood_addon.conf:
same, but
[autoexec]
@ECHO OFF
mount C "."
imgmount D game.inst -t iso
c:
cls
CRYPTIC.EXE
exit
dosboxBlood_setup.conf:
same, but
[autoexec]
@ECHO OFF
mount C "."
imgmount D game.inst -t iso
c:
cls
setup.exe
exit
dosboxBlood_client.conf:
same, but
[autoexec]
@ECHO OFF
mount C "."
imgmount D game.inst -t iso
c:
cls
@echo To connect to host, you must know it's IP address. Type CONNECT IP_ADDRESS, and hit ENTER.
@echo i.e. Connect 123.11.12.13
dosboxBlood_server.conf:
same, but
[autoexec]
@ECHO OFF
mount C "."
imgmount D game.inst -t iso
c:
cls
IPXNET STARTSERVER
setup.EXE
exit
GOG Installer v2
- PlayOnLinux 4.1.9-dev
- Tested with With 1.4-dos_support_0.6
- Install path GOG Games/One Unit Whole Blood/
- Shortcuts:
- One Unit Whole Blood ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\One Unit Whole Blood\dosboxBlood.conf" -conf "C:\GOG Games\One Unit Whole Blood\dosboxBlood_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGONEUNITONEBLOOD]
- Multiplayer ["DOSBOX/GOGDOSConfig.exe" GOGONEUNITONEBLOOD NET]
- Settings ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\One Unit Whole Blood\dosboxBlood.conf" -conf "C:\GOG Games\One Unit Whole Blood\dosboxBlood_settings.conf" -noconsole -c exit]
- Readme ["README.TXT" ]
- Manual ["Manual.pdf" ]
- Cryptic Passage ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\One Unit Whole Blood\dosboxBlood.conf" -conf "C:\GOG Games\One Unit Whole Blood\dosboxBlood_addon.conf" -noconsole -c exit]
dosboxBlood.conf:
[dosbox]
memsize=63
[cpu]
core=auto
cputype=auto
cycles=max
[mixer]
rate=44100
blocksize=2048
prebuffer=240
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=22050
dosboxBlood_single.conf:
[autoexec]
@ECHO OFF
mount C ".."
c:
imgmount D game.ins -t iso
cls
blood.exe
exit
dosboxBlood_settings.conf:
[IPX]
Enable=1
Connection=1
ipx=true
[autoexec]
@ECHO OFF
mount C ".."
c:
imgmount D game.ins -t iso
cls
setup.exe
exit
dosboxBlood_addon.conf:
[autoexec]
@ECHO OFF
mount C ".."
c:
imgmount D game.ins -t iso
cls
CRYPTIC.EXE
exit
dosboxBlood_client.conf:
[IPX]
Enable=1
Connection=1
ipx=true
[autoexec]
@ECHO OFF
mount C ".."
c:
imgmount D game.ins -t iso
cls
IPXNET CONNECT 127.0.0.1
setup.exe
exit
dosboxBlood_server.conf:
[IPX]
Enable=1
Connection=1
ipx=true
[autoexec]
@ECHO OFF
mount C ".."
c:
imgmount D game.ins -t iso
cls
IPXNET STARTSERVER
setup.EXE
exit