Skip to content

Little big adventure

petchema edited this page May 17, 2013 · 2 revisions
  • COG10:
    • Installs ok, creates shortcuts:
      • Little Big Adventure [DOSBOX\DOSBox.exe -conf dosboxLBA.conf -noconsole -c "exit"]
      • Graphic Mode Setup [Graphic mode setup.exe GOGLBA]
      • Language Setup [Language.exe]
      • Manual [manual.pdf]
      • Readme [README.TXT]

dosboxLBA.conf:

[dosbox]
memsize=30
[cpu]
core=auto
cputype=486_slow
cycles=80000
[mixer]
prebuffer=240
[joystick]
joysticktype=auto
timed=true
buttonswap=true
[autoexec]
@echo off
mount C .
imgmount d "LBA.DAT" -t iso
c:
cls
mixer cdaudio 50:50
RELENT.EXE
exit
  • PlayOnLinux 4.2.2-dev
    • Tested with 1.4-dos_support_0.6
    • Install path: GOG Games/Little Big Adventure/
    • Shortcuts:
      • Little Big Adventure ["DOSBOX/DOSBox.exe" -conf "..\dosboxLBA.conf" -conf "..\dosboxLBA_single.conf" -noconsole -c exit]
      • Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGLBA]
      • Settings ["DOSBOX/DOSBox.exe" -conf "..\dosboxLBA.conf" -conf "..\dosboxLBA_settings.conf" -noconsole -c exit]
      • Readme ["README.TXT" ]
      • Manual ["manual.pdf" ]
      • Language Setup ["Language.exe" ]

dosboxLBA.conf:

[dosbox]
memsize=30
[cpu]
core=auto
cputype=486_slow
cycles=80000
[mixer]
rate=22050
blocksize=2048
prebuffer=80
[sblaster]
type=sb16
base=220
irq=5
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[gus]
gus=false

dosboxLBA_single.conf:

[IPX]
Enable=0
Connection=0
ipx=false
[autoexec]
@echo off
mount C ..
imgmount d "..\LBA.DAT" -t iso
c:
cls
mixer cdaudio 50:50
RELENT.EXE
exit

dosboxLBA_settings.conf:

[IPX]
Enable=0
Connection=0
ipx=false
[autoexec]
@echo off
mount C ..
imgmount d "..\LBA.DAT" -t iso
c:
cls
mixer cdaudio 50:50
setup.EXE
cls
exit
Clone this wiki locally