forked from mattcaron/playonlinux
-
Notifications
You must be signed in to change notification settings - Fork 10
Gabriel knight 2 the beast within
petchema edited this page Feb 9, 2013
·
2 revisions
DOSBox
- PlayOnLinux 4.1.1-dev
- Tested with 1.4-dos_support_0.4
- Install path Program Files/GOG.com/Gabriel Knight 2/
- Shortcuts:
- Manual ["Manual.pdf" ]
- Readme ["README.txt" ]
- Graphic mode setup ["Graphic mode setup.exe" GOGGABRIELKNIGHT2]
- Gabriel Knight 2 - The Beast Within ["DOSBOX/dosbox.exe" -conf dosboxGK2.conf -noconsole -c "exit"]
dosboxGK2.conf:
[cpu]
core= normal
cycles= 10000
[autoexec]
cls
@ECHO OFF
mount C "."
c:
cd \
SIERRA.EXE .\resource.cfg
exit
- PlayOnLinux 4.1.10-dev
- Tested with 1.4-dos_support_0.6
- Install path GOG Games/Gabriel Knight 2 - The Beast Within/
- Shortcuts:
- Gabriel Knight 2 - The Beast Within ["DOSBOX/DOSBox.exe" -conf "..\dosboxGK2.conf" -conf "..\dosboxGK2_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGGABRIELKNIGHT2]
- Readme ["readme.txt" ]
- Manual ["Manual.pdf" ]
dosboxGK2.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
dosboxGK2_single.conf:
[IPX]
Enable=0
Connection=0
ipx=false
[autoexec]
@ECHO OFF
mount C ".."
c:
cls
sierra .\resource.cfg
exit