forked from mattcaron/playonlinux
-
Notifications
You must be signed in to change notification settings - Fork 10
Wing commander 1 2
petchema edited this page Dec 20, 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
GOG Installer v2
- PlayOnLinux 4.1.9-dev
- Tested with With 1.4-dos_support_0.6
- Install path GOG Games/Wing Commander 1 and 2/
- Shortcuts:
- Wing Commander ["DOSBOX/DOSBox.exe" -conf "..\WC\dosboxWC.conf" -conf "..\WC\dosboxWC_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGWINGCOMMANDER]
- Manual ["WC/manual.pdf" ]
- Ships Blueprints ["WC/Ships Blueprints.pdf" ]
- The Secret Missions - Reference Card ["WC/The Secret Missions - Reference Card.pdf" ]
- The Secret Missions 2 - Reference Card ["WC/The Secret Missions 2 - Reference Card.pdf" ]
- Wing Commander - The Secret Missions 2 - Crusade ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Wing Commander 1 and 2\WC\dosboxWC.conf" -conf "C:\GOG Games\Wing Commander 1 and 2\WC\dosboxWC_SM2.conf" -noconsole -c exit]
- Wing Commander II ["DOSBOX/DOSBox.exe" -conf "..\WC2\dosboxWC2.conf" -conf "..\WC2\dosboxWC2_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGWINGCOMMANDER2]
- Manual ["WC2/manual.pdf" ]
- Wing Commander II - Special Operations 1 ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Wing Commander 1 and 2\WC2\dosboxWC2.conf" -conf "C:\GOG Games\Wing Commander 1 and 2\WC2\dosboxWC2_SO1.conf" -noconsole -c exit]
- Wing Commander II - Special Operations 2 ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Wing Commander 1 and 2\WC2\dosboxWC2.conf" -conf "C:\GOG Games\Wing Commander 1 and 2\WC2\dosboxWC2_SO2.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
[gus]
gus=false
dosboxWC_single.conf:
[autoexec]
@ECHO OFF
mount C "..\WC"
c:
loadfix -1 wc
exit
dosboxWC_SM2.conf:
[autoexec]
@ECHO OFF
mount C "..\WC"
C:
loadfix -1 sm2
exit
dosboxWC2.conf:
[dosbox]
memsize=16
[cpu]
core=auto
cputype=auto
cycles=8000
[mixer]
rate=44100
blocksize=1024
prebuffer=120
[sblaster]
sbtype=sb16
sbbase=220
irq=5
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=44100
[gus]
gus=false
dosboxWC2_single.conf:
[autoexec]
@ECHO OFF
mount C "..\WC2"
c:
loadfix -32 wc2.exe
exit
dosboxWC2_SO1.conf:
[autoexec]
@ECHO OFF
mount C "..\WC2"
c:
loadfix -32 so1.exe
exit
dosboxWC2_SO2.conf:
[autoexec]
@ECHO OFF
mount C "..\WC2"
c:
loadfix -32 so2.exe
exit