Custom mines music

sashuka

Tiller
Platform Windows
Game version 1.5.4
SMAPI log does not have errors

I have problem with Custom music
It works fine, but does not change mine music.
I use this doc https://docs.google.com/spreadsheet...jYOMePaYe0Rc9BwQsj3h6sjyo/edit#gid=1007418291 and there are ID for songs, that are used in mines, for expample Secret Gnomes
But custom music plays everywhere exept mines
Am I doing anything wrong?
There is an example of code in content file, last two positions are mine music
Before 1.5 I changed XACT file, maybe its brutal,but it worked
But now the NEW.xap file is now outdated and I dunno how update it
Maybe someone can help me with it? Id rather change some music with it and other with Custom Music

{
"Id": "winter2",
"File": "0000007c.wav"
},
{
"Id": "winter3",
"File": "0000007d.wav"
},
{
"Id": "winter1",
"File": "0000007e.wav"
},
{
"Id": "distantBanjo",
"File": "0000015b.wav"
},
{
"Id": "Crystal Bells",
"File": "00000040.wav"

},
{
"Id": "Cavern",
"File": "00000041.wav"

},
 
Last edited:
Top