SimCity 3000 Unlimited from GOG.com
Installs SimCity 3000 Unlimited from GOG.com as well as the Re-composed patch, which fixes certain tracks never playing.
→ Get It
Run the below command to download this env. Please note requirements and recommended args to use below.
wem get simcity3000-gog
You may also run this in your terminal to see the information from this page:
wem get-view --show-env simcity3000-gog
→ Notes
-
You will need to use either
VirtualDesktop
or gamescope to bypass the black screen on startup (The-w
flag does not appear to be reliable in Wine). -
It's recommended to run this at its lowest resolution and upscale it using gamescope, this is an example
RunPrefix
that you could use to do that:
(replacegamescope --adaptive-sync --nested-width 800 --nested-height 600 --output-width $DISPLAY_X --output-height $DISPLAY_Y --filter fsr --scaler fit --fullscreen --force-grab-cursor --
$DISPLAY_X
and$DISPLAY_Y
with your actual X and Y resolution).
→ Requires
Install these via your system package manager or some other method:
-
7z
-
curl
-
wine
→ 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 = "1999-02-01"
InstallExe = "{{.InstallWorkDir}}/setup_simcity_3000_unlimited_2.0.949(a)_ddrawfix_(77026).exe"
InstallExpected = "{{.RunExe}}"
Name = "SimCity 3000 Unlimited"
RunArgs = ["-intro:off"]
RunExe = "{{.RunWorkDir}}/Apps/SC3U.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/GOG Games/SimCity 3000 Unlimited"
WineArch = "win32"
WineExe = "wine"
[[InstallPost]]
args = ["-LO", "https://community.pcgamingwiki.com/files/file/2415-simcity-3000-unlimited-re-composed/?do=download&r=11921&confirm=1&t=1&csrfKey=e555b1d522ccde7839c9819b55594a53"]
cmd = "curl"
ifnotexists = "{{.InstallWorkDir}}/SimCity 3000 Unlimited Re-composed.7z"
[[InstallPost]]
args = ["{{.InstallWorkDir}}/SimCity 3000 Unlimited Re-composed.7z", "fedd4d5e2fd496b847a557b1a32d95f43879f1418b2037d76ccc26c8c5a2909fd83a115e60b048f3bbd9c3f06f02d7eca6aef8bf5cb53c02973a1720c19c96cb"]
icmd = "checkSha512Sum"
ifexists = "{{.InstallWorkDir}}/SimCity 3000 Unlimited Re-composed.7z"
[[InstallPost]]
args = ["x", "{{.InstallWorkDir}}/SimCity 3000 Unlimited Re-composed.7z"]
cmd = "7z"
ifexists = "{{.InstallWorkDir}}/SimCity 3000 Unlimited Re-composed.7z"
ifnotexists = "{{.RunWorkDir}}/Apps/Res/Sound/AUDIO.INI.BAK"
[[InstallPost]]
args = ["-v", "{{.RunWorkDir}}/Apps/Res/Sound/AUDIO.INI", "{{.RunWorkDir}}/Apps/Res/Sound/AUDIO.INI.BAK"]
cmd = "mv"
ifnotexists = "{{.RunWorkDir}}/Apps/Res/Sound/AUDIO.INI.BAK"
[[InstallPost]]
args = ["-v", "{{.RunWorkDir}}/Apps/Res/Sound/MUSIC/3KG2.XA", "{{.RunWorkDir}}/Apps/Res/Sound/MUSIC/3KG2.XA.BAK"]
cmd = "mv"
ifnotexists = "{{.RunWorkDir}}/Apps/Res/Sound/MUSIC/3KG2.XA.BAK"
[[InstallPost]]
args = ["-v", "{{.InstallWorkDir}}/Apps/Res/Sound/AUDIO.INI", "{{.RunWorkDir}}/Apps/Res/Sound/"]
cmd = "mv"
[[InstallPost]]
args = ["-v", "{{.InstallWorkDir}}/Apps/Res/Sound/MUSIC/3KG2.XA", "{{.RunWorkDir}}/Apps/Res/Sound/MUSIC/"]
cmd = "mv"
[[InstallPost]]
args = ["-fr", "{{.InstallWorkDir}}/Apps"]
cmd = "rm"
ifexists = "{{.InstallWorkDir}}/Apps"
→ 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.