forked from petchema/playonlinux
-
Notifications
You must be signed in to change notification settings - Fork 0
Pirates gold plus
petchema edited this page Nov 28, 2012
·
5 revisions
DOSBox
- PlayOnLinux 4.1.9-dev
- Tested with Wine 1.4-dos_support_0.5
- Install path Program Files/GOG.com/Pirates Pack/
- Shortcuts:
- Manual ["Pirates!/manual.pdf" ]
- History Cheat Sheet ["Pirates!/codes.pdf" ]
- Graphic mode setup ["Graphic mode setup.exe" GOGPIRATES]
- Pirates! ["DOSBOX/DOSBox.exe" -conf dosboxP.conf -noconsole -c "exit"]
- Flags ["Pirates GOLD/flags.pdf" ]
- Manual ["Pirates GOLD/manual.pdf" ]
- Graphic mode setup ["Graphic mode setup.exe" GOGPIRATESGOLD]
- Pirates! GOLD ["DOSBOX/DOSBox.exe" -conf dosboxPGOLD.conf -noconsole -c "exit"]
- Pirates! sound (pcspeaker) is very low on my laptop
- Pirates! Gold gets no sound at all (?)
- Moving everything to C:\ made it find its configuration file and fix sound
dosboxP.conf:
[dosbox]
memsize=30
[cpu]
core=normal
cycles=auto
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[autoexec]
@echo off
mount C .
C:
cls
LOADFIX
PIR
exit
dosboxPGOLD.conf:
same, but
[autoexec]
@echo off
mount C .
imgmount D ".\DATA.DAT" -t iso
C:
cls
D:
CALL PIRATESG.BAT
exit
GOG Installer v2
- PlayOnLinux 4.1.9-dev
- Tested with With 1.4-dos_support_0.6
- Install path GOG Games/Pirates Pack/
- Shortcuts:
- Pirates! ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Pirates Pack\Pirates!\dosboxP.conf" -conf "C:\GOG Games\Pirates Pack\Pirates!\dosboxP_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGPIRATES]
- Manual ["Pirates!/manual.pdf" ]
- History Cheat Sheet ["Pirates!/codes.pdf" ]
- Pirates! GOLD ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Pirates Pack\Pirates! Gold\dosboxPGOLD.conf" -conf "C:\GOG Games\Pirates Pack\Pirates! Gold\dosboxPGOLD_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGPIRATESGOLD]
- Manual ["Pirates! Gold/manual.pdf" ]
- Flags ["Pirates! Gold/flags.pdf" ]
dosboxP.conf:
[dosbox]
memsize=30
[cpu]
core=normal
cputype=auto
cycles=auto
[mixer]
rate=44100
blocksize=1024
prebuffer=40
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=22050
dosboxP_single.conf:
[autoexec]
@echo off
mount C ..
C:
Cd Pirates!
cls
LOADFIX
PIR.exe
exit
dosboxPGOLD.conf:
[dosbox]
memsize=30
[cpu]
core=normal
cputype=auto
cycles=auto
[mixer]
rate=44100
blocksize=1024
prebuffer=40
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=22050
dosboxPGOLD_single.conf:
[autoexec]
@echo off
mount C "..\Pirates! Gold"
C:
cd
imgmount D ".\DATA.DAT" -t iso
D:
CALL PIRATESG.BAT
exit