Guide Information[]
Game Version: 2.35
MelonLoader Version: 0.6.6
General Information[]
In general, there are two types of modding:
- Item Modding which uses ModComponent to insert new items into the game
- Normal Modding which changes the game through Melon Loader and Harmony Patches
Item Modding[]
See the ModComponent Wiki for more details
Normal Modding[]
A mod template is available here.
Additional Resources[]
- Visual Studio Community Edition
- CSharp
- Harmony Patching
- MelonLoader Wiki
- Intro to Reflection
- Json Documentation. Please do not use the MelonLoader TinyJson. Instead use
System.Text.Json
- Il2CppInterop Documentation
- Contributing on Github