Reinventing Plus Modding
Plus Modding made Easier.
Create the plus mod of your dreams, with the following tools
-Custom NPC functions for creating npcs, utilizes json registers for metadata and sprites
-Functions for various things
-A Debug menu for debugging of course, accesiable by using the save file ("USERDEV")
-API Actions for calling and adding to actions (like onRulerSlap or onNpcSpanws), you can add your own actions too.
-Affectors for modifying npc variables (like the pogo stick from eco pack or oblongs trip from the same mod)
-Easy to use ModContents class for adding and loading Custom NPC's, Custom Item's, Custom Prefabs, etc, into levels.
-Json Registration for Room Tiles, Decor, and Metadata, as well as for Weighted Item Loot tables.
-Template mod for usage
Documentation will come soon as well as example scripts.
Requirements
Dependencies and prerequisites required to use this Mod- Human
- Computer
- Baldi's Basics plus (0.6.1+)
- MTM101 API 5.1+
- BepInEx
- A IDE for coding