Releases: nsgomez/gzcom-dll
PoC: in-game lot editor (IGLE)
PoC: Extra Zoning Types
An extension of http://community.simtropolis.com/files/file/31350-simmasters-extra-cheats-dll/ that adds four new cheats (zonemilitary, zonespaceport, zoneairport, zoneseaport), which invokes the zoning tools for their respective unimplemented zones. Nothing grows in them by default since the game's tract and port developers don't bother with them, so it's not terribly useful.
PoC: Adding New Cheat Codes
This DLL provides a message target that registers new cheat codes and handles them accordingly. In this case, we add two new cheat codes, RoentgenBeGone (for removing all radioactive tiles in a city) and Chernobyl (for making all city tiles radioactive).
PoC: Message Targets
This DLL subscribes to a message in SimCity 4 that is sent when a city has finished loading up. Once this message is received, a dialog box appears saying that a city has finished loading. This is intended to demonstrate the new ability of this API to receive game messages and interact with game services.
PoC: Basic Demo DLL
A basic DLL that pops up messages on every event.
Completely stable with the Windows version of SimCity 4; Mac App Store version of SC4 is a Wine port that should be able to accept Windows DLLs.
PoC: Reconstructed Extra Cheats DLL
This DLL reimplements the extra cheats DLL using the basic SDK provided by this project. As with the last release, this is completely stable with any Windows version of SimCity 4.