The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

ReRoll First Treasure
Showing 1-10 of 11 entries
< 1  2 >
Update: 24 Jul, 2024 @ 3:49am

added an option to enable/disable the old reroll method through Mod Config Menu.

Update: 1 Jul, 2024 @ 12:46pm

- commented part of the code that uses Repentogon functions (and that are not needed for the normal use of this mod... maybe this part of the code can cause problems to users that do not have Repentogon installed).

Update: 11 Jun, 2024 @ 5:43am

- Rerolls will NOT exhaust the current room itempool (i.e. rerolls will NOT count towards breakfasting).
Note: only the starting collectible and the one you will pick up will be removed from the itempool.
- Works only in one treasure room for each floor (useful in case of Curse of the labyrinth is present).

Update: 10 Jun, 2024 @ 2:41pm

- better code
- significantly better performance (24,5 times better)
- fix for Jacob & Esau

Update: 17 Jan, 2024 @ 2:40pm

fix (now the reroll works only in the first treasure room as planned...)

Update: 15 Dec, 2023 @ 11:53pm

- Added support for controller/gamepad (now you can activate the reroll by pressing the RS button, i.e. the right analog stick).
- Now the reroll will be called by the player who actually presses the button and not always by player 0.
- Changed the onNewLevel callback with onGameStart callback (so now the mod will work even if you exit and re-enter your run while you are still in the first floor... and will not check the all the new floors).

Update: 4 Nov, 2023 @ 2:29pm

Better code: now the mod adds/removes the callbacks only if they are not present/present.
(Before the mod was trying to remove some callbacks even if they were not present anymore).

Update: 4 Nov, 2023 @ 1:17pm

Better code: now the mod checks the input from the keyboard only if you are in the first treasure room.
(Before the mod was always checking the input... and considering that the game do it 1470 times per second, it is better to do it only when necessary...)

Update: 2 Nov, 2023 @ 10:28am

just a detail in the code...

Update: 2 Nov, 2023 @ 9:38am

Bug fix: now the mod does not allow the player to reroll the item in the treasure room on Downpour 1 and Dross 1.