Earthworm Jim: Special Edition from retail CD
Plays Earthworm Jim: Special Edition from the retail CD.
→ Get It
Run the below command to download this env. Please note requirements and recommended args to use below.
wem get ewj-cd RunPrefix=gamescope \
--nested-width 640 \
--nested-height 480 \
--output-width 1152 \
--output-height 864 \
--filter fsr \
--borderless \
--fullscreen \
--
You may also run this in your terminal to see the information from this page:
wem get-view --show-env ewj-cd
→ Notes
- The game is copied to and ran from its env to allow saving, but it requires the CD to be mounted to play.
→ Requires
Install these via your system package manager or some other method:
-
wine -
winetricks
→ Recommended
It's recommended to give these CLI arguments in order to fully set up this env:
-
RunPrefix=gamescope \ --nested-width 640 \ --nested-height 480 \ --output-width 1152 \ --output-height 864 \ --filter fsr \ --borderless \ --fullscreen \ --
→ Tested On
This env has been tested on the following distros:
→ Links
Related links that you should check:
→ View Env
Click here to expand/collapse
Date = "1994-10-02"
InstallExe = "{{.InstallWorkDir}}/wormload.exe"
InstallExpected = "{{.RunExe}}"
InstallOnlyPre = true
InstallWorkDir = "/run/media/$USER/WORM"
Name = "Earthworm Jim: Special Edition"
RunExe = "{{.RunWorkDir}}/wormload.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/WORM"
VirtualDesktop = "864x1152"
WineArch = "win32"
WineExe = "wine"
WinetricksPath = "winetricks"
[[InstallPre]]
args = ["-p", "{{.RunWorkDir}}"]
cmd = "mkdir"
ifnotexists = "{{.RunWorkDir}}"
[[InstallPre]]
args = ["-rv", "{{.InstallWorkDir}}", "{{.WinePrefix}}/drive_c/"]
cmd = "cp"
ifexists = "{{.InstallWorkDir}}"
ifnotexists = "{{.RunExe}}"
[[InstallPre]]
args = ["-R", "755", "{{.RunWorkDir}}"]
cmd = "chmod"
ifexists = "{{.RunWorkDir}}"
[[InstallPre]]
args = ["-q", "win95", "icodecs"]
cmd = "{{.WinetricksPath}}"
[[InstallPre]]
args = ["reg", "add", "HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver", "/v", "ScreenDepth", "/t", "REG_SZ", "/d", "8", "/f"]
cmd = "{{.WineExe}}"
→ Env Source
View this env's source on GitLab. You can also report issues, request changes, or submit an env you've tested on the env repo issue tracker.