Skip to content
petchema edited this page Feb 9, 2013 · 8 revisions

(DOSBox)

From my understanding:

  • COG10:
    • Installs ok, creates shortcuts:
      • Gabriel Knight - Sins of the Fathers [DOSBOX\DOSBox.exe -conf dosboxGK.conf -noconsole -c "exit"]
      • Graphic Mode Setup [Graphic mode setup.exe GOGGABRIELKNIGHT1]
      • Customer Support [Customer_support.htm]
      • Manual [Manual.pdf]
      • Readme [README.txt]
  • PlayOnLinux 4.1.10-dev
    • Tested with 1.4-dos_support_0.6
    • Install path GOG Games/Gabriel Knight - Sins of the Fathers/
    • Shortcuts:
      • Gabriel Knight - Sins of the Fathers ["DOSBOX/DOSBox.exe" -conf "..\dosboxGK.conf" -conf "..\dosboxGK_single.conf" -noconsole -c exit]
      • Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGGABRIELKNIGHT1]
      • Readme ["readme.txt" ]
      • Manual ["Manual.pdf" ]

dosboxGK.conf:

[dosbox]
memsize=8
[cpu]
core=auto
cputype=auto
cycles=max
[mixer]
rate=22050
blocksize=2048
prebuffer=40
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=22050
[gus]
gus=false

dosboxGK_single.conf:

[IPX]
Enable=0
Connection=0
ipx=false
[autoexec]
@ECHO OFF
mount C ".."
imgmount D "..\GK1.gog" -t iso
c:
cls
sierra 
exit
Clone this wiki locally