Mod the Gungeon API
Adds the good parts of Mod the Gungeon to BepInEx.
Last updated | a month ago |
Total downloads | 145170 |
Total rating | 17 |
Categories | Mods Libraries Tools Misc |
Dependency string | MtG_API-Mod_the_Gungeon_API-1.8.7 |
Dependants | 256 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_EtG
BepInEx pack for Enter the Gungeon. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2101README
Mod the Gungeon API
A plugin for BepInEx that adds some of Mod the Gungeon's functionality and also adds backwards compatibility for modders who want to port to BepInEx
Features
Mod the Gungeon API includes:
- Most of classic Mod the Gungeon's API features (adding items to loot tables, changing strings, replacing and adding textures, etc)
- A debug/cheat console (F2, ~, /)
- A debug log that records all Unity logging (F3)
- Note: this log is disabled by default for performance reasons. It can be enabled in the config file (
etgmodding.etg.mtgapi.cfg
)
- Note: this log is disabled by default for performance reasons. It can be enabled in the config file (
- A mods menu that shows all enabled plugins (F1)
Useful Links
- Installation
- Porting your mod to BepInEx
- Converting .json files to .jtk2d files
- BepInEx Example Mod (Plain)
- BepInEx Example Mod (Items)
- Publicized and Stripped Assembly-CSharp.dll
- GitHub Repository
Credits:
- SpecialAPI - main developer.
- Captain Pretzel - optimizing the API to make mods load faster.
- An3s - initial console + debug log port.
- KubeRoot - updating SGUI to the latest version.
- KyleTheScientist - base MTG example mod zips.