The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

More Custom Soundtracks
Can't do 3 or more soundtracks for a single floor
I'm trying to do multiple soundtracks for a single floor, but it only shuffles between the first 2 on the list. Is there a way to do multiple beyond two?
< >
Showing 1-6 of 6 comments
☢ Nato Potato ☢  [developer] 9 Jul @ 8:59pm 
I just did a quick test and its working as expected for me
(I set the basement track to {{"Rebirth","Flash","Antibirth","LegendOfBumbo"},{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17}}, )

maybe paste the code for your custom setup here and we can see if it has any issues?
local soundtrack = { "Canon Isaac Soundtrack [REAL]", --name of soundtrack {{"Excelsior","Antibirth","Rebirth"},1}, --Basement {"Rebirth",2}, --Cellar {"Rebirth",3}, --Burning Basement {"Rebirth",4}, --Caves {"Rebirth",5}, --Catacombs {"Rebirth",6}, --Flooded Caves {"Rebirth",7}, --Depths {"Rebirth",8}, --Necropolis {"Rebirth",9}, --Dank Depths {"Rebirth",10}, --Womb/Utero {"Rebirth",11}, --Scarred Womb {"Rebirth",12}, --Blue Womb {"Rebirth",13}, --Sheol {{"TheEndIsNigh","Excelsior"},14}, --Cathedral {"Rebirth",15}, --Dark Room {{"Rebirth","Excelsior"},16}, --Chest {"Rebirth",17}, --Void {"Rebirth",18}, --Library Room {"Rebirth",19}, --Devil Room appear (jingle) {"Rebirth",20}, --Devil Room {"Rebirth",21}, --Holy Room Find (jingle) {"Rebirth",22}, --Angel Room {{"Flash"},23}, --Shop Room {"Rebirth",24}, --Arcade Room {"Antibirth",25}, --Secret Room Find (jingle) {"Antibirth",26}, --Secret Room {"Rebirth",27}, --Treasure Room Entry (jingle) 1 {"Rebirth",28}, --Treasure Room Entry (jingle) 2 {"Rebirth",29}, --Treasure Room Entry (jingle) 3 {"Rebirth",30}, --Treasure Room Entry (jingle) 4 {"Rebirth",31}, --Boss Room (empty) {"Rebirth",32}, --Challenge Room Entry (jingle) {"Rebirth",33}, --Challenge Room (fight) {"Rebirth",34}, --Challenge Room Outro (jingle) {"Rebirth",35}, --Boss (jingle) {{"Rebirth","Antibirth"},36}, --Boss {"Rebirth",37}, --Boss (alternate) {"Rebirth",38}, --Boss (Depths - Mom) {"Rebirth",39}, --Boss (Womb - Mom's Heart) {{"Rebirth","Flash"},40}, --Boss (Cathedral - Isaac) {"Rebirth",41}, --Boss (Sheol - Satan) {"Rebirth",42}, --Boss (Dark Room) {{"Rebirth","Flash"},43}, --Boss (Chest - ???) {"Rebirth",44}, --Boss (Blue Womb - Hush) {"Rebirth",45}, --Boss (Ultra Greed) {"Rebirth",46}, --Boss (Void) {"Rebirth",47}, --Boss Death (jingle) {{"Rebirth","Antibirth"},48}, --Boss Death Alternate (jingle) {"Rebirth",49}, --Boss Hush Death (jingle) {"Rebirth",50}, --Boss (Mega Satan) {"Rebirth",51}, --Utero {"Rebirth",52}, --Downpour {"Rebirth",53}, --Dross {"Rebirth",54}, --Mines {"Rebirth",55}, --Ashpit {"Rebirth",56}, --Mausoleum {"Rebirth",57}, --Gehenna {"Rebirth",58}, --Corpse {"Rebirth",59}, --Home {"Rebirth",60}, --Abandoned Mineshaft {"Rebirth",61}, --Mineshaft Escape {"Rebirth",62}, --Planetarium {"Rebirth",63}, --Secret Room (alternate) {"Rebirth",64}, --Secret Room (alternate 2) {"Rebirth",65}, --Boss Rush {"Rebirth",66}, --Boss Rush End (jingle) {"Rebirth",67}, --Boss Room (empty) Twisted {"Rebirth",68}, --Mom's Shadow Intro {"Rebirth",69}, --Strange Door (jingle) {"Rebirth",70}, --Dark Home {"Rebirth",71}, --Boss (alternate 2) {"Rebirth",72}, --Boss (Mother) {"Rebirth",73}, --Dogma Intro {"Rebirth",74}, --Boss (Dogma) {"Rebirth",75}, --Boss (Beast) {"Antibirth",76}, --Boss Death Alternate 2 (jingle) {"Rebirth",77}, --Boss Mother Death (jingle) {"Rebirth",78}, --Boss Dogma Death (jingle) {"Rebirth",79}, --Boss Beast Death (jingle) {"Rebirth",80}, --Downpour (reversed) {"Rebirth",81}, --Dross (reversed) {"Rebirth",82}, --Genesis (reversed) --a.k.a Ascent {"Rebirth",83}, --Game Over (jingle) {"Rebirth",84}, --Game Over {"Rebirth",85}, --Boss (Hush Phase 1) {"Rebirth",86}, --Nightmare (between floor jingle) {"Rebirth",87}, --Dogma Nightmare } table.insert(CustomSoundtrackList, soundtrack)

The basement will do Antibirth and Excelsior, it just won't shuffle to Rebirth. I even tried changing Excelsior to Flash to make sure that it wasn't the soundtrack mod messing it up, but it still would only do the first two, Flash and Antibirth.
☢ Nato Potato ☢  [developer] 10 Jul @ 8:24pm 
weird, maybe its something with the rebirth basement track specifically? although rebirth basement worked for me and I even had rebirth disabled from regular shuffle

I did a bit more testing but didn't notice any problems, I'm curious if you get different results than me

does changing the order of the soundtracks in that setting make any difference? if a different track (e.g. caves) is set to 3+ soundtracks does that one also only use the first 2 soundtracks? if you try switching the "rebirth" in the basement track to a different soundtrack does that play? or is the 3rd soundtrack still ignored regardless of what it is? If the 3rd soundtrack starts working when its not 'rebirth' maybe try 'default' instead?
Last edited by ☢ Nato Potato ☢; 10 Jul @ 8:54pm
Changing the order of the tracks does still result in only the first two playing, now with Rebirth and Antibirth instead. So it's not Rebirth's fault. Caves, or any other floor for that matter only works with the first two as well. Yeah seems the third is ignored.

Here's the really weird thing, when I copy what you put in verbatim, it will only play either Flash Womb, Flash Cellar, or Rebirth Catacombs.

Are you using Repentogon or Music Mod Callback? (I use Music Mod Callback)
Last edited by Neon_Cranberries; 10 Jul @ 10:40pm
☢ Nato Potato ☢  [developer] 10 Jul @ 11:08pm 
Ah, I've got it, I tried messing with the shuffle option on all my soundtracks and it made a difference, the custom soundtrack setup is linked to the shuffle function (so it will re-pick the chosen list items whenever a shuffle would be triggered) and the shuffle function keeps a record of how many soundtracks are enabled, so if you only have a couple soundtracks enabled for shuffle it's unintentionally capping the number of list items that can be chosen in the custom soundtrack

I'll fix this, but in the meantime you can go to the options tab and enable all soundtracks for shuffle and it should work (since your custom soundtrack doesn't use shuffle or random anyway)
Last edited by ☢ Nato Potato ☢; 10 Jul @ 11:18pm
Ohhh, I see... Yeah I forgot I set some to don't shuffle, but the fix worked! Thanks for your help with this and responding quickly! :steamhappy:
< >
Showing 1-6 of 6 comments
Per page: 1530 50