Skip to content

Alone in the dark 1

petchema edited this page Nov 25, 2012 · 4 revisions

(DOSBox)

  • PlayOnLinux 4.1.2-dev
    • Tested with 1.4-dos_suppport_0.5
    • Install path Program Files/GOG.com/Alone in the Dark/
    • Shortcuts:
      • Manual ["manual.pdf" ]
      • Setup ["DOSBOX/DOSBox.exe" -conf dosboxAlone1_setup.conf]
      • Jack in the Dark ["DOSBOX/DOSBox.exe" -conf dosboxAlone1_addon.conf]
      • Graphic mode setup ["Graphic mode setup.exe" GOGALONE1]
      • Alone in the Dark ["DOSBOX/DOSBox.exe" -conf dosboxAlone1.conf -noconsole -c "exit"]

dosboxAlone1.conf:

[dosbox]
memsize=30
[cpu]
core=simple
cputype=pentium_slow
cycles=11000
[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 INDARK
INDARK
exit

dosboxAlone1_setup.conf:

same, but
[autoexec]
mount C .
imgmount D "GAME.INST" -t iso
c:
cls
CD INDARK
INSTALL
exit

dosboxAlone1_addon.conf:

same, but
[autoexec]
mount C .
imgmount D "GAME.INST" -t iso
c:
cls
CD JACK
indark2 16 1
cleardrv >NUL
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/
    • Shortcuts:
      • Alone in the Dark ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Alone in the Dark\dosboxAlone1.conf" -conf "C:\GOG Games\Alone in the Dark\dosboxAlone1_single.conf" -noconsole -c exit]
      • Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGALONE1]
      • Settings ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Alone in the Dark\dosboxAlone1.conf" -conf "C:\GOG Games\Alone in the Dark\dosboxAlone1_settings.conf" -noconsole -c exit]
      • Manual ["manual.pdf" ]
      • Jack in the Dark ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Alone in the Dark\dosboxAlone1.conf" -conf "C:\GOG Games\Alone in the Dark\dosboxAlone1_addon.conf" -noconsole -c exit]

dosboxAlone1.conf:

[dosbox]
memsize=30
[cpu]
core=simple
cputype=pentium_slow
cycles=11000
[mixer]
rate=44100
blocksize=1024
prebuffer=240
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050

dosboxAlone1_single.conf:

[autoexec]
mount C ".."
imgmount D "..\GAME.INST" -t iso
c:
cls
CD INDARK
INDARK
exit

dosboxAlone1_settings.conf:

[autoexec]
mount C ".."
imgmount D "..\GAME.INST" -t iso
c:
cls
CD INDARK
INSTALL
exit

dosboxAlone1_addon.conf:

[autoexec]
mount C ".."
imgmount D "..\GAME.INST" -t iso
c:
cls
CD JACK
indark2 16 1
cleardrv >NUL
exit
Clone this wiki locally