SC4 Devotion Forum Archives

SimCity 4 General Discussion and Tutorials => SimCity 4 General Discussion => General Custom Content Discussion => Topic started by: indovote on October 09, 2015, 08:37:09 PM

Title: Can I create plugin that using DLL file?
Post by: indovote on October 09, 2015, 08:37:09 PM
Hello everyone,
can I create plugin that using DLL file like Extra Cheat? Because I thing using DLL file can control game largely (like creating cheats).
Title: Re: Can I create plugin that using DLL file?
Post by: Tarkus on October 09, 2015, 11:50:17 PM
The modding community has only had very limited success with creating DLL-based plugins, and the only third-party ones are out there can only run before the game actually starts, and are limited to minor file manipulation.  The full Software Development Kit (SDK) to get them to stay loaded while the game is running (like the Extra Cheats DLL) was never released, and no one even knows where the hook is to make that possible.

-Alex
Title: Re: Can I create plugin that using DLL file?
Post by: indovote on October 10, 2015, 12:42:07 AM
Quote from: Tarkus on October 09, 2015, 11:50:17 PM
The modding community has only had very limited success with creating DLL-based plugins, and the only third-party ones are out there can only run before the game actually starts, and are limited to minor file manipulation.  The full Software Development Kit (SDK) to get them to stay loaded while the game is running (like the Extra Cheats DLL) was never released, and no one even knows where the hook is to make that possible.

-Alex
Does the SDK was released when someone asks permission to Maxis for giving SDK (like the Extra Cheats)?
Title: Re: Can I create plugin that using DLL file?
Post by: Tarkus on October 10, 2015, 12:49:12 AM
There was a thread about the SDK quite a number of years ago.  The history is here (http://sc4devotion.com/forums/index.php?topic=11662.0).  It's very unlikely anything will change going forward, so I wouldn't expect any new DLL-based plugins to come down the line.

-Alex
Title: Re: Can I create plugin that using DLL file?
Post by: indovote on October 10, 2015, 01:42:08 AM
Can LUA files on DAT files can run advanced function like DLL files (such as creating cheats)?