Posted May 29, 2014
high rated
Hello fellow GOGers:
We all know this game has issues running on modern iterations of Windows so here are a few tips to perhaps make it better :
Right-click on the "SimCity 4 Deluxe Edition" icon on your Desktop, and go to the end of the "Target" textbox to add new command-line parameters.
- Since the game doesn't handle threading properly on multi-core CPUs, GOG already adds the notorious -CPUCount:1 command line parameter (which is pretty much mandatory since Windows XP).
- The game only supports very few resolutions (which are 4:3) and usually aren't suited for modern displays (which have, for the most part, 16:9 and 16:10 aspect ratios). To remedy this, add (don't forget to leave 1 space between options) :
-CustomResolution:enabled -rWWWWxHHHxBB
where WWWW is screen width, HHH is screen height, and BB is color depth (16 or 32)
example: for a 1280x720 resolution : -CustomResolution:enabled -r1280x720x32
- If you wish to skip the EAGames/Maxis intro, add :
-intro:off
- Some people have issues with the game crashing without even getting to the menu, it is possible that the game doesn't support Hardware rendering on your machine, try adding this to the parameters and see if that does it for you :
-d:Software
- If hardware mode (default) works for you, great! But I find DirectX (the default hardware renderer) to be a bit choppy, at least on my machine (i7+nVidia), so instead of lowering stuff in the graphic options (ingame), try switching to the OpenGL renderer by adding :
-d:OpenGL
(nVidia cards usually seem to run OpenGL games a bit better, but it just might be a rumor. Then again it can also make the game run smoother on AMD/ATI's Radeon, if anyone wants to try it out and post results)
Hope I've been of some help.
We all know this game has issues running on modern iterations of Windows so here are a few tips to perhaps make it better :
Right-click on the "SimCity 4 Deluxe Edition" icon on your Desktop, and go to the end of the "Target" textbox to add new command-line parameters.
- Since the game doesn't handle threading properly on multi-core CPUs, GOG already adds the notorious -CPUCount:1 command line parameter (which is pretty much mandatory since Windows XP).
- The game only supports very few resolutions (which are 4:3) and usually aren't suited for modern displays (which have, for the most part, 16:9 and 16:10 aspect ratios). To remedy this, add (don't forget to leave 1 space between options) :
-CustomResolution:enabled -rWWWWxHHHxBB
where WWWW is screen width, HHH is screen height, and BB is color depth (16 or 32)
example: for a 1280x720 resolution : -CustomResolution:enabled -r1280x720x32
- If you wish to skip the EAGames/Maxis intro, add :
-intro:off
- Some people have issues with the game crashing without even getting to the menu, it is possible that the game doesn't support Hardware rendering on your machine, try adding this to the parameters and see if that does it for you :
-d:Software
- If hardware mode (default) works for you, great! But I find DirectX (the default hardware renderer) to be a bit choppy, at least on my machine (i7+nVidia), so instead of lowering stuff in the graphic options (ingame), try switching to the OpenGL renderer by adding :
-d:OpenGL
(nVidia cards usually seem to run OpenGL games a bit better, but it just might be a rumor. Then again it can also make the game run smoother on AMD/ATI's Radeon, if anyone wants to try it out and post results)
Hope I've been of some help.
Post edited May 29, 2014 by sylvain-p