ZedDevStuff / USTManager

MIT License
1 stars 1 forks source link

Global Entries Not Working #10

Closed 60lapie60 closed 6 months ago

60lapie60 commented 7 months ago

The rest of my replacements work perfectly fine, but the global entries do not work. I've found the correct clip names and entered them, so what else should I add? "global": [ { "Part": "shopmusic", "Path": "08. Main Menu 2 (Dark Ruins).mp3" }, { "Part": "shopmusic2", "Path": "18. Main Menu 3 (Snowdin).mp3" }, { "Part": "shopmusic3", "Path": "34. Main Menu 4 (Dunes).mp3" }, { "Part": "shopmusic4", "Path": "76. Main Menu 5 (Steamworks).mp3" }, { "Part": "Theme on Piano and Horns", "Path": "10. Justice.mp3" } ],

ZedDevStuff commented 7 months ago

Can you send the LogOutput.log file inside the BepInEx folder? Try loading the UST before sending it to make sure I can see what I need

Le dim. 21 janv. 2024, 02:40, 60lapie60 @.***> a écrit :

The rest of my replacements work perfectly fine, but the global entries do not work. I've found the correct clip names and entered them, so what else should I add? "global": [ { "Part": "shopmusic", "Path": "08. Main Menu 2 (Dark Ruins).mp3" }, { "Part": "shopmusic2", "Path": "18. Main Menu 3 (Snowdin).mp3" }, { "Part": "shopmusic3", "Path": "34. Main Menu 4 (Dunes).mp3" }, { "Part": "shopmusic4", "Path": "76. Main Menu 5 (Steamworks).mp3" }, { "Part": "Theme on Piano and Horns", "Path": "10. Justice.mp3" } ],

— Reply to this email directly, view it on GitHub https://github.com/ZedDevStuff/USTManager/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXO6VSX4PFXXDY74BIFJHB3YPR5ZJAVCNFSM6AAAAABCDULBIKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA4TEMZWHEZTEOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

60lapie60 commented 7 months ago

LogOutput.log Here it is.

ZedDevStuff commented 7 months ago

It seems like the Shop music uses PlayOnAwake, which i can't do anything about for now. I have some ideas that I'll have to test.

ZedDevStuff commented 6 months ago

The latest update (1.4.3) should be able to target those.