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).
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
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)?
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
Can LUA files on DAT files can run advanced function like DLL files (such as creating cheats)?