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일 오후 4시 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일 오후 3시 27분

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

업데이트: 2018년 6월 14일 오후 7시 56분

CountLayoutEntities and DoesLayoutContainEntity > DoesLayoutContainEntities.

업데이트: 2018년 6월 12일 오후 1시 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일 오후 5시 53분

undo PRE_ROOM_ENTITY_SPAWN usage