Enhanced Prefab Loader
A API to add prefabs into the game as Items, Wall Objects, Ceiling Objects, Shelves, Play Tables, Sellable Items, Deco Objects, Cards, Card Sets, and more planned for the future.
CHANGELOG
Changelog:
Initial Release - 1.0.0
- Released the Mod to Nexus Mods
Safeguard Update - 1.0.1
- Added safeguards so mods will not break if dev adds new furniture items.
File Fix - 1.0.2
- Fixed incorrect upload files.
Thunderstore Release Attempt - 1.0.3
- Released the mod to Thunderstore.
Video Player - 1.1.0
- Added support for video players
- Various bug fixes and code cleanup
New Sellable Items - 2.0.0
- Support for adding new sellables has been added
- How the prefab loader finds config files has been changed for the purposes of supporting more mod loaders. Config files can be anywhere in the plugins folder as long as they are inside a folder with name ending in "prefabloader".
- Changes made to the optional Asset Bundle file to also create the nessisary json when the items are being bundled.
- FIXED a bug where the object type was not being set correctly in the newest base game update which causes icons to not display correctly.
Deco Support - 3.0.0
- ADDED: Deco statue support
- ADDED: Deco wall, floor, and ceiling texture support
- BREAKING CHANGE: Sprites/Assemblies in assetbundle config json are now expect to just be simple list of names instead of list of objects contains a name field.
- BREAKING CHANGE: Removed CustomWallHangingInteractableObject script from the provided precompiled scripts (Use the new CustomInteractableDeco script with IsDecorationVertical true for same effect)
- CHANGED: The way saves function. All saves are now "instanced" to the the mod that is providing the asset bundle. So saves will not overlap other mods.
Card Support - 4.0.0
- Added: New Card Support
- Added: New Card Set Support
- Promise you the API when it releases will do it better /j - Creator