forked from mattcaron/playonlinux
-
Notifications
You must be signed in to change notification settings - Fork 10
Lands of lore 1 2
petchema edited this page Jun 17, 2012
·
4 revisions
(DOSBox)
- PlayOnLinux 4.1.2-dev
- Tested with 1.4-dos_support_0.5
- Install path Program Files/GOG.com/Lands Of Lore 1 and 2/
- Shortcuts:
- Manual ["Lands of Lore 1/manual.pdf" ]
- Graphic mode setup ["Graphic mode setup.exe" GOGLANDSOFLORE1]
- Lands Of Lore - The Throne of Chaos ["DOSBOX/DOSBox.exe" -conf dosboxLOL1.conf -noconsole -c "exit"]
- Manual ["Lands of Lore 2/manual.pdf" ]
- Graphic mode setup ["Graphic mode setup.exe" GOGLANDSOFLORE2]
- Lands Of Lore - Guardians of Destiny ["DOSBOX/DOSBox.exe" -conf dosboxLOL2.conf -noconsole -c "exit"]
dosboxLOL1.conf:
[dosbox]
memsize=30
[cpu]
core=auto
cputype=auto
cycles=max
[mixer]
nosound=false
rate=44100
blocksize=1024
prebuffer=240
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
sbmixer=true
oplmode=opl3
oplemu=old
oplrate=44100
[autoexec]
mount C .
imgmount d "GAME.DAT" -t iso -fs iso
c:
cls
LOLCD.EXE
exit
dosboxLOL2.conf:
[dosbox]
memsize=30
[cpu]
core=auto
cputype=auto
cycles=max
[mixer]
nosound=false
rate=44100
blocksize=1024
prebuffer=240
[sblaster]
sbtype=sb16
sbbase=220
irq=5
dma=0
hdma=5
sbmixer=true
oplmode=opl3
oplemu=default
oplrate=44100
[autoexec]
@echo off
mount C .
c:
cls
lolg.exe -CD .
exit