forked from mattcaron/playonlinux
-
Notifications
You must be signed in to change notification settings - Fork 10
Spycraft the great game
petchema edited this page Dec 25, 2013
·
3 revisions
(DOSBox)
- PlayOnLinux 4.1.9-dev
- Tested with Wine 1.4-dos_support_0.6
- Install path Program Files/GOG.com/SpyCraft/
- Shortcuts:
- Manual ["manual.pdf" ]
- Graphic mode setup ["Graphic mode setup.exe" GOGSPYCRAFT]
- SpyCraft ["DOSBOX/DOSBox.exe" -conf dosboxSC.conf -noconsole -c "exit"]
dosboxSC.conf!
[dosbox]
memsize=16
[cpu]
core=auto
cputype=auto
cycles=auto
[mixer]
rate=44100
blocksize=4096
prebuffer=40
[sblaster]
sbtype=sb16
sbbase=220
irq=5
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=44100
[gus]
gus=false
[autoexec]
@echo off
mount c . -freesize 1024
mount d .\SPYCRAFT\DATA\ -t cdrom
c:
cd SPYCRAFT
cls
SPYDOS.EXE
cls
exit
GOG installer v2
- PlayOnLinux 4.2.2-dev
- Tested with 1.4-dos_support_0.6
- Install path GOG Games/SpyCraft/
- Shortcuts:
- SpyCraft ["DOSBOX/DOSBox.exe" -conf "..\dosboxSC.conf" -conf "..\dosboxSC_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGSPYCRAFT]
- Manual contained mostly obsolete technical infos, that's probably why they dropped it
dosboxSC.conf:
[dosbox]
memsize=16
[cpu]
core=auto
cputype=auto
cycles=auto
[mixer]
rate=22050
blocksize=1024
prebuffer=40
[sblaster]
sbtype=sb16
sbbase=220
irq=5
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=22050
[gus]
gus=false
dosboxSC_single.conf:
[ipx]
ipx=false
[autoexec]
@echo off
mount c ".." -freesize 1024
mount d "..\DATA\" -t cdrom
c:
#cd SPYCRAFT
cls
SPYDOS.EXE
cls
exit