The Sims: Complete Collection from retail CD
Installs The Sims: Complete Collection from the retail CD as well as various patches.
→ Get It
Run the below command to download this env. Please note requirements and recommended args to use below.
wem get sims-complete --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 sims-complete
→ 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 = "2000-02-04"
InstallExe = "{{.InstallWorkDir}}/THESIMS_COMPLETE/start.exe"
InstallExpected = "{{.RunExe}}"
Name = "The Sims: Complete Collection"
RunArgs = ["-skip_intro"]
RunExe = "{{.RunWorkDir}}/Sims.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/Program Files/Maxis/The Sims"
WineArch = "win32"
WineExe = "wine"
[[InstallPost]]
args = ["-L", "-o", "{{.InstallWorkDir}}/Sims.exe", "http://www.awesomeexpression.com/uploads/2/0/6/0/20609372/sims.exe"]
cmd = "curl"
ifnotexists = "{{.InstallWorkDir}}/Sims.exe"
[[InstallPost]]
args = ["{{.InstallWorkDir}}/Sims.exe", "2a424e7bb58d9901608e2a0cbf9ccfc409e505739677245571509fdc7da6df64eb8c7d9a7def806448c472012263775613767a1e25b6d566f94a75153d10b347"]
icmd = "checkSha512Sum"
ifexists = "{{.InstallWorkDir}}/Sims.exe"
[[InstallPost]]
args = ["-v", "{{.RunWorkDir}}/Sims.exe", "{{.RunWorkDir}}/Sims.exe.old"]
cmd = "mv"
ifexists = "{{.RunWorkDir}}/Sims.exe"
ifnotexists = "{{.RunWorkDir}}/Sims.exe.old"
[[InstallPost]]
args = ["-v", "{{.InstallWorkDir}}/Sims.exe", "{{.RunWorkDir}}/"]
cmd = "mv"
ifexists = "{{.InstallWorkDir}}/Sims.exe"
ifnotexists = "{{.RunWorkDir}}/Sims.exe"
[[InstallPost]]
args = ["{{.InstallWorkDir}}/Sims1WidescreenPatcher.3.13.0+linux.x64.zip", "d95a48ac5872da68cc6a9b17e917178271c63de3a2bac7c73cf3f5ce4ec474dcccf93b6549182edf8c998fd7ea9a80b3b2d94fa8bba6d1856b15b5978aaeee32"]
icmd = "checkSha512Sum"
ifexists = "{{.InstallWorkDir}}/Sims1WidescreenPatcher.3.13.0+linux.x64.zip"
[[InstallPost]]
args = ["{{.InstallWorkDir}}/Sims1WidescreenPatcher.3.13.0+linux.x64.zip"]
cmd = "unzip"
ifexists = "{{.InstallWorkDir}}/Sims1WidescreenPatcher.3.13.0+linux.x64.zip"
ifnotexists = "{{.InstallWorkDir}}/Sims1WidescreenPatcher"
[[InstallPost]]
args = ["+x", "{{.InstallWorkDir}}/Sims1WidescreenPatcher"]
cmd = "chmod"
ifexists = "{{.InstallWorkDir}}/Sims1WidescreenPatcher"
[[InstallPost]]
args = [""]
cmd = "{{.InstallWorkDir}}/Sims1WidescreenPatcher"
ifexists = "{{.InstallWorkDir}}/Sims1WidescreenPatcher"
[[InstallPre]]
args = ["-r", "/run/media/$USER/THESIMS_COMPLETE", "{{.InstallWorkDir}}"]
cmd = "cp"
[[InstallPre]]
args = ["-R", "755", "{{.InstallWorkDir}}/THESIMS_COMPLETE"]
cmd = "chmod"
ifexists = "{{.InstallWorkDir}}/THESIMS_COMPLETE"
[[InstallPre]]
args = ["-r", "/run/media/$USER/THESIMS_COMPLETE1/Setup", "{{.InstallWorkDir}}/THESIMS_COMPLETE"]
cmd = "cp"
[[InstallPre]]
args = ["-R", "755", "{{.InstallWorkDir}}/THESIMS_COMPLETE"]
cmd = "chmod"
[[InstallPre]]
args = ["-r", "/run/media/$USER/THESIMS_COMPLETE2/Setup", "{{.InstallWorkDir}}/THESIMS_COMPLETE"]
cmd = "cp"
[[InstallPre]]
args = ["-R", "755", "{{.InstallWorkDir}}/THESIMS_COMPLETE"]
cmd = "chmod"
[[InstallPre]]
args = ["-r", "/run/media/$USER/THESIMS_COMPLETE3/Setup", "{{.InstallWorkDir}}/THESIMS_COMPLETE"]
cmd = "cp"
[[InstallPre]]
args = ["-R", "755", "{{.InstallWorkDir}}/THESIMS_COMPLETE"]
cmd = "chmod"
→ 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.