RenameMod
EtG mod for allowing users to easily create and integrate renames into plugins
Last updated | 2 years ago |
Total downloads | 537 |
Total rating | 2 |
Categories | Misc |
Dependency string | An3s-RenameMod-1.4.3 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
MtG_API-Mod_the_Gungeon_API
Adds the good parts of Mod the Gungeon to BepInEx.
Preferred version: 1.1.3README
Easy Rename Mod
This mod is an easy way to item or enemy renames into any plugin or have a plugin just for renames.
To learn how to use it can simply type rnm help
into the mod console.
Item Commands
- To rename a gun or item write in
rnm setname {item_name} <New Name>
- to set short descriptions
rnm setshortdesc {item_name} <New Short Desc>
- to set long descriptions
rnm setlongdesc {item_name} <New longDesc>
- to clear a name use
rnm clearname <item_name>
- to clear a short descriptions use
rnm clearshortdesc {item_name}
- to clear a long descriptions use
rnm clearlongdesc {item_name}
Enemy Commands
All enemy commands are the same as the item command but with enemy before it, ie. rnm enemysetname
Sharing renames
To incorporate renames into your plugin just drag them into your plugin folder without renaming any of them, and make sure that this mod is listed as a dependency so that it can load your renames.
Changelog
v1.4.3 - fixed dll and everything else having different versions, removed debug messages that I accidentally left in. v1.4.2 - released (its a high version cause the old modworkshop one had updates older than this)