This package has been marked as deprecated, and it's suggested another
alternative is used.
ModCommon
Small dependency containing all the necessities for mod developers
Last updated | 3 years ago |
Total downloads | 101511 |
Total rating | 1 |
Categories | Mods Libraries |
Dependency string | Windows10CE-ModCommon-2.1.0 |
Dependants | 41 other packages depend on this package |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.9README
ModCommon
A small dependency for Mod Developers that does the bare minimum, that can be installed alongside R2API.
The entire feature list:
- Sets the isModded flag for RoR2Application
- Adds mods with the inclusion attribute to the network modlist
- Adds a patch called ILLine that helps mod developers to diagnose errors faster
- Patch to fix duplication of console messages
- Very small copy of LanguageAPI since it is the most frequently used
That's it.