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 Nov 28, 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"]
- Could be worth reading http://www.rpgwatch.com/forums/showthread.php?t=10298 so there's a windows DirectX 3 version, somewhere
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
GOG Installer v2
- PlayOnLinux 4.1.9-dev
- Tested with With 1.4-dos_support_0.6
- Install path GOG Games/Lands Of Lore 1 and 2/
- Shortcuts:
- Lands Of Lore - The Throne of Chaos ["DOSBOX/dosbox.exe" -conf "C:\GOG Games\Lands Of Lore 1 and 2\Lands of Lore 1\dosboxLOL1.conf" -conf "C:\GOG Games\Lands Of Lore 1 and 2\Lands of Lore 1\dosboxLOL1_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGLANDSOFLORE1]
- Manual ["Lands of Lore 1/manual.pdf" ]
- Lands Of Lore - Guardians of Destiny ["DOSBOX/dosbox.exe" -conf "C:\GOG Games\Lands Of Lore 1 and 2\Lands of Lore 2\dosboxLOL2.conf" -conf "C:\GOG Games\Lands Of Lore 1 and 2\Lands of Lore 2\dosboxLOL2_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGLANDSOFLORE2]
- Manual ["Lands of Lore 2/manual.pdf" ]
- Lands Of Lore - Guardians of Destiny (3dfx) ["DOSBOX/dosbox.exe" -conf "C:\GOG Games\Lands Of Lore 1 and 2\Lands of Lore 2\dosboxLOL2.conf" -conf "C:\GOG Games\Lands Of Lore 1 and 2\Lands of Lore 2\dosboxLOL2_3dfx.conf" -noconsole -c exit]
dosboxLOL1.conf:
[dosbox]
memsize=30
[cpu]
core=auto
cputype=auto
cycles=max
[mixer]
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
dosboxLOL1_single.conf:
[autoexec]
mount C "..\Lands of Lore 1"
imgmount d "..\Lands of Lore 1\GAME.DAT" -t iso -fs iso
c:
cls
LOLCD.EXE
exit
dosboxLOL1_settings.conf:
[autoexec]
mount C "..\Lands of Lore 1"
imgmount d "..\Lands of Lore 1\GAME.DAT" -t iso -fs iso
c:
cls
SETUP.EXE
exit
dosboxLOL2.conf:
[dosbox]
memsize=30
[cpu]
core=auto
cputype=486_slow
cycles=max
[mixer]
rate=44100
blocksize=1024
prebuffer=512
[sblaster]
sbtype=sb16
sbbase=220
irq=5
dma=0
hdma=5
sbmixer=true
oplmode=opl3
oplemu=default
oplrate=44100
dosboxLOL2_single.conf:
[glide]
glide=false
[autoexec]
@echo off
CONFIG -set "cputype=auto"
mount C "..\Lands of Lore 2"
c:
cls
lolg.exe -CD ..
exit
dosboxLOL2_3dfx.conf:
[glide]
glide=true
grport=600
# LFB access: full,read,write,none.
lfb=full
[autoexec]
@echo off
mount C "..\Lands of Lore 2"
c:
cls
lolg.exe -CD ..
exit