forked from mattcaron/playonlinux
-
Notifications
You must be signed in to change notification settings - Fork 10
Realms of the haunting
petchema edited this page Nov 17, 2013
·
7 revisions
(DOSBox)
-
PlayOnLinux 4.0.18-dev
- Tested with 1.4-dos_support_0.3
- Looks for game in C:\ROTH\ and CDROM content in C:\DATA\
-
COG10:
- Installs ok, creates shortcuts:
- Realms of the Haunting [DOSBOX\DOSBox.exe -conf dosboxROTH.conf -noconsole -c "exit"]
- Graphic Mode Setup [Graphic mode setup.exe GOGROTH]
- Manual [Manual.pdf]
- Installs ok, creates shortcuts:
dosboxROTH.conf:
[autoexec]:
@echo off
mount C .
c:
cd \roth
cls
roth @roth.res
exit
GOG installer v2
- PlayOnLinux 4.2.2-dev
- Tested with 1.4-dos_support_0.6
- Install path GOG Games/Realms of the Haunting/
- Shortcuts:
- Realms of the Haunting ["DOSBOX/DOSBox.exe" -conf "..\dosboxROTH.conf" -conf "..\dosboxROTH_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGROTH]
- Manual ["Manual.pdf" ]
dosboxROTH.conf:
[dosbox]
memsize=16
[cpu]
core=auto
cputype=auto
cycles=auto
[mixer]
rate=22050
blocksize=2048
prebuffer=80
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
dosboxROTH_single.conf:
[ipx]
ipx=false
[autoexec]
@echo off
mount C ".."
c:
cd \roth
cls
roth @roth.res
exit
dosboxROTH_settings.conf:
[ipx]
ipx=false
[autoexec]
@echo off
mount C ".."
c:
cd \roth
cls
install
exit