BeardLib music mod help
Avatar

I've been trying to make a BeardLib version of my mod and I can get the music to play but the title for the song is "ERROR: MENU_JUKEBOX_BREADYSTEADYGO"
This is my first time modding music this way and i'm unsure of whats wrong here are my files thank you.

main.xml:
 <table name="BREADY STEADY GO">
    <Localization directory="loc" default="en.txt"/>
    <HeistMusic id="bready_steady_go" directory="sounds">
        <event name="setup" source="stealth.ogg"/>
<event name="control" source="control.ogg"/>
        <event name="anticipation" source="buildup.ogg"/>
        <event name="assault" source="assault.ogg"/>
    </HeistMusic>
</table>

en.txt: 
{
    "menu_jukebox_bready_steady_go" : "BREADY STEADY GO",
    "menu_jukebox_bready_steady_go" : "BREADY STEADY GO"
}

Replies
23 748