Application Details:
Version: | UK Edition |
License: | Retail |
URL: | http://simcity.ea.com/ |
Votes: | 0 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 1.7.2 |
Maintainers: About Maintainership
What works
Install partially works. Will install Shockwave, but buttons may be unresponsive (I used a version from "Sold Out"). setup.exe can be directly invokedÂ
What does not
Everything else. Seems to be confused by the CD check and I cannot get the No-CD crack to run (causes Wine to crash).
Workarounds
What was not tested
Everything bar the install.
Hardware tested
Graphics:
Additional Comments
If you can get the No-CD crack to run, you may be lucky.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Debian GNU/Linux 7.x "Wheezy" | Sep 25 2013 | 1.7.2 | Yes | No | Garbage | Jasper Follas | ||
Show | Ubuntu 9.10 "Karmic" i386 (+ variants like Kubuntu) | Nov 17 2009 | 1.1.33 | Yes | No | Garbage | Mark Richardson | ||
Show | Ubuntu 9.04 "Jaunty" i386 (+ variants like Kubuntu) | Aug 23 2009 | 1.1.28 | Yes | Yes | Garbage | an anonymous user | ||
Current | Ubuntu 9.04 "Jaunty" i386 (+ variants like Kubuntu) | May 06 2009 | 1.1.20 | Yes | No | Garbage | an anonymous user | ||
Show | Ubuntu 8.10 "Intrepid" i386 (+ variants like Kubuntu) | Jan 31 2009 | 1.1.14 | Yes | Yes | Bronze | an anonymous user |
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)