The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Save File Icon Editor
13 Comments
Dav 8 Jan @ 2:58pm 
im looking for a way to rename the savefile name instead of them being "File 1" "File 2" etc
also maybe a way to have more than 3 save files in the menu?

the icons are a nice alternative, but like... why dont mod makers consider practicality sometimes? i feel like a lot of binding of isaac modders are over-fixating on the useless details
Omenn 22 Nov, 2024 @ 1:49pm 
does this no longer work on rep+? i tried following the steps you said and i still get error when trying to save changes
sickinm 1 Dec, 2023 @ 5:05pm 
option to edit the mod in config disappears once i put the path in.
Cheese Wizard 17 Nov, 2022 @ 5:00pm 
how do i enter to the games settings?
Kanye East  [author] 28 Feb, 2022 @ 9:59pm 
Sadly no, the animation xml for isaac is really weird and you can only override a very limited number of things.

This is the farthest it can be pushed
ika 28 Feb, 2022 @ 3:51pm 
When I use the mod, the new savefiles are static instead of animated. Is there any way to fix this?
Kanye East  [author] 12 Jan, 2022 @ 6:28pm 
@Diamond the Piplup no it does not
JewelMaven 7 Jan, 2022 @ 5:23pm 
does this override the "stop playing" message?
Shiirou 6 Aug, 2021 @ 9:33am 
That worked, thanks!
Kanye East  [author] 2 Aug, 2021 @ 7:35pm 
@Shiirou I just looked into the code and turns out there was a bug with custom filepaths. The mod has now been updated to fix all of the errors. Try using the same code that you have now with the update and it should work.
Shiirou 21 Jul, 2021 @ 12:24pm 
It seems that the backslashes was the problem, I was only using one. But now, it's just saying that it cannot save changes. I put this code directly beneath where it indicates to,

system = "custom"
filePath = "E:\\Archive\\SteamLibrary\\steamapps\\common\\The Binding of Isaac Rebirth\\mods"

which is where my installation is. The only mods that I have enabled are mod config menu - continued and the save file editor.
Kanye East  [author] 20 Jul, 2021 @ 6:27pm 
@Shiirou Are you sure you're pasting the full code in at the indicated position? Also make sure you're including the ENTIRE filepath with the drive letter ex. "C:\\Program Files\\steamapps\\common\\The Binding of Isaac Rebirth\\resources\\mods"

Another thing to note is that you should use TWO backslashes instead of one.
Shiirou 18 Jul, 2021 @ 1:48pm 
So, anytime I try to edit the main.lua file to apply the quick fix, changing any code inside causes the section for changing the save file icons in the mod config menu to disappear. Am I doing something wrong or is this a bug?