Posted March 12, 2017
Here is how to make the game work in widescreen and 1920x1080
Step 1:
Get a free hex editor like HxD from
https://mh-nexus.de/en/hxd/
Scroll down to the bottom of the download page and get the English portable version.
Direct download: [url=ftp://wa651f2:anonymous@mh-nexus.de/HxDen.zip]ftp://wa651f2:anonymous@mh-nexus.de/HxDen.zip[/url]
Step 2:
Make a copy (backup) of SC3U.exe just in case you mess up.
Step 3:
Start up HxD and open SC3U.exe
Press CONTROL-F to search for the following byte sequence as seen in attached image (select datatype: hex-values)
8b 4c 24 04 8b 44 24 08 53
It should now highlight them.
Select the first four bytes and overwrite it with:
c2 08 00 90
So it should now say something like:
c2 08 00 90 8b 44 24 08 53
If you get a message with a warning that your edit will change the file size, you have done it incorrectly. You're only supposed to replace the four bytes.
Step 4:
Then repeat the last step and do the same thing but search for the byte sequence:
8b 4c 24 04 8b 54 24 08 81 f9
Select the first four and overwrite them with:
c2 08 00 90
So it should now say:
c2 08 00 90 8b 54 24 08 81 f9
The bytes you replaced should now be red as seen in the second attached image.
Save the file and run and you should now be able to select all your monitor resolutions including 1920x1080!
Playing in 1920x1080 screenshot example.
Best Regards :)
Step 1:
Get a free hex editor like HxD from
https://mh-nexus.de/en/hxd/
Scroll down to the bottom of the download page and get the English portable version.
Direct download: [url=ftp://wa651f2:anonymous@mh-nexus.de/HxDen.zip]ftp://wa651f2:anonymous@mh-nexus.de/HxDen.zip[/url]
Step 2:
Make a copy (backup) of SC3U.exe just in case you mess up.
Step 3:
Start up HxD and open SC3U.exe
Press CONTROL-F to search for the following byte sequence as seen in attached image (select datatype: hex-values)
8b 4c 24 04 8b 44 24 08 53
It should now highlight them.
Select the first four bytes and overwrite it with:
c2 08 00 90
So it should now say something like:
c2 08 00 90 8b 44 24 08 53
If you get a message with a warning that your edit will change the file size, you have done it incorrectly. You're only supposed to replace the four bytes.
Step 4:
Then repeat the last step and do the same thing but search for the byte sequence:
8b 4c 24 04 8b 54 24 08 81 f9
Select the first four and overwrite them with:
c2 08 00 90
So it should now say:
c2 08 00 90 8b 54 24 08 81 f9
The bytes you replaced should now be red as seen in the second attached image.
Save the file and run and you should now be able to select all your monitor resolutions including 1920x1080!
Playing in 1920x1080 screenshot example.
Best Regards :)
Attachments:
sim_city_3000_wi.png (61 Kb)
sim_city_3000_wi.png (86 Kb)
sim_city_3000_wi.png (111 Kb)
sim_city_3000_wi.jpg (499 Kb)
Post edited March 12, 2017 by nirklars1