The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Custom Stage API
Mostrando 41-50 de 125 aportaciones
< 1 ... 3  4  5  6  7 ... 13 >
Actualización: 6 NOV 2020 a las 5:47 a. m.

- Fix issue with room test file
that was causing startup crashes

- Add POST_CUSTOM_GRID_REMOVE
callback

- StageAPI is now off by default
when testing rooms outside custom
floors

- Add StageAPI.OverrideTestRoom
switch as an explicit override
for that

- Enhance PRE_SPAWN_ENTITY compat
with PRE_ROOM_ENTITY_SPAWN so
effects are automatically
converted to type 1000

- Only prevent clearing wall grids
"outside" the room; this allows
custom grids based on GRID_WALL

- Improved the accuracy of
Depths and Womb overlays

- Add RemoveCustomGrid function

- CurrentRoom.Data.RoomGfx is set
to whatever RoomGfx was applied
to the room after callbacks

- Fix a bug that crashed the game
when a coop player exited

- Fix save and continue so rooms
are loaded in the correct positions

- Remove all vanilla closet
boss rooms

- Add detonator meta entity
that when triggered destroys
its grid or creates a bridge,
and detonated trigger that
triggers when detonated in
that way

- Add default broken states
for alt grids with
overridden spawns

Actualización: 2 DIC 2019 a las 5:21 p. m.

- Fix a bug with
PRE_SPAWN_ENTITY that caused
replacements to persist
between runs

- Make compatible with
multi-room Basement Renovator
tests

- Add GetValidRoomsForLayout
and GetDoorsForRoom

- Fix bug where missing door
weights were unused

Actualización: 30 OCT 2019 a las 5:53 a. m.

- Update BR scripts for Basement
Renovator xml format and add setup
script

- Improve accuracy of floor anm2 to
match with the base game

- Add hook for custom boss portrait
sprite and portrait offset

- Fixed animation for trapdoors
overridden with PRE_SELECT_NEXT_STAGE

- Add setter functions for
IsSecondStage and StageNumber

Actualización: 22 JUN 2019 a las 8:22 a. m.

- Pitfalls and eternal flies are now persistent

- Separated room type requiring
for sin rooms and special rooms,
so that you do not need
secret / shop sin rooms

- Added DoLayoutDoorsMatch for
convenience

Actualización: 20 JUN 2019 a las 8:41 p. m.

- Extra rooms can now use
default or boss room types
from the current floor
as a base for their backdrop
and music

- Upgraded streak system to allow
larger base sprites, and holding
in place for as long as needed

- Boss rooms can be set in place
for boss testing with
basement renovator

- Movable TNT and shopkeepers are
now properly persistent

- Added a triggerable grid destroyer
metadata entity that can create
bridges and destroy rocks

- Fixed bosses marked as horsemen
not taking the place of
horsemen in their floors

- Various changes to room layout
picking including a setting to pick
from all shapes, doors now more
easily associated with empty room
layouts, and boss room initialization
without loading

- Added GetDisplayName, IsNextStage,
and IsSameStage functions

- Fixed custom doors and
shading moving incorrectly
during screenshake

Actualización: 5 JUN 2019 a las 7:22 p. m.

fix grids by variant graphics; all variants of a grid can have overridden gfx now

fix extra pit frames

temporary random fix for currently published revelations

Actualización: 3 JUN 2019 a las 9:51 p. m.

Fix Sharp Plug

Better compatibility for functions designed for the vanilla PRE_ROOM_ENTITY_SPAWN when hooked to PRE_SPAWN_ENTITY

Multiple pit spritesheet support, utero has acid pits again

Potentially better RNG?

Actualización: 3 JUN 2019 a las 9:49 p. m.

Bad Changelog, ignore this

Actualización: 4 MAY 2019 a las 8:11 a. m.

Skippable stage transitions

Custom Challenge rooms improvements

True coop spot support

other minor improvements

Actualización: 11 ABR 2019 a las 5:02 p. m.

Add Basement Renovator custom stage compatibility