The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

ReRoll First Treasure
Wyświetlanie 1-10 z 11 pozycji
< 1  2 >
Aktualizacja: 24 lipca 2024 o godz. 3:49

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

Aktualizacja: 1 lipca 2024 o godz. 12:46

- 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).

Aktualizacja: 11 czerwca 2024 o godz. 5:43

- 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).

Aktualizacja: 10 czerwca 2024 o godz. 14:41

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

Aktualizacja: 17 stycznia 2024 o godz. 14:40

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

Aktualizacja: 15 grudnia 2023 o godz. 23:53

- 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).

Aktualizacja: 4 listopada 2023 o godz. 14:29

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).

Aktualizacja: 4 listopada 2023 o godz. 13:17

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...)

Aktualizacja: 2 listopada 2023 o godz. 10:28

just a detail in the code...

Aktualizacja: 2 listopada 2023 o godz. 9:38

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