SimCity 2000 Special Edition from retail CD
Plays SimCity 2000 Special Edition from the retail CD.
→ Get It
Run the below command to download this env. Please note requirements and recommended args to use below.
wem get simcity2000-cd
→ Notes
- Requires the CD to be mounted for installation only.
- For music playback, check "Play MP3 music instead of MIDI music if present" in "sc2kfix Settings".
→ Requires
Install these via your system package manager or some other method:
-
curl
-
unzip
-
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 = "1995-02-28"
InstallExe = "{{.InstallWorkDir}}/win95/setup.exe"
InstallExpected = "{{.RunExe}}"
InstallOnlyPre = true
InstallWorkDir = "/run/media/$USER/SC2KSEPC"
Name = "SimCity 2000 Special Edition"
RunExe = "{{.RunWorkDir}}/simcity.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/game"
WineArch = "win32"
WineDllOverrides = "winmm=n,b"
WineExe = "wine"
[[InstallPre]]
args = ["-p", "{{.WinePrefix}}/drive_c/"]
cmd = "mkdir"
[[InstallPre]]
args = ["-r", "{{.InstallWorkDir}}/win95/sc2k", "{{.WinePrefix}}/drive_c/"]
cmd = "cp"
[[InstallPre]]
args = ["{{.WinePrefix}}/drive_c/sc2k", "{{.RunWorkDir}}"]
cmd = "mv"
[[InstallPre]]
args = ["-R", "755", "{{.RunWorkDir}}"]
cmd = "chmod"
[[InstallPre]]
args = ["-sL", "-o", "{{.RunWorkDir}}/winmm.dll", "https://github.com/sc2kfix/sc2kfix/releases/latest/download/winmm.dll"]
cmd = "curl"
[[InstallPre]]
args = ["-r", "{{.InstallWorkDir}}/data", "{{.RunWorkDir}}/movies"]
cmd = "cp"
[[InstallPre]]
args = ["-R", "755", "{{.RunWorkDir}}/movies"]
cmd = "chmod"
[[InstallPre]]
args = ["reg", "add", "HKEY_CURRENT_USER\\Software\\Maxis\\SimCity 2000\\Paths", "/v", "Movies", "/d", "C:\\game\\movies"]
cmd = "{{.WineExe}}"
[[InstallPre]]
args = ["-sL", "-o", "{{.RunWorkDir}}/simcity2000-soundtrack-mp3.zip", "https://anfinitinetwork.com/bin/simcity2000-soundtrack-mp3.zip"]
cmd = "curl"
[[InstallPre]]
args = ["-qq", "{{.RunWorkDir}}/simcity2000-soundtrack-mp3.zip", "-d", "{{.RunWorkDir}}/sounds/"]
cmd = "unzip"
[[InstallPre]]
args = ["{{.RunWorkDir}}/simcity2000-soundtrack-mp3.zip"]
cmd = "rm"
→ 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.