Skip to content

Earthwork jim 1 2

petchema edited this page Nov 12, 2012 · 3 revisions
  • PlayOnLinux 4.0.18-dev

    • Tested with 1.4-dos_support_0.3
    • Both games want to be run from root directory
  • COG10:

    • Installs ok, creates shortcuts:
      • Earthworm Jim [Earthworm Jim\gogwrap.exe GOGEARTHWORMJIM1]
      • Earthworm Jim - Manual [Earthworm Jim\WORM0.HLP]
      • Earthworm Jim - Readme [Earthworm Jim\readme.txt]
      • Earthworm Jim - Graphic Mode Setup [Graphic mode setup.exe GOGEARTHWORMJIM1]
      • Earthworm Jim - Sound Setup [DOSBOX\dosbox.exe -conf setup.conf -noconsole]
      • Earthworm Jim - Toy Show [DOSBOX\dosbox.exe -conf toyshow.conf -noconsole]
      • Earthworm Jim - TV Show Intro [DOSBOX\dosbox.exe -conf movie.conf -noconsole]
      • Earthworm Jim 2 [Earthworm Jim 2\gogwrap.exe GOGEARTHWORMJIM2]
      • Earthworm Jim 2 - Readme [Earthworm Jim 2\readme.txt]
      • Earthworm Jim 2 - Graphic Mode Setup [Graphic mode setup.exe GOGEARTHWORMJIM2]
      • Earthworm Jim 2 - Sound Setup [DOSBOX\dosbox.exe -conf setup.conf -noconsole]

GOG Installer v2

  • PlayOnLinux 4.1.9-dev
    • Tested with With 1.4-dos_support_0.6
    • Install path GOG Games/Earthworm Jim 1 and 2/
    • Shortcuts:
      • Earthworm Jim ["DOSBOX/DOSBox.exe" -conf "C:\GOG Gamesarthworm Jim 1 and 2arthworm Jim\dosboxEWJ1.conf" -conf "C:\GOG Gamesarthworm Jim 1 and 2arthworm Jim\dosboxEWJ1_single.conf" -noconsole -c exit]
      • Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGEARTHWORMJIM1]
      • Settings ["DOSBOX/DOSBox.exe" -conf "C:\GOG Gamesarthworm Jim 1 and 2arthworm Jim\dosboxEWJ1.conf" -conf "C:\GOG Gamesarthworm Jim 1 and 2arthworm Jim\dosboxEWJ1_settings.conf" -noconsole -c exit]
      • Readme ["Earthworm Jim/readme.txt" ]
      • Earthworm Jim 2 ["DOSBOX/DOSBox.exe" -conf "C:\GOG Gamesarthworm Jim 1 and 2arthworm Jim 2\dosboxEWJ2.conf" -conf "C:\GOG Gamesarthworm Jim 1 and 2arthworm Jim 2\dosboxEWJ2_single.conf" -noconsole -c exit]
      • Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGEARTHWORMJIM2]
      • Settings ["DOSBOX/DOSBox.exe" -conf "C:\GOG Gamesarthworm Jim 1 and 2arthworm Jim 2\dosboxEWJ2.conf" -conf "C:\GOG Gamesarthworm Jim 1 and 2arthworm Jim 2\dosboxEWJ2_settings.conf" -noconsole -c exit]
      • Readme ["Earthworm Jim 2/readme.txt" ]

dosboxEWJ1.conf:

[dosbox]
memsize=32
[render]
frameskip=1
[cpu]
core=auto
cputype=auto
cycles=auto
[mixer]
rate=44100
blocksize=2048
prebuffer=40
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=44100
[dos]
keyboardlayout=auto

dosboxEWJ1_single.conf:

[ipx]
ipx=false
[autoexec]
IMGMOUNT A "..\Earthworm Jim\EWJ1.inst" -t iso -fs fat
mount B "..\Earthworm Jim"
B:
cls
EWJ1.EXE 320x224
exit

dosboxEWJ1_settings.conf:

[ipx]
ipx=false
[autoexec]
IMGMOUNT A "..\Earthworm Jim\EWJ1.inst" -t iso -fs fat
mount B "..\Earthworm Jim"
B:
cls
setup.exe
exit

dosboxEWJ2.conf:

same as dosboxEWJ1.conf

dosboxEWJ2_single.conf:

[ipx]
ipx=false
[autoexec]
IMGMOUNT A "..\Earthworm Jim 2\EWJ2.inst" -t iso -fs fat
mount B "..\Earthworm Jim 2"
B:
cls
EWJ2.EXE
exit

dosboxEWJ2_settings.conf:

[ipx]
ipx=false
[autoexec]
IMGMOUNT A "..\Earthworm Jim 2\EWJ2.inst" -t iso -fs fat
mount B "..\Earthworm Jim 2"
B:
cls
setup.EXE
exit
Clone this wiki locally