forked from petchema/playonlinux
-
Notifications
You must be signed in to change notification settings - Fork 0
Ultima worlds of adventure 2 martian dreams
petchema edited this page Nov 13, 2012
·
3 revisions
(DOSBox)
- PlayOnLinux 4.1.4-dev
- Tested with 1.4-dos_support_0.5
- Install path Program Files/GOG.com/Martian Dreams/
- Shortcuts:
- Mysteries of the Red Planet - manual ["Mysteries of the Red Planet - manual.pdf" ]
- Reference Card ["reference card.pdf" ]
- Use of the Orb of the Moons - manual ["Use of the Orb of the Moons - manual.pdf" ]
- Secret Answers ["secret answers.txt" ]
- Graphic mode setup ["Graphic mode setup.exe" GOGMARTIAN]
- Martian Dreams ["DOSBOX/DOSBox.exe" -conf dosboxMARTIAN.conf -noconsole -c "exit"]
dosboxMARTIAN.conf:
[dosbox]
memsize=16
[cpu]
core=auto
cputype=auto
cycles=auto
[autoexec]
@echo off
mount C .
c:
CD MARTIAN
cls
MARTIAN.EXE
exit
GOG Installer v2
- PlayOnLinux 4.1.9-dev
- Tested with With 1.4-dos_support_0.6
- Install path GOG Games/Worlds of Ultima - Martian Dreams/
- Shortcuts:
- Martian Dreams ["DOSBOX/DOSBox.exe" -conf "C:\GOG Games\Worlds of Ultima - Martian Dreams\dosboxMARTIAN.conf" -conf "C:\GOG Games\Worlds of Ultima - Martian Dreams\dosboxMARTIAN_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGMARTIAN]
- Mysteries of the Red Planet - manual ["Mysteries of the Red Planet - manual.pdf" ]
- Reference Card ["reference card.pdf" ]
- Use of the Orb of the Moons - manual ["Use of the Orb of the Moons - manual.pdf" ]
- Secret Answers ["secret answers.txt" ]
dosboxMARTIAN.conf:
[dosbox]
memsize=16
[cpu]
core=auto
cputype=auto
cycles=auto
dosboxMARTIAN_single.conf:
[autoexec]
@echo off
mount C ..
c:
CD MARTIAN
cls
MARTIAN.EXE
exit