Skip to content

Stonekeep

petchema edited this page Nov 13, 2012 · 3 revisions

(DOSBox)

  • PlayOnLinux 4.0.19-dev
    • Tested with 1.4-dos_support_0.4
    • Shortcuts:
      • Stonekeep ["DOSBOX/dosbox.exe" -conf dosbox.conf -noconsole -c "exit"]
      • Graphic mode setup ["Graphic mode setup.exe" GOGSTONEKEEP]
      • Manual [manual.pdf]
      • Reame [readme.TXT]

dosbox.conf:

[dosbox]
memsize=16
[cpu]
core=auto
cycles=auto
[autoexec]
@echo off
CLS
mount C .
imgmount d ".\stonkeep.gog" -t iso -fs iso
C:
set dos4gvm=
CLS
D:\data\SK.EXE %1
EXIT

GOG Installer v2

  • PlayOnLinux 4.1.9-dev
    • Tested with With 1.4-dos_support_0.6
    • Install path GOG Games/Stonekeep/
    • Shortcuts:
      • Stonekeep ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Stonekeep\dosboxStonekeep.conf" -conf "C:\GOG Games\Stonekeep\dosboxStonekeep_single.conf" -noconsole -c exit]
      • Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGSTONEKEEP]
      • Settings ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Stonekeep\dosboxStonekeep.conf" -conf "C:\GOG Games\Stonekeep\dosboxStonekeep_settings.conf" -noconsole -c exit]
      • Readme ["readme.TXT" ]
      • Manual ["manual.pdf" ]

dosboxStoneKeep.conf:

[dosbox]
memsize=16
[cpu]
core=auto
cycles=auto
[mixer]
prebuffer=80
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050

dosboxStoneKeep_single.conf:

[ipx]
ipx=false
[autoexec]
@echo off
cls
mount C ..
C:
imgmount d ".\stonkeep.gog" -t iso -fs iso
# set dos4gvm=
cls
D:\data\SK.EXE %1
EXIT

dosboxStoneKeep_settings.conf:

[ipx]
ipx=false
[autoexec]
echo off
cls
mount C ..
C:
imgmount d ".\stonkeep.gog" -t iso -fs iso
cd D:\idata\
CLS
setup.exe
EXIT
Clone this wiki locally