The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

[Rep] Jukebox
23件中 1-10 を表示
< 1  2  3 >
更新: 8月17日 @ 9時36分

fixed typo

更新: 8月15日 @ 22時33分

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

更新: 8月12日 @ 0時04分

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

更新: 8月11日 @ 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

更新: 8月8日 @ 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月8日 @ 0時08分

small update to global check

更新: 8月7日 @ 22時03分

added global function so mods can toggle/refresh jukebox text

更新: 7月10日 @ 21時29分

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

更新: 2023年10月1日 @ 20時29分

adedd check for custom track types

更新: 2023年3月9日 @ 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)