Latest versions of MelonLoader are known to have issues with some games. Use version 0.5.4 until the issue has been fixed!
NPCReplacer
Replace any vanilla NPC with another (custom or vanilla) NPC or even an item, the mod doesn't care.
By TrevTV
Last updated | 2 years ago |
Total downloads | 3116 |
Total rating | 2 |
Categories | Code Mods |
Dependency string | TrevTV-NPCReplacer-1.1.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.5.4README
NPC Replacer
Replace any vanilla NPC with another (custom or vanilla) NPC or even an item, the mod doesn't care.
How to Install
- Put the DLL in the mods folder
How To Use
- After installing the mod, boot the game once to generate the preferences.
- Open
UserData/MelonPreferences.cfg
and find the category titledNPCReplacements
- In the quotes next to the NPC you want to replace, add the name of the NPC you want it to be replaced by
- Example: from
"Ford" = ""
to"Ford" = "Gibable Ford"
- Example: from
- (Re)start the game and see your changes take effect.
- Note that the mod only replaces NPCs using a specific type of spawner, meaning it won't replace NPCs spawned using the Utility Gun.
Changelog
1.1.0
- Added arena and zombie warehouse support
1.0.1
- Removed some debugging stuff