The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Custom Stage API
125件中 91-100 を表示
< 1 ... 8  9  10  11  12  13 >
更新:2018年6月30日 @ 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.

更新:2018年6月27日 @ 16時31分

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

更新:2018年6月23日 @ 10時06分

Fix RunWhenLoaded table.

更新:2018年6月23日 @ 8時32分

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

更新:2018年6月22日 @ 15時27分

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

更新:2018年6月14日 @ 19時56分

CountLayoutEntities and DoesLayoutContainEntity > DoesLayoutContainEntities.

更新:2018年6月12日 @ 13時11分

DoesEntityMatchParameters, DoesLayoutContainEntity, improved layout overriding.

更新:2018年5月24日 @ 9時03分

fix dark room having shading.

更新:2018年5月15日 @ 11時56分

XL stage support, PRE_SELECT_NEXT_STAGE callback.

更新:2018年5月11日 @ 17時53分

undo PRE_ROOM_ENTITY_SPAWN usage