The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

InvEdit
248 Comments
Vilicy 7 Mar @ 5:54pm 
not sure whats happening, but some items cause the menu to freak out and flicker rapidly, I've seen it happen for BFF and Huge Fan, def more cause it but i dunno how to get it to stop
KubeRoot  [author] 18 Oct, 2023 @ 3:09pm 
Oh, and to answer Shikoi Kurogami:
I'm not actively developing the mod, so I don't think I'll implement either of those. I believe I already said this, but if somebody wants to fork/revive/continue the mod, we can work something out.
KubeRoot  [author] 18 Oct, 2023 @ 2:58pm 
I found instructions for how to find the log file on the following page: https://wofsauge.github.io/IsaacDocs/rep/faq/faq.html#a-mod-does-not-work-correctly

You might not want to upload the log publicly - though it shouldn't have any personal information directly, it'll likely have your system username, potentially similar things like that. If you're worried about that, you can add me to friends on steam to send it over.
Shikoi Kurogami 18 Oct, 2023 @ 10:39am 
Any wayon how to make it edit your list if you permanently gain the effects of a trinket? Or spawn batteries/keys/bombs/etc.?
Mikulazho 17 Oct, 2023 @ 1:05pm 
where i can locate the log? and where do i send it? here?
KubeRoot  [author] 16 Oct, 2023 @ 11:07am 
I just tested and the mod works - I could start a new game and open the menu.
I can't help you without more info, providing a log from a game launch where the button didn't work might let me diagnose the issue.
Knifeman 15 Oct, 2023 @ 7:04pm 
this mod wont work it doesn't work
Knifeman 15 Oct, 2023 @ 7:04pm 
wharg?
KubeRoot  [author] 14 Oct, 2023 @ 1:31pm 
@knife man: Do you think you could provide me with the log? I'd suspect a mod incompatibility, unless some sneaky update unexpectedly broke my mod.
Knifeman 14 Oct, 2023 @ 12:58pm 
the icon wont work when i click it
Mikulazho 18 Sep, 2023 @ 11:05am 
doesn´t work for me either, i don´t see the icon to open the menu
outsideraka 27 Jun, 2023 @ 9:42am 
Buenísimo
KubeRoot  [author] 29 Apr, 2023 @ 11:24am 
@Zemske: Not normal, probably a mod conflict - you could either try disabling other mods until you figure out which one broke it, or try sending me your logs so I can try to figure out what happened.
If you do figure out anything, please do let me know, maybe it's something I can fix, or if it's a conflict, figure out a solution with the other mod's author.
Zemske 29 Apr, 2023 @ 8:24am 
is it normal that i dioont see anything?
when i start new ?
LiX 5 Jan, 2023 @ 10:47am 
it's super broken, this mod barely works on repentance, i recoment it on afterbirth+, also u need to turn it on in the MODS section of the game disabling avechievments, not only that, for it to work and give you avechevements u need to screw with the game files to make it work without having to enable the mods section so you have the avechievments. No problem dude
Seraph 2 Jan, 2023 @ 7:01am 
I dont see the button in game now, did the game get updated and is not working anymore the mod ?
LiX 1 Jan, 2023 @ 3:09pm 
So, i managed to fuck up the files, just a little bit of messing the whole code and having to manualy fix it and now i can use it and get avechievments, spent 5 hours doing this. Good mod tho
LiX 31 Dec, 2022 @ 9:15am 
Theres no avechievments, they get blocked
KubeRoot  [author] 31 Dec, 2022 @ 8:42am 
This mod doesn't do anything to block achievements, so you should be able to get them, though look up information about how the game in general handles mods and achievements if you want to be sure.
LiX 31 Dec, 2022 @ 8:29am 
do i still get avechievments?
Mr. Blue 22 Dec, 2022 @ 7:39am 
Is there a way to add pickups? Batteries, coins, etc?
Alex S. 19 Dec, 2022 @ 8:07am 
It already works for me. It conflicted with another mod and that's why it didn't work. Thank you!
KubeRoot  [author] 13 Dec, 2022 @ 10:42am 
I just tested, the mod works for me - however, the item names and descriptions are broken.
From what I understood, there's currently no way to get the actual item names and descriptions from the game, because of an issue with the modding system in the game.
The only thing I could do, and some mods might be doing, is putting all of the item names and descriptions into my mod. While I'm not going to do that myself, if the situation persists, I might look into pulling the list from another mod, preferably as a mod dependency.
Alex S. 13 Dec, 2022 @ 8:33am 
has it stopped working?
남연수 9 Dec, 2022 @ 1:15am 
Mode is not applied
nichii 12 Nov, 2022 @ 9:54am 
button don't shows up
scrimblo bingus 10 Nov, 2022 @ 8:06pm 
omg this mod is amazing
andresCL 2 Oct, 2022 @ 3:19pm 
amazing
Cures 26 Aug, 2022 @ 12:36am 
doesnt work
hyperhunt621 25 Jul, 2022 @ 1:59pm 
Any chance of the item names and descriptions getting fixed?
bands 7 Jun, 2022 @ 11:34am 
+1 choccy milk! (like)
STEELER78 23 Apr, 2022 @ 7:33pm 
Okay, thanks for letting me know. I just got repentance though!
Piss Man 14 Apr, 2022 @ 11:01am 
i has ideas
KubeRoot  [author] 13 Apr, 2022 @ 1:24pm 
STEELER78: That's not feasible, sadly. Official modding support was only added in Afterbirth+. In order to implement a mod like this into Rebirth, you'd have to reverse engineer the game and modify the assembly (hopefully as decompiled C, though I'm not sure how that works). And that's just not something I'd know how to do.
STEELER78 12 Apr, 2022 @ 4:58pm 
Could you please make a version for just TBOI rebirth (No DLC)?
Piss Man 11 Mar, 2022 @ 5:45am 
would you be willing to add more features? like EID support for items when hovering your mouse over an item? or more configability?
OldManMcFunny 25 Dec, 2021 @ 9:32am 
ok
KubeRoot  [author] 24 Dec, 2021 @ 4:12pm 
I think the item names and descriptions showing up as internal values might be an issue in the game, and not something I can fix on my end (yet). From what I understood, the game introduced those translation strings to make working with multiple languages easier... but there's no way to get the actual item name/description based on it yet.
OldManMcFunny 24 Dec, 2021 @ 8:23am 
pls fix item names and descriptions
Beeps 16 Dec, 2021 @ 3:08pm 
Item names and descriptions are broken
Plap0296 28 Aug, 2021 @ 10:12am 
te amo
Ms.Quin 3 Aug, 2021 @ 11:53pm 
This mod is great, been very helpful especially in co-op when one of us screws something up. Two thing have you thought about adding a soul heart button of some sort? And second I have been looking for a mod that you could force co-op respawns and this seems like the sort of mod that could have such a button?
Ylo 5 Jul, 2021 @ 8:26am 
Is there a way to keep the achievements on even with this mod ?
Toxic 4 Jul, 2021 @ 9:17pm 
how to install?
Beeps 25 Jun, 2021 @ 3:18pm 
how do I remove trinkets?
amon ra 23 Jun, 2021 @ 1:02pm 
bardzo dobry mod, ale niestety niektórzy używają tego moda by odblokowywać itemy
humanbean 14 Jun, 2021 @ 5:29pm 
is there a way to get a mod like this but for like eden tokens or donation machine?
KubeRoot  [author] 11 Jun, 2021 @ 2:23pm 
@kilerbunny339: The menu is mouse-only, there's no keyboard controls. If you're playing fullscreen, try using the cursor trigger mod linked in the mod's description. It's sub-ideal, but the game itself specifically hides your cursor when you're playing full-screen.
Riley 11 Jun, 2021 @ 12:13pm 
this mod doesn't work, i can't click on it because my mouse cursor isn't showing up, add a hotkey, like `
Nicoszoki 4 Jun, 2021 @ 5:02am 
I played with this mods weeks ago and it was awesome, but now when I want to play my game crashes and it's because of this mod. PLEAS FIX IT