forked from petchema/playonlinux
-
Notifications
You must be signed in to change notification settings - Fork 0
Alone in the dark 3
petchema edited this page Nov 25, 2012
·
3 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 3/
- Shortcuts:
- Mastery Examiner ["handout.pdf" ]
- Manual ["manual.pdf" ]
- Setup ["DOSBOX/DOSBox.exe" -conf dosboxAlone3_setup.conf]
- Graphic mode setup ["Graphic mode setup.exe" GOGALONE3]
- Alone in the Dark 3 ["DOSBOX/DOSBox.exe" -conf dosboxAlone3.conf -noconsole -c "exit"]
dosboxAlone3.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
[autoexec]
mount C .
imgmount D "GAME.INST" -t iso
c:
cls
CD INDARK3
AITD3
exit
dosboxAlone3_setup.conf:
same, but
[autoexec]
mount C .
imgmount D "GAME.INST" -t iso
c:
cls
CD INDARK3
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 3/
- Shortcuts:
- Alone in the Dark 3 ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Alone in the Dark 3\dosboxAlone3.conf" -conf "C:\GOG Games\Alone in the Dark 3\dosboxAlone3_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGALONE3]
- Settings ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Alone in the Dark 3\dosboxAlone3.conf" -conf "C:\GOG Games\Alone in the Dark 3\dosboxAlone3_settings.conf" -noconsole -c exit]
- Manual ["manual.pdf" ]
- Mastery Examiner ["handout.pdf" ]
dosboxAlone3.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
dosboxAlone3_single.conf:
[autoexec]
mount C ..
imgmount D "..\GAME.INST" -t iso
c:
cls
CD INDARK3
AITD3
exit
dosboxAlone3_settings.conf:
[autoexec]
mount C ..
imgmount D "..\GAME.INST" -t iso
c:
cls
CD INDARK3
INSTALL
exit