WEM: Wine Environment Manager

Latest release: ...

Earthworm Jim 3D from GOG.com

Installs Earthworm Jim 3D from GOG.com.

Get It

Run the below command to download this env. Please note requirements and recommended args to use below.

wem get ewj3d --install-workdir /path/to/the/game/installer
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 ewj3d

Notes

Requires

Install these via your system package manager or some other method:

It's recommended to give these CLI arguments in order to fully set up this env:

Tested On

This env has been tested on the following distros:

Related links that you should check:

View Env

Click here to expand/collapse
Date = "2000-05-24"
InstallExe = "{{.InstallWorkDir}}/setup_earthworm_jim_3d_1.0_v2_(33375).exe"
InstallExpected = "{{.RunExe}}"
Name = "Earthworm Jim 3D"
RunExe = "{{.RunWorkDir}}/EarthwormJim3D.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/GOG Games/Earthworm Jim 3D"
WineArch = "win32"
WineExe = "wine"

[[InstallPost]]
  args = ["-LO", "https://repo.anfinitinetwork.com/wem/ewj3d_patch-text-alpha.zip"]
  cmd = "curl"
  ifnotexists = "{{.InstallWorkDir}}/ewj3d_patch-text-alpha.zip"

[[InstallPost]]
  args = ["{{.InstallWorkDir}}/ewj3d_patch-text-alpha.zip", "cdcb319fbc3730388f673add80e7110e8ae2979639ee25caa19ac55d0933a8ab26bb6d64785483ad905cd3db5f315c4357829a6db6480f25d95bf9e331a5f3a1"]
  icmd = "checkSha512Sum"
  ifexists = "{{.InstallWorkDir}}/ewj3d_patch-text-alpha.zip"

[[InstallPost]]
  args = ["{{.InstallWorkDir}}/ewj3d_patch-text-alpha.zip", "-d", "{{.RunWorkDir}}/"]
  cmd = "unzip"
  ifexists = "{{.InstallWorkDir}}/ewj3d_patch-text-alpha.zip"
  ifnotexists = "{{.RunWorkDir}}/ewj3d_patch-text-alpha.sh"

[[InstallPost]]
  args = ["-c", "./ewj3d_patch-text-alpha.sh"]
  cmd = "sh"
  ifexists = "{{.RunWorkDir}}/ewj3d_patch-text-alpha.sh"
  workdir = "{{.RunWorkDir}}"

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.