win32kbase / MuckInternal

Internal cheat for Muck
9 stars 10 forks source link

Create BepInEx mod from source #3

Closed blakkkk closed 3 years ago

blakkkk commented 3 years ago

Instead of injecting you could create a BepInEx mod so you don't have to directly edit the game files. I would if I could but I'm not really sure what method/class (I'm not great with C#) to patch.

win32kbase commented 3 years ago

I have no idea what BepInEx is

win32kbase commented 3 years ago

If you find a good class feel free to open a PR

blakkkk commented 3 years ago

BepInEx is a modloader for Unity games. You just have to say what method and class you want to patch. I don't really understand C# that well and don't really know what I'm doing so I'm not sure I can do it. BepInEx