Skip to content

Darklands

petchema edited this page Aug 8, 2013 · 5 revisions
  • PlayOnLinux 4.1.9-dev
    • Tested with 1.4-dos_support_0.6
    • Install path GOG Games/Darklands/
    • Shortcuts:
      • Darklands ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Darklands\dosboxDarklands.conf" -conf "C:\GOG Games\Darklands\dosboxDarklands_single.conf" -noconsole -c exit]
      • Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGDARKLANDS]
      • Manual ["manual.pdf" ]
    • README.TXT contains instructions on how to switch between Soundcard and Soundcard + MIDI

dosboxDarklands.conf:

[dosbox]
memsize=16
[cpu]
core=auto
cputype=auto
cycles=10000
[mixer]
rate=44100
blocksize=1024
prebuffer=240
[sblaster]
sbtype=sb16
sbbase=220
irq=5
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=44100
[gus]
gus=false

dosboxDarklands_single.conf:

[autoexec]
mount C ..
#imgmount D "..\GAME.GOG" -t iso
C:
CD DARKLAND
cls
DARKLAND.EXE 
exit

GOG Installer v1 again?

  • PlayOnLinux 4.2.2-dev
    • Tested with Wine 1.4-dos_support_0.6
    • Install path Program Files/GOG.com/Darklands/
    • Shortcuts:
      • Manual ["manual.pdf" ]
      • Graphic mode setup ["Graphic mode setup.exe" GOGDARKLANDS]
      • Darklands ["DOSBOX/DOSBox.exe" -conf dosboxDarklands.conf -noconsole -c "exit"]

dosboxDarklands.conf:

[dosbox]
memsize=16
[cpu]
core=auto
cputype=auto
cycles=10000
[mixer]
rate=44100
blocksize=1024
prebuffer=20
[sblaster]
sbtype=sb16
sbbase=220
irq=5
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=44100
[gus]
gus=false
[ipx]
ipx=false
[autoexec]
mount C .
#imgmount D "GAME.GOG" -t iso
C:
CD DARKLAND
DARKLAND.EXE 
cls
exit
Clone this wiki locally