WEM: Wine Environment Manager

Latest release: ...

TabIt

Installs TabIt as well as SuprTabIt and its prerun/postrun handlers.

Get It

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

wem get tabit --install-workdir /path/to/the/game/installer

You may also run this in your terminal to see the information from this page:

wem get-view --show-env tabit

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 = "1996-01-01"
InstallExe = "{{.InstallWorkDir}}/TabIt-2.03-full.exe"
InstallExpected = "{{.RunExe}}"
Name = "TabIt"
RunExe = "{{.RunWorkDir}}/TabIt.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/Program Files/TabIt"
WineArch = "win32"
WineExe = "wine"

[[InstallPost]]
  args = ["-LO", "https://anfinitinetwork.com/bin/SuprTabIt.zip"]
  cmd = "curl"
  ifnotexists = "{{.InstallWorkDir}}/SuprTabIt.zip"

[[InstallPost]]
  args = ["{{.InstallWorkDir}}/SuprTabIt.zip", "2ef38c82a3b3027075c9430309a551639b50aecdae3f09272ab9a3bcfc5109ddb6ea9fad4ceaa31ce9cab99334e1fe94f7abf723df199149de236bd879c92a6b"]
  icmd = "checkSha512Sum"
  ifexists = "{{.InstallWorkDir}}/SuprTabIt.zip"

[[InstallPost]]
  args = ["{{.InstallWorkDir}}/SuprTabIt.zip"]
  cmd = "unzip"
  ifexists = "{{.InstallWorkDir}}/SuprTabIt.zip"
  ifnotexists = "{{.RunWorkDir}}/SuprTabIt/SuprTabIt.exe"

[[InstallPost]]
  args = ["-v", "{{.InstallWorkDir}}/SuprTabIt", "{{.RunWorkDir}}/SuprTabIt"]
  cmd = "mv"

[[RunPost]]
  args = ["-c", "pgrep -f SuprTabIt.exe | xargs kill"]
  cmd = "sh"
  ifexists = "{{.RunWorkDir}}/SuprTabIt/SuprTabIt.exe"

[[RunPre]]
  args = ["-c", "{{.WineExe}} '{{.RunWorkDir}}/SuprTabIt/SuprTabIt.exe' &"]
  cmd = "sh"
  ifexists = "{{.RunWorkDir}}/SuprTabIt/SuprTabIt.exe"

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.