Does anyone know how to mod this game?
I'm not very tech savvy.
You must be registered to see the links
(5) +
You must be registered to see the links
.
BepInEx is plugin framework which helps hook and inject code into runtime.
DnSpy is .NET debugger/editor to look into original .dll files.
For this game - main assembly file is
..._Data/Managed/Game.dll, and as i remember you still need to use .NET 3.5 to mod this game.
Here's an example how i made it earlier. Any other guides and sheets could be found at
You must be registered to see the links
and
You must be registered to see the links
docs.
Saying about graphics/sprites/textures changing - i don't know how to make it.
Good luck with modding.