How to use a custom resolution in SimCity 4

simcity-4

I would like to play SimCity 4 using a resolution not selectable in game, how can I do this?

The possible settings in game are: 800×600, 1024×768, 1280×1024, and 1600×1200 but I would like to use 1920×1080.

Best Answer

If you have a shortcut on your desktop or on any other folder (if you don't have, create one), right click the shortcut, go to properties, and on the destination, add a space in the end and -w -r1280x768x32, so it should be something like this:

"C:\Program Files\Maxis\SimCity 4\Apps\SimCity 4.exe" -w -r1280x768x32

where the -w stands for window (so the game will run on windowed mode, and -r1280x768x32 stands for the custom resolution that you want (WIDTHXHEIGHTx32bits).

You can add -intro:off on destination too, to jump the intro part and start the game quickly.

To see more advanced launch options, check this thread on Steam forums.