Skip to content

Releases: nsgomez/gzcom-dll

PoC: in-game lot editor (IGLE)

PoC: Extra Zoning Types

02 Jan 03:35
Compare
Choose a tag to compare

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

03 Jun 22:01
Compare
Choose a tag to compare

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

27 May 21:21
Compare
Choose a tag to compare

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

16 May 16:12
Compare
Choose a tag to compare

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

16 May 19:28
Compare
Choose a tag to compare

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.