The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Evaluări insuficiente
[AB+/REP] The Void Music Fix - Soundtrack Menu Edition
   
Premiază
Adaugă la preferate
Preferat
Elimină din preferate
Tags: Music
Dimensiunea fișierului
Postat
Actualizat
3.704 MB
3 dec. 2020 la 17:34
5 dec. 2020 la 20:57
5 jurnale de actualizare ( vizionare )

Abonează-te pentru a descărca
[AB+/REP] The Void Music Fix - Soundtrack Menu Edition

Descriere
"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 comentarii
taro  [autor] 5 dec. 2020 la 21:04 
also removing the main.lua breaks the mod again haha whoops
taro  [autor] 5 dec. 2020 la 20:58 
okay, it's updated -- now it actually replaces the "Rebirth" entry in soundtrack menu
taro  [autor] 5 dec. 2020 la 20:55 
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  [autor] 5 dec. 2020 la 20:51 
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 la 20:35 
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  [autor] 4 dec. 2020 la 9:13 
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  [autor] 4 dec. 2020 la 7:45 
thanks
taro  [autor] 4 dec. 2020 la 7:44 
oh i didnt think of that. updating it right now
☢ Nato Potato ☢ 3 dec. 2020 la 21:28 
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" )