The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

[Rep/Rep+] Jukebox
Mostrando 1-10 de 25 aportaciones
< 1  2  3 >
Actualización: 19 JUL a las 11:57 p. m.

added config menu option to change the toggle button

Actualización: 29 NOV 2024 a las 9:30 p. m.

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

Actualización: 17 AGO 2024 a las 9:36 a. m.

fixed typo

Actualización: 15 AGO 2024 a las 10:33 p. m.

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

Actualización: 12 AGO 2024 a las 12:04 a. m.

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

Actualización: 11 AGO 2024 a las 9:34 p. m.

-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

Actualización: 8 AGO 2024 a las 10:34 p. m.

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)

Actualización: 8 AGO 2024 a las 12:08 a. m.

small update to global check

Actualización: 7 AGO 2024 a las 10:03 p. m.

added global function so mods can toggle/refresh jukebox text

Actualización: 10 JUL 2024 a las 9:29 p. m.

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