A DLL plugin for SimCity 4 that provides modders with more RCI demand info.
With this plugin installed there will be the following new variables that can be used from LUA scripts and UI files:
Variable name | Description |
---|---|
g_cs1_active_demand |
Cs§ active demand |
g_cs2_active_demand | Cs§§ active demand |
g_cs3_active_demand | Cs§§§ active demand |
g_ir_active_demand | IR (I-Ag) active demand |
g_current_ir_cap | Current IR (I-Ag) cap |
The values can be accessed using game.<value name> in LUA scripts and UI placeholder text.
The download includes a patch for RippleJet's Census Repository v3.5 that shows the new data, you will need to have the original mod installed.
System Requirements
- 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 SC4MoreDemandInfo.dll from the Dll folder into the Plugins folder in the SimCity 4 installation directory.
- Replace the original RJ - Census_Repository_Model_and_Query_3.1.dat with the one in the Census Repository v3.5 Patch folder.
- Start SimCity 4.
Troubleshooting
The plugin should write a SC4MoreDemandInfo.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/762906-sc4moredemandinfo
The plugin's source code and issue tracker are located on GitHub: https://github.com/0xC0000054/sc4-more-demand-info