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
→ Notes
- Only works with a full retail copy of TabIt and comes with SuprTabIt.
→ Requires
Install these via your system package manager or some other method:
-
curl
-
unzip
-
wine
→ Recommended
It's recommended to give these CLI arguments in order to fully set up this env:
-
--install-workdir /path/to/the/game/installer
→ 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 = "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 = ["-sL", "-o", "SuprTabIt.zip", "https://anfinitinetwork.com/bin/SuprTabIt.zip"]
cmd = "curl"
[[InstallPost]]
args = ["-qq", "SuprTabIt.zip"]
cmd = "unzip"
[[InstallPost]]
args = ["{{.InstallWorkDir}}/SuprTabIt", "{{.RunWorkDir}}/SuprTabIt"]
cmd = "mv"
[[RunPost]]
args = ["-c", "pgrep -f SuprTabIt.exe | xargs kill"]
cmd = "sh"
[[RunPre]]
args = ["-c", "{{.WineExe}} '{{.RunWorkDir}}/SuprTabIt/SuprTabIt.exe' &"]
cmd = "sh"
→ 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.