forked from petchema/playonlinux
-
Notifications
You must be signed in to change notification settings - Fork 0
Alone in the dark 2
petchema edited this page Nov 25, 2012
·
2 revisions
(DOSBox)
- PlayOnLinux 4.1.2-dev
- Tested with 1.4-dos_support_0.5
- Install path Program Files/GOG.com/Alone in the Dark 2/
- Shortcuts:
- Manual ["manual.pdf" ]
- Setup ["DOSBOX/DOSBox.exe" -conf dosboxAlone2_setup.conf]
- Graphic mode setup ["Graphic mode setup.exe" GOGALONE2]
- Alone in the Dark 2 ["DOSBOX/DOSBox.exe" -conf dosboxAlone2.conf -noconsole -c "exit"]
dosboxAlone2.conf:
[dosbox]
memsize=30
[cpu]
core=simple
cputype=486_slow
cycles=19000
[mixer]
nosound=false
rate=44100
blocksize=1024
prebuffer=240
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[autoexec]
mount C .
imgmount D "GAME.INST" -t iso
c:
cls
CD INDARK2
AITD2
exit
dosboxAlone2_setup.conf:
same, but
[autoexec]
mount C .
imgmount D "GAME.INST" -t iso
c:
cls
CD INDARK2
INSTALL
exit
GOG Installer v2
- PlayOnLinux 4.1.9-dev
- Tested with With 1.4-dos_support_0.6
- Install path GOG Games/Alone in the Dark 2/
- Shortcuts:
- Alone in the Dark 2 ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Alone in the Dark 2\dosboxAlone2.conf" -conf "C:\GOG Games\Alone in the Dark 2\dosboxAlone2_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGALONE2]
- Settings ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Alone in the Dark 2\dosboxAlone2.conf" -conf "C:\GOG Games\Alone in the Dark 2\dosboxAlone2_settings.conf" -noconsole -c exit]
- Manual ["manual.pdf" ]
dosboxAlone2.conf:
[dosbox]
memsize=30
[cpu]
core=simple
cputype=486_slow
cycles=19000
[mixer]
rate=44100
blocksize=1024
prebuffer=240
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
dosboxAlone2_single.conf:
[autoexec]
mount C ..
imgmount D "..\GAME.INST" -t iso
c:
cls
CD INDARK2
AITD2
exit
dosboxAlone2_settings.conf:
[autoexec]
mount C ..
imgmount D "..\GAME.INST" -t iso
c:
cls
CD INDARK2
INSTALL
exit