The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

[Rep] Jukebox
Wyświetlanie 1-10 z 23 pozycji
< 1  2  3 >
Aktualizacja: 17 sierpnia o godz. 9:36

fixed typo

Aktualizacja: 15 sierpnia o godz. 22:33

add compatibility with mods that try to load their track list into What's That Song? when that mod isn't loaded

Aktualizacja: 12 sierpnia o godz. 0:04

fixed display text sometimes showing the wrong track type when the trackoverride value is being used

Aktualizacja: 11 sierpnia o godz. 21:34

-fixed jukebox throwing an error if the soundtrack menu used the continuous floor music mode to play a variant of a song
-fixed jukebox having and error if the soundtrack used variants for basement music
-added ability to pass track titles of variants to the jukebox list
You can now put a table instead of a string in the track list, e.g.
tracklist = {
"basement",
"cellar",
{"burning basement 1","burning basement 2"},
"caves",
etc

Aktualizacja: 8 sierpnia o godz. 22:34

added global value so other mods (i.e. soundtrack menu) can have it display text for a track that isn't the main currently playing music track (helpful for handling music jingles in repentogon)

Aktualizacja: 8 sierpnia o godz. 0:08

small update to global check

Aktualizacja: 7 sierpnia o godz. 22:03

added global function so mods can toggle/refresh jukebox text

Aktualizacja: 10 lipca o godz. 21:29

added check to prevent mod spamming error messages if the soundtrack menu mod isn't currently enabled

Aktualizacja: 1 października 2023 o godz. 20:29

adedd check for custom track types

Aktualizacja: 9 marca 2023 o godz. 1:29

fixed jukebox not allowing mods to add their track list if it was one of the soundtracks the jukebox mod has a preset tracklist for
(would cause an issue if the soundtrack mod is updated and the tracklist in the jukebox mod is out of date)