The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

[Rep/Rep+] Jukebox
Εμφάνιση 1-10 από 25 καταχωρίσεις
< 1  2  3 >
Ενημέρωση: 19 Ιουλ στις 23:57

added config menu option to change the toggle button

Ενημέρωση: 29 Νοε 2024 στις 21:30

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

Ενημέρωση: 17 Αυγ 2024 στις 9:36

fixed typo

Ενημέρωση: 15 Αυγ 2024 στις 22:33

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

Ενημέρωση: 12 Αυγ 2024 στις 0:04

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

Ενημέρωση: 11 Αυγ 2024 στις 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 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

Ενημέρωση: 8 Αυγ 2024 στις 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)

Ενημέρωση: 8 Αυγ 2024 στις 0:08

small update to global check

Ενημέρωση: 7 Αυγ 2024 στις 22:03

added global function so mods can toggle/refresh jukebox text

Ενημέρωση: 10 Ιουλ 2024 στις 21:29

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