Raid Toolkit SDK
The Raid Toolkit (“RTK”) SDK is a set of tools and libraries that allow developers to write tools and scripts for Raid: Shadow Legends without needing to worry about game updates, memory addressing, or any of that (honestly pretty fun 😏) stuff.
One of the key features of this platform is that it will automatically update itself when the game updates, so users do not need to wait for the developer to release a new version unless something substantial changed in the game code. This is accomplished by dynamically generating a .NET assembly used to read the game objects on the fly.
Mission
The mission of RTK is twofold:
🔐 Provide an open-source toolchain that users can trust which handles all of the native aspects of reading from the game data
Reducing the fragmentation of having to install different tools from different developers’ means users don’t have to worry as much about which tools to trust, and instead focus on tools built atop an already trusted application.
👩💻 Provide a set of well-shaped APIs and data contracts for developers to create new tools
Developing applications which read from process memory is difficult and requires constant maintenance. This SDK provides a solution for those developers so they can focus on making great tools, and not pulling out their hair.