The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Custom Stage API
Showing 91-100 of 125 entries
< 1 ... 8  9  10  11  12  13 >
Update: Jun 30, 2018 @ 7:06am

Fix catacombs backdrop being shorter than needed & support all catacombs floor variants properly. OverrideRockAltEffects now allows specifying RoomTypes. Added SetStageMusic for setting music for all default RoomTypes at once.

Update: Jun 27, 2018 @ 4:31pm

New backdrop system, floor and wall are split and all properly randomized.

Update: Jun 23, 2018 @ 10:06am

Fix RunWhenLoaded table.

Update: Jun 23, 2018 @ 8:32am

Some helper functions for mod load order, so addon mods to mods based on StageAPI are easier to pull off.

Update: Jun 22, 2018 @ 3:27pm

Room testing!
croom <ID or Name> <RoomListName (optional, uses current floor if not given)>

Update: Jun 14, 2018 @ 7:56pm

CountLayoutEntities and DoesLayoutContainEntity > DoesLayoutContainEntities.

Update: Jun 12, 2018 @ 1:11pm

DoesEntityMatchParameters, DoesLayoutContainEntity, improved layout overriding.

Update: May 24, 2018 @ 9:03am

fix dark room having shading.

Update: May 15, 2018 @ 11:56am

XL stage support, PRE_SELECT_NEXT_STAGE callback.

Update: May 11, 2018 @ 5:53pm

undo PRE_ROOM_ENTITY_SPAWN usage