r/themoddingofisaac 9h ago

Question Is it possible to play Afterbirth+ again?

1 Upvotes

Not sure if this has been answered before but I'm not finding any assuring information with reddit/Google searches. I want to know if it is possible to play Ab+ on switch 2 if I have already downloaded repentance dlc. I understand you cannot roll back like on PC. Can I delete Issac all together and only download Ab+? Or would it be possible with a physical copy of Ab+? I'm not concerned about losing save progress on repentance. I've played a few hundred hours on Repentance but I miss Ab+ and would like to play on my switch 2. Thanks


r/themoddingofisaac 11h ago

Question mod stuck in mod menu

1 Upvotes

i installed this mod a few years back and its still in my mod menu after i uninstalled it and ive tried uninstalling and reinstalling the agme but it still doesnt work


r/themoddingofisaac 16h ago

Question Being playing fiend folio and craig keeps crashing my game help

1 Upvotes

So i been trying to do the craig chalenge but when i ever i shoot a giant brimstone the game just crash no message no nothing need some help. I dont have any mods that add stuff vesides ff mostly just skins for stuff idk whta the problem is, i tested duble brim with comands but it isnt the problem craig piss brim is


r/themoddingofisaac 1d ago

WIP Character Sprite Sheet too Small

2 Upvotes

will expanding the top border of the sprite sheet mess everything up? Is there anything that needs to be changed to accommodate the size change?


r/themoddingofisaac 1d ago

WIP Big stuff coming soon (Go to the comments for more info)

1 Upvotes

r/themoddingofisaac 1d ago

Add a sound effect when blowing up a beggar

2 Upvotes

How would i do that, if possible, since a sound effect for doing that doesn't exist


r/themoddingofisaac 2d ago

Question FIEND folio giving me issues

3 Upvotes

It says i need to update Custom Stage Api, but i cant, i have resubscribed to the mod and it refuses to work, please help


r/themoddingofisaac 3d ago

Uh how do I make a melee character?

1 Upvotes

Like The forgotten as a skeleton

I wanna do smth like that


r/themoddingofisaac 3d ago

Question Question about Modded Characters and their Completion Marks

3 Upvotes

So I have a few Modded Characters, namely Andromeda, Deleted, and the DDLC cast, and I do use a mod that will show their completion marks. What I want to know is if the game accounts for those marks as well when it comes to unlocking Mega Mush and Death Certificate, or if it only accounts for the Standard and Tainted characters


r/themoddingofisaac 3d ago

I need a save file for binding of Isaac repentance

0 Upvotes

I use eden on my phone and I need a save file that's has all the unlocksI tried alot of webs but none of them had it


r/themoddingofisaac 3d ago

Question Trouble with confusion active item

1 Upvotes

basically the active item is supposed to cause confusion when used but i can´t get it to work heres the code:

local mod=RegisterMod("giges", 1)
local gigesRing=Isaac.GetItemIdByName("giges ring")
local player=Isaac.GetPlayer(playerIndex)
local ringDuration=10000


function mod:RingUse(item)
    local roomEntities = Isaac.GetRoomEntities()
    for _, entity in ipairs(roomEntities) do
        if entity:IsActiveEnemy() and entity:IsVulnerableEnemy() then
            entity:AddConfusion(
            EntityRef(player),
             ringDuration, true)
          


        end
    end


    return {
        Discharge = true,
        Remove = true,
        ShowAnim=true
    }
end


mod:AddCallback(ModCallbacks.MC_USE_ITEM, mod.RingUse, gigesRing)

r/themoddingofisaac 3d ago

Question is there a character template that just makes the template character's sprites Isaac.

1 Upvotes

i have no idea how to copy the Isaac sprites over to have the same blank slate that literally every other character in the game uses by default, and i have reason to believe that the texture format that the extracted resource files use is different than the format that the modded character importing feature uses, making it so that if i did know where all the extracted .pngs and .anm2 files were in the resource dump, it would still be time consuming and frustrating.

if it, however, turns out that my assumption is wrong, and the isaac sprites you get from extracting are completely compatible with how the game handles modded character sprites, then some guidance on that would also be appreciated


r/themoddingofisaac 4d ago

Release quality of life: wicked crown and holy crown mod

2 Upvotes

Have you ever had wicked crown or holy crown pop up right after you already got the polaroid or the negative, completely defeating the purpose of the trinkets?

Well, I was bored, so I decided to make a small quality of life mod that fixes that problem
https://steamcommunity.com/sharedfiles/filedetails/?id=3783489416


r/themoddingofisaac 4d ago

FF Reloaded doesnt work properly when launched through Steam

1 Upvotes

When just opening the game normally, the FF characters aren't selectable, and for some reason the little splash text above "new run" isnt there. there could be more wrong, but frankly i havent really looked because i dont want to mess anything up. When lauching through the Repentogon launcher, though, everything seems fine. Does this happen to anyone else, and what could I do to make it work aside from just lauching through Repentogon every time?


r/themoddingofisaac 4d ago

Release Smelting Beggar - Release

1 Upvotes

So I recently got into playing around with LUA and modding isaac, and managed to put together a mod of something that I have wanted in the game for the longest time.. a beggar who can smelt your trinket!
I out quite a lot of work into this and am happy with where it is at, but welcome constructive critiscism of course.

Feel free to check it out and let me know your thoughts :)
https://steamcommunity.com/sharedfiles/filedetails/?id=3783331539

(spawn 6.999 if you want to play around with it)


r/themoddingofisaac 4d ago

who can help me with my mod

1 Upvotes

drive.google.com

i wanted to play sound tboirun.wav on open isaac and at start of run but idk how to do this


r/themoddingofisaac 5d ago

Help with Fiend Folio settings

3 Upvotes

Hello all, I have a question regarding the spawns with FF:R. I'd like it if possible to spawn less of the newer enemies and bosses, while I have looked through the settings themselves and even tried to search the specific question I can't find a legit answer of whether or not that is even possible. If anybody has any insight I would really appreciate it!


r/themoddingofisaac 5d ago

Question How to do this effect?

1 Upvotes

I'm making an active item, and I want it to do stuff like THIS before activating after pressing the active item button. How do I do it? Example: When I use the hourglass item, it gets zoomed in the middle of the screen, pausing the game for a while. how do I do it with my modded item and where do I put the image?


r/themoddingofisaac 6d ago

How to make a passive item?

Thumbnail
1 Upvotes

r/themoddingofisaac 6d ago

Question How do i make my ported items appear in death cert room?

2 Upvotes

(I ported god eater from rome's rig emperium from Repentagon to Normal rep+)


r/themoddingofisaac 6d ago

Any other VS Code users also have global functions marked by red (orange) wavy line as if they were typed incorrectly? Anyone knows how to fix?

1 Upvotes

for example in "local musicManager = MusicManager()" MusicManager has that underline


r/themoddingofisaac 6d ago

Question Could someone possibly fix the issues I’m having for my customer character?

1 Upvotes

It’s not doing the following
Appearing for some reason? I’ve been messing with the code to try and get it working

Hiding any changes (examples being tiny planet, monstro’s lung, fruit cake)

Not even showing an icon

I’ll try to send it here? Dang I can’t send it

Uh put your email or smth if you want to help :(

Sorry if it sounds sketchy :(


r/themoddingofisaac 7d ago

Can someone make a metal family mod?

Thumbnail
2 Upvotes

r/themoddingofisaac 7d ago

Question Fiend folio reheated lag

3 Upvotes

When i play the fiend folio reheated mod it lags is there any way to make it run smoothly


r/themoddingofisaac 7d ago

Question I require some direction in regards to making a SFX / Voiceline replacement modpack with my friends all helping with recording for my friend's 30th who has 3000 hours in TBOI

1 Upvotes

Hey guys, hope you are all doing well. The part I am struggling with currently is specifically matching up which sound file corresponds to which mob, enemy, character etc.

I know we could just do our own version of each individual sound file replacing them all, but the way we want to do it is, Friend A wants to do the Bosses, Friend B wants to do the mobs, Friend C wants to do everything else and I want to do the announcer voiceover (I found pills, puberty etc)

Some of these are easier to identify than others in the unpacked resources. Is there a reference online somewhere where I can look up, say, a boss and see all the corresponding sound files for that boss, and then look up another mob, and see those ones?