forked from mattcaron/playonlinux
-
Notifications
You must be signed in to change notification settings - Fork 10
Wing commander 1 2
petchema edited this page Nov 30, 2012
·
2 revisions
(DOSBox)
- PlayOnLinux 4.1.9-dev
- Tested with 1.4-dos_support_0.6
- Install path Program Files/GOG.com/Wing Commander 1 and 2/
- Shortcuts:
- Manual ["WC/manual.pdf" ]
- Graphic mode setup ["Graphic mode setup.exe" GOGWINGCOMMANDER]
- Wing Commander ["DOSBOX/DOSBox.exe" -conf dosboxWC.conf -noconsole -c "exit"]
- Manual ["WC2/manual.pdf" ]
- Graphic mode setup ["Graphic mode setup.exe" GOGWINGCOMMANDER2]
- Wing Commander II ["DOSBOX/DOSBox.exe" -conf dosboxWC2.conf -noconsole -c "exit"]
dosboxWC.conf:
[dosbox]
memsize=16
[cpu]
core=auto
cputype=auto
cycles=4000
[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
[autoexec]
@ECHO OFF
mount C "."
c:
loadfix -1 wc
exit
dosboxWC2.conf:
[dosbox]
memsize=16
[cpu]
core=auto
cputype=auto
cycles=8000
[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
[autoexec]
@ECHO OFF
mount C "."
c:
loadfix -32 wc2.exe
exit