The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Balanced Beginning Birthright
14 Comments
Jaknec 4 Mar @ 9:00am 
does anyone know if the issues with this mod are fixed? :repoop:
Former President, George W. Bush 23 Jun, 2024 @ 1:11pm 
ok thanks :steamthumbsup:
Eclipse  [author] 23 Jun, 2024 @ 9:41am 
@Fred yeah feel free! i feel kinda bad that i didn't really debug this mod too much; i kinda made it for myself and i was frustrated by the time i got it working.
Former President, George W. Bush 23 Jun, 2024 @ 2:13am 
and by "eden spawning the items achievement checker uses" I meant the useless sad onion copies used to check if something's unlocked
Former President, George W. Bush 23 Jun, 2024 @ 2:12am 
is it okay if I made a mod that uses code from this one? it uses repentogon instead since that has a more reliable achievement checker thing and I also fixed nearly every bug (t. lost not working, eden spawning the items achievement checker uses, etc.) and I gave you credits for it
OniisanBaka 14 Apr, 2024 @ 6:25am 
seems like its working on all the characters i have all marks on, but for some reason T. Lost doesn't start with birthright, is that intentional?
FCWYzzr 16 Mar, 2024 @ 12:54am 
Tainted Jacob: What?
Zenarack 20 Feb, 2024 @ 10:46pm 
The mod works great, but I've encountered a bug with normal eden that will make his starting item or a spawned in item a random usless item that has the same sprite as sad onion, but it doesnt do anything
blackliner 24 Jan, 2024 @ 3:31am 
also, doesn´t work for modded characters
Naranja 14 Jan, 2024 @ 6:52am 
The mod won't give birthright to Co-op players when playing locally since the PlayerEntity spawns after the floor has spawned, You could fixed this by adding a POST_PLAYER_INIT and a check to make sure to not duplicate player's birthrights :jarate:
ex:
if player:IsHoldingItem(CollectibleType.COLLECTIBLE_BIRTHRIGHT) then return end
(inside Birthright func ^)
mod:AddCallback(ModCallbacks.MC_POST_PLAYER_INIT, giveBirthright);
SunnyBoy 3 Jan, 2024 @ 12:45pm 
The problem is that you get random amounts of birthrights. If you get just one, it'd be much better for some characters
L1UP 21 Dec, 2023 @ 1:16pm 
giving a reason to play with a completed character
Psina 20 Dec, 2023 @ 12:11pm 
Very cool mod, thanks!
Eclipse  [author] 19 Dec, 2023 @ 9:56pm 
sometimes you just want to play a certain character because they're fun! making a character more powerful by default isn't a problem if you're just doing it for fun and not completion.

though i wonder if it also applies birthright to characters during challenges... i haven't tested it yet.