Skip to content
petchema edited this page Jan 8, 2013 · 3 revisions

(DOSBox)

  • PlayOnLinux 4.1.9-dev
    • Tested with 1.4-dos_support_0.6
    • gdiplus.dll
    • Install path GOG Games/Crusader No Regret/
    • Shortcuts:
      • Crusader No Regret ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Crusader No Regret\dosboxREGRET.conf" -conf "C:\GOG Games\Crusader No Regret\dosboxREGRET_single.conf" -noconsole -c exit]
      • Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGCRUSADERNOREGRET]
      • Settings ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Crusader No Regret\dosboxREGRET.conf" -conf "C:\GOG Games\Crusader No Regret\dosboxREGRET_settings.conf" -noconsole -c exit]
      • Manual ["manual.pdf" ]

dosboxREGRET.conf:

[dosbox]
memsize=16
[cpu]
core=auto
cputype=auto
cycles=max
[mixer]
rate=22050
blcoksize=2048
prebuffer=240
[sblaster]
type=sb16
base=220
irq=5
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[gus]
gus=false
[IPX]
Enable=1
Connection=1
ipx=true

dosboxREGRET_single.conf:

[autoexec]
mount C ..
imgmount d "..\game.gog" -t iso -fs iso
c:
cls
REGRET.EXE
exit

dosboxREGRET_settings.conf:

[autoexec]
mount C ..
imgmount d "..\game.gog" -t iso -fs iso
c:
cls
install.EXE
exit
Clone this wiki locally