-
Notifications
You must be signed in to change notification settings - Fork 4
Level Loader Extensions
MissingTextureMan101 edited this page Sep 1, 2025
·
1 revision
The level loader mod extends a few aspects of vanilla BB+'s level loading system, to allow it to do more.
ExtraLevelDataAsset, but with extra variables to allow for a time limit to be added.
A RoomAsset, but with the ability to use specific cover instead of blocking off the whole cell. You can add and get coverage using AddCellCoverage and GetCellCoverage.
Called when loading a level is almost finished. Equivalent to OnGenerationFinished. You don't need to inherit any class to implement, just add the method to your StructureBuilder and it'll automatically be invoked through reflection.
The loader plugin also makes sure secret cells are properly handled when loading a level.