The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Not enough ratings
[AB+/REP] The Void Music Fix - Soundtrack Menu Edition
   
Award
Favorite
Favorited
Unfavorite
Tags: Music
File Size
Posted
Updated
3.704 MB
3 Dec, 2020 @ 5:34pm
5 Dec, 2020 @ 8:57pm
5 Change Notes ( view )

Subscribe to download
[AB+/REP] The Void Music Fix - Soundtrack Menu Edition

Description
"Changes The Void's music so it now has a proper intro and a better loop. That's about it."

original mod
this is just a version of it with support for soundtrack menu & futureproofing (the original is overriden by one of SM's requirements, music mod callback, when installed)

you need to pick "Rebirth" on SM's selector for this to be active, don't leave it on Default
9 Comments
taro  [author] 5 Dec, 2020 @ 9:04pm 
also removing the main.lua breaks the mod again haha whoops
taro  [author] 5 Dec, 2020 @ 8:58pm 
okay, it's updated -- now it actually replaces the "Rebirth" entry in soundtrack menu
taro  [author] 5 Dec, 2020 @ 8:55pm 
also, apparently the mod load order/priority seems to come from the name of the folder itself rather than the title (that is seen in the workshop) in the metadata.xml, no wonder I didn't notice when I broke it
taro  [author] 5 Dec, 2020 @ 8:51pm 
oh, makes sense. i remember had gotten it to work at one point but then messed it up. i have no idea how i didnt stumble upon that before when i was testing all kinds of different combinations to see if i somehow broke the mod, or i was misremembering; including changing the load order.
☢ Nato Potato ☢ 5 Dec, 2020 @ 8:35pm 
turns out its possible to have multiple entries with the exact same name and it gives them different IDs and the getIDfromname function just returns the first one it finds which would be the one added earliest, that's kind of annoying actually as its basically the opposite of what I would've expected (mod later in load order overwrites earlier mod)

but at least that means it could still work if the mod is renamed so it loads first
(e.g. 'fixed void music')
taro  [author] 4 Dec, 2020 @ 9:13am 
oh nvm, the game seems to just ignore the mod once i set the .xml to override the original "Rebirth Void" track in SM, im just gonna leave it as is for now
taro  [author] 4 Dec, 2020 @ 7:45am 
thanks
taro  [author] 4 Dec, 2020 @ 7:44am 
oh i didnt think of that. updating it right now
☢ Nato Potato ☢ 3 Dec, 2020 @ 9:28pm 
if you wanted to you could scrap the lua and not have to register a whole soundtrack for one song by overwriting the menus built in 'rebirth void' track.
(in the music.xml <track name="Rebirth Void" instead of <track name="Fixed Void" )