D1GQ
20 hours agoNewcomer
Make Replanted assembly (IL) builds public for the modding community!
Hello 👋
I'm the creator of Replanted Online, a mod that adds online multiplayer to Versus Mode.
The game currently uses IL2CPP, which means the game logic is compiled to C++ code rather than IL/C#. This makes modding significantly harder, as we can't see game code without reverse engineering, which doesn't seem to be allowed.
So would it be possible to release an assembly build of Replanted publicly? Specifically, one that outputs readable/generated IL/C# code so modders can understand functions, classs, and game flow without having to guess or test constantly.
Hope y'all consider this because I think this would really help the modding community!