The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Custom Stage API
Mostrando 91-100 de 125 aportaciones
< 1 ... 8  9  10  11  12  13 >
Actualización: 30 JUN 2018 a las 7:06

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.

Actualización: 27 JUN 2018 a las 16:31

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

Actualización: 23 JUN 2018 a las 10:06

Fix RunWhenLoaded table.

Actualización: 23 JUN 2018 a las 8:32

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

Actualización: 22 JUN 2018 a las 15:27

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

Actualización: 14 JUN 2018 a las 19:56

CountLayoutEntities and DoesLayoutContainEntity > DoesLayoutContainEntities.

Actualización: 12 JUN 2018 a las 13:11

DoesEntityMatchParameters, DoesLayoutContainEntity, improved layout overriding.

Actualización: 24 MAY 2018 a las 9:03

fix dark room having shading.

Actualización: 15 MAY 2018 a las 11:56

XL stage support, PRE_SELECT_NEXT_STAGE callback.

Actualización: 11 MAY 2018 a las 17:53

undo PRE_ROOM_ENTITY_SPAWN usage