The API that all of my Baldi's Basics Plus mods use. Sorry for lack of screenshots besides that menu this barely changes anything by itself.
Most of what this API does is internal and not noticeable by the player, however it DOES make developing BB+ mods somewhat easier.
This API does the following:
- Adds an API for easily expanding the options menu.
- The ability to disable saves
- A Language Extender API so you can add localization support without overriding any base game files
- Functions for automatically handling the creation of certain Scripted Objects (ItemObjects, SoundObjects, FieldTrip Objects)
- Functions for automatically adding new enums to some already existing ones
- Functions for getting item/npc names and item/npc instances from an Enum.
If you are downloading this mod so another mod can work, follow the download instructions.