A DLL Plugin for SimCity 4 that makes the DirectX full screen mode use 32-bit color.
This is an alternative version of my DirectX full screen mode 32-bit color fix for people who are already using an external launcher or a shortcut with command line arguments to configure the game's graphics settings.
If you are using my GraphicsOptions DLL Plugin you do not need to install this mod.
The two mods will conflict, but the worst thing that could happen is that the fix is applied more than once.
Technical Details
For some reason Maxis hard-coded the DirectX full screen mode to use 16-bit color. There were existing fixes for this issue, but those required replacing or modifying SimCity 4.exe. This mod patches the affected code in the game's memory and does not modify the original executable.
System Requirements
- SimCity 4 version 641
- Windows 10 or later
The plugin may work on Windows 7 or later with the Microsoft Visual C++ 2022 x86 Redistribute installed, but I do not have the ability to test that.
Installation
Close SimCity 4.
Copy SC4FullScreen32Bit.dll into the Plugins folder in the SimCity 4 installation directory.
Start SimCity 4.
Troubleshooting
The plugin should write a SC4FullScreen32Bit.log file in the same folder as the plugin.
The log contains status information for the most recent run of the plugin.
Source Code and Support
Plugin thread: https://community.simtropolis.com/forums/topic/762957-sc4-full-screen-32-bit-color-dll-plugin/
The plugin's source code and issue tracker are located on GitHub: https://github.com/0xC0000054/sc4-full-screen-32-bit