The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

[Rep/Rep+] Jukebox
Showing 1-10 of 25 entries
< 1  2  3 >
Update: Jul 19 @ 11:57pm

added config menu option to change the toggle button

Update: Nov 29, 2024 @ 9:30pm

added a check to the addtitles function to account for users having both jukebox and whats that song active at the same time

Update: Aug 17, 2024 @ 9:36am

fixed typo

Update: Aug 15, 2024 @ 10:33pm

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

Update: Aug 12, 2024 @ 12:04am

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

Update: Aug 11, 2024 @ 9:34pm

-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 an 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

Update: Aug 8, 2024 @ 10:34pm

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)

Update: Aug 8, 2024 @ 12:08am

small update to global check

Update: Aug 7, 2024 @ 10:03pm

added global function so mods can toggle/refresh jukebox text

Update: Jul 10, 2024 @ 9:29pm

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