SimCity 3000 with a few extras.
Application Details:
Version: | Unlimited |
License: | Retail |
URL: | http://simcity.ea.com/ |
Votes: | 2 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 6.6 |
Maintainers: About Maintainership
What works
SimCity 3000 Unlimited
Building Architect Plus
What does not
Intro video does not work, no in-game music. Game will also not launch if installed from the CD (or ran directly from the CD) due to the DRM not being compatible. However, this DRM problem is also an issue in native Windows Vista and later.
Workarounds
Using a no-cd crack that replaces the installed apps (sc3u.exe, baapp.exe) with cracked ones allows the game to launch. Using the no-cd crack is legal only if you own a original copy of SimCity 3000 Unlimited.
Crack: http://www.gameburnworld.com/dl/dl2/m.php?p=SimCity3000Unlimitedv1.0NoCDFixedexeUSCan.zip
The sound issue can be fixed by manually copying the music folder from the CD and inserting a new line after line 48 in the AUDIO.INI file.
File Locations: (delete (x86) from all paths if using a 32-bit wineprefix)
GAME C:\program files (x86)\Maxis\Simcity 3000 Unlimited\Apps\SC3U.EXE
BA+ C:\program files (x86)\Maxis\Simcity 3000 Unlimited\Apps\BAApp.EXE
AUDIO.INI C:\program files (x86)\Maxis\Simcity 3000 Unlimited\Apps\RES\Sound\AUDIO.INI
CD MUSIC D:\APPS\RES\SOUND\MUSIC (copy this to the same directory AUDIO.INI is in)
-----AUDIO.INI Patch-----
47 MusicDataDir=e:\sc3000data\cdimage\res\sound\
48 ; MusicDataDir=d:\sc3000data\cdimage\sc3\res\sound\
add this one --> ; MusicDataDir="c:\program files (x86)\maxis\simcity 3000 unlimited\apps\res\sound\"
49 CachePath=c:\temp\
What was not tested
Scenario Creator, and anything else outside of the main game and Building Architect Plus.
Hardware tested
Graphics:
Additional Comments
Installed from cd normally with product key, game only runs with no-cd crack. No other modifications are needed to play the game smoothly. (unless you want music)
The in-game music patch may not be needed if you keep the cd in the drive, but the no-cd patch is required regardless of the CD's presence.
The HD resolution patch is compatible with the no-cd patch, but you have to edit a certain line in a hex editor (i.e manually patching the game). Also, using any resolution where either the height or width (or both) is not divisible by 8 will cause the game to crash. Here's a link to the GOG version patch instructions, which I have confirmed also work with the CD version. You will need a hex editor for this, since all the scripts are for windows. https://www.gog.com/forum/simcity_series/simcity_3000_widescreen_patch_instructions/page1
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | macOS 10.14 "Mojave" | Apr 16 2021 | 6.6 | Yes | Yes | Yes | Gold | Alex | |
Show | macOS 10.14 "Mojave" | Jul 20 2020 | 5.0.1 | Yes | Yes | Yes | Gold | Alex | |
Show | Ubuntu 18.04 "Bionic" amd64 (+variants like Kubuntu) | Jun 05 2018 | 3.8 | Yes | Yes | No | Silver | James Murphy | |
Show | Arch Linux x86_64 | Dec 28 2017 | 3.0-rc3 | Yes | Yes | No | Silver | Maarten Oosting | |
Show | Arch Linux x86_64 | Jun 22 2017 | 2.10 | Yes | Yes | No | Silver | Agustín Atahides |
NoCD
Wine does not currently work well with copy protection, so this game does not currently run.
Make sure that your game is running on the correct resolution, otherwise problems may occur.
You can change the resolution pass some parameters to the shortcut of the game.If you have not made a shortcut to the game,create it with any text editor by following the rules bellow.
Supported parameters
-w Starts the game in windowed mode
-r Change the game resolution
How to use?
Open the shortcut file and insert the following:
#/ bin /bash
cd "path to the folder of your game"
(wine SC3.EXE -r1024x768)
The example above starts the game in fullscreen and with resolution 1024x768
Another example:
#/ bin /bash
cd "path to the folder of your game"
(wine SC3.EXE -w -r800x600)
The example above starts the game in window with resolution 800x600.
Supported Resolutions
640x480, 800x600, 1024x768, 1280x1024
Note: if you uses multicore cpu, read tutorial Fix Multicore Freezing / crashing (below)
Install with: # apt-get install schedtool
Or:
$ wget http://freequaos.host.sk/schedtool/schedtool-1.1.2.tar.bz2 $ tar xf schedtool-1.1.2.tar.bz2 $ cd schedt* $ sudo make install run sc3k by:
$ schedtool -a 0x1 -e wine SC3.EXENOTE: If you use different resolution and multicore, use this model of shortcut:
#/ bin /bash cd "path to the folder of your game" (schedtool -a 0x1 -e wine SC3.EXE -r1024x768)
for more information read the tutorial Resolution (above)
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Francisco on Sunday July 15th 2018, 15:13
by Michael on Thursday January 23rd 2014, 10:28
by Jarkko Korpi on Saturday September 6th 2014, 13:39
by Craig Hadady on Friday July 6th 2012, 10:06
o 1.5.8 on linux works but is slower than 1.5.4
o 1.5.4 on linux works great!
o 1.5 on snow leopard (macports) allows game install but the game pops up in a blank window, with sound.
o 1.4 on snow leopard (macports) plays great, but can't play in a window - full screen only regardless of command line switches.
My linux box is a laptop running Ubuntu 11.04. I compile wine from source, thinking it would work better while I was debugging.
My Mac is a macbook pro (January 2011) with the cd-rom supplied development environment.
Regards,
Craig
by Ken Sharp on Thursday April 21st 2011, 8:41
100% CPU on BOTH cores (might be normal).
Loading takes WAY too long.
Start-up video fails in full screen.
No sound or music.
Looking into these.
by Ken Sharp on Thursday April 21st 2011, 8:50
by Ken Sharp on Monday May 2nd 2011, 10:29