The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

65 평점
What's That Song?
2
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
파일 크기
게시일
업데이트일
239.883 KB
2024년 6월 13일 오후 9시 52분
2025년 2월 8일 오후 5시 03분
업데이트 노트 15개 (보기)

다운로드 위해 구독하기
What's That Song?

설명
Image Showcase





Description

Have you ever wondered: "Hey! What's that song that's currently playing actually called?" Well, wonder no more, as I have the solution to your problem!

This is a fairly simple mod that displays the name of the currently playing song, as it is in the official soundtrack.

NOTE: As of version 1.0.9, this mod automatically includes support for all soundtrack mods that function with [REP] Jukebox (Thank you ☢ Nato Potato ☢ for providing the necessary adjustments to make this happen!).

The mod includes support for Mod Config Menu Pure, and in case you don't have that installed, and don't wish to, there is also a configuration file in the mod's directory (by default found at `/steam/steamapps/common/The Binding of Isaac Rebirth/mods/whats that song_3267389419/whatsThatConfig.lua`), where you can tweak certain aspects of the mod to your liking.

There is also support for Soundtrack Menu, and you can get more tracks added by:
  1. Adding them directly to the `whatsThatMusicTableHell.lua` file (Not Recommended).
  2. Utilizing the WhatsThatSongAPI interface in your own soundtrack mod.
  3. Asking nicely.
Soundtrack mods with built-in support:
If you are using other music-altering mods besides these, the mod should still work perfectly fine for supported soundtracks. Additionally, if you opt for choice 1 for some reason, it would be oh so very kind of you to share your contribution with me, so I could add it for others' use as well.

API Example

Below is an example of how to use the WhatsThatSongAPI, alongside Soundtrack Menu.

YourModName = RegisterMod("ModName", 1) local yourSoundtrackTitles = { -- Here go the displayed titles, in correspondence with the formatting of Soundtrack Menu. } YourModName:AddCallback(ModCallbacks.MC_POST_GAME_STARTED, function() -- Check existance of Soundtrack Menu if SoundtrackSongList then -- The value used in place of "Your Soundtrack Name" -- should be same in both AddSoundtrackToMenu and WhatsThatSongAPI:AddSoundtrack AddSoundtrackToMenu("Your Soundtrack Name") -- Check existance of What's That Song? if WhatsThatSong then -- Very simple to use; returns true if addition was successful, otherwise false if WhatsThatSongAPI:AddSoundtrack("Your Soundtrack Name", yourSoundtrackTitles) then Isaac.ConsoleOutput("Successfully added titles of Your Soundtrack to What's That Song?\n") else Isaac.ConsoleOutput("Failed to add titles of Your Soundtrack to What's That Song?\n") end end else Isaac.ConsoleOutput("Soundtrack Menu is required for adding the soundtrack!\n") end end)

All issues, suggestions and other concerns can be brought forth on the mod's GitHub page[github.com].
인기 토론 모두 보기(1)
4
2024년 8월 18일 오후 12시 38분
Add support for mods that use jukebox (also add support for variant music tracks)
☢ Nato Potato ☢
댓글 49
shiny 2024년 12월 2일 오전 11시 38분 
Nevermind, I understand my issue. Entirely user error. My fault gang
shiny 2024년 12월 2일 오전 11시 27분 
@AceHand Simply that the song names are Excelsior's as opposed to Inner Sanctum, such as Burning Basement being "Sodom and Gomorrah" despite using Fire under the Floorboards
AceHand  [작성자] 2024년 12월 2일 오전 3시 34분 
@shiny
No problem, thanks for requesting it! What kind of issues are you experiencing exactly? I have not really noticed any myself, having used the Soundtrack Menu compatible one, I just know that Excelsior takes priority over Inner Sanctum.
shiny 2024년 12월 1일 오후 4시 56분 
I do want to say thank you for working to get Inner Sanctum working with this and I really appreciate it! However, whilst more of a Soundtrack Menu issue, Excelsior and Inner Sanctum don't play nice for whatever reason still. Should I use the base version of Excelsior rather than Excelsior for Soundtrack Menu or?
Fanrail 2024년 11월 30일 오후 1시 18분 
Alright, I'll check when I'm done with Oingo Boingo discography (which will be after finishing listening to Metallica discography according to my flowchart)!
AceHand  [작성자] 2024년 11월 30일 오전 7시 01분 
@Fanrail
Both mods should now work correctly, when they are simultaneously active!
AceHand  [작성자] 2024년 11월 28일 오전 3시 53분 
@EvOvv
That they did! They were also kind enough to include the song titles, so now I just have to correct the default titles, which is going to take some tim-- aaand it's done.
EvOvv 2024년 11월 27일 오후 8시 14분 
They added a lua file to inner sanctum!!
AceHand  [작성자] 2024년 11월 16일 오후 6시 35분 
@shiny
Oh no, you are totally good! I probably could have worded the response better myself.
shiny 2024년 11월 16일 오후 2시 44분 
@AceHand, that's cool and understandable. Sorry if I implied something negative.