Comment on How do people make mods for games without access to the game's source code?
deadcream@sopuli.xyz 2 weeks ago
Many moddable games are made in Unity and C# which is trivial to decompile and modify.
Also the fact that most games use one of the mainstream engines and are made using standard tools and practices makes this easier.