Skip to content

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.

Extended Classes

ExtendedExtraLevelDataAsset

ExtraLevelDataAsset, but with extra variables to allow for a time limit to be added.

ExtendedRoomAsset

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.

StructureBuilder Extensions

OnLoadingFinished(LevelLoader loader)

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.

Misc Extensions

The loader plugin also makes sure secret cells are properly handled when loading a level.

Clone this wiki locally