Skip to content

Ultima underworld 1 2

petchema edited this page Nov 28, 2012 · 2 revisions

(DOSBox)

  • PlayOnLinux 4.1.4-dev
    • Tested with 1.4-dos_suppport_0.5
    • Install path Program Files/GOG.com/Ultima Underworld 1 and 2/
    • Shortcuts:
      • Manual ["Ultima_Underworld-Manual.pdf" ]
      • Graphic mode setup ["Graphic mode setup.exe" GOGULTIMAUNDERWORLD1]
      • Ultima Underworld 1 ["DOSBOX/DOSBox.exe" -conf dosboxULTIMA1.conf -noconsole -c "exit"]
      • Manual ["Ultima_Underworld_II-Manual.pdf" ]
      • Graphic mode setup ["Graphic mode setup.exe" GOGULTIMAUNDERWORLD2]
      • Ultima Underworld 2 ["DOSBOX/DOSBox.exe" -conf dosboxULTIMA2.conf -noconsole -c "exit"]

dosboxULTIMA1.conf:

[dosbox]
memsize=16
[cpu]
core=auto
cycles=max
[mixer]
rate=22050
blocksize=2048
prebuffer=10
[sblaster]
sbtype=sbpro1
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[autoexec]
mount C "."
imgmount d "game.gog" -t iso -fs iso
cls
d:
uw.bat
exit

dosboxULTIMA2.conf:

same, but
[autoexec]
mount C "."
imgmount d "game.gog" -t iso -fs iso
cls
d:
uw2.bat
exit

GOG Installer v2

  • PlayOnLinux 4.1.9-dev
    • Tested with With 1.4-dos_support_0.6
    • Install path GOG Games/Ultima Underworld 1 and 2/
    • Shortcuts:
      • Ultima Underworld 1 ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Ultima Underworld 1 and 2\Ultima Underworld 1\dosboxULTIMA1.conf" -conf "C:\GOG Games\Ultima Underworld 1 and 2\Ultima Underworld 1\dosboxULTIMA1_single.conf" -noconsole -c exit]
      • Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGULTIMAUNDERWORLD1]
      • Manual ["Ultima Underworld 1/Ultima_Underworld-Manual.pdf" ]
      • Ultima Underworld 2 ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Ultima Underworld 1 and 2\Ultima Underworld 2\dosboxULTIMA2.conf" -conf "C:\GOG Games\Ultima Underworld 1 and 2\Ultima Underworld 2\dosboxULTIMA2_single.conf" -noconsole -c exit]
      • Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGULTIMAUNDERWORLD2]
      • Manual ["Ultima Underworld 2/Ultima_Underworld_II-Manual.pdf" ]

dosboxULTIMA1.conf:

[dosbox]
memsize=16
[cpu]
core=auto
cycles=max
[mixer]
rate=22050
blocksize=2048
prebuffer=240
[sblaster]
sbtype=sbpro1
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050

dosboxULTIMA1_single.conf:

[autoexec]
cls
mount C "..\Ultima Underworld 1"
imgmount d "..\game.gog" -t iso -fs iso
d:
cls
uw.bat
exit

dosboxULTIMA2.conf:

[dosbox]
memsize=16
[cpu]
core=auto
cycles=max
[mixer]
rate=22050
blocksize=2048
prebuffer=240
[sblaster]
sbtype=sbpro1
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050

dosboxULTIMA2_single.conf:

[autoexec]
cls
mount C "..\Ultima Underworld 2"
imgmount d "..\game.gog" -t iso -fs iso
d:
cls
uw2.bat
exit
Clone this wiki locally