heist track not appearing in game
hi im working on an old gold heist track and it wont appear in game for some reason, help?
en reads:
{
"menu_jukebox_ogm" : "Old Gold",
"menu_jukebox_screen_ogm" : "Old Gold"
}
main reads:
<table name="Old Gold">
<Localization directory="loc" default="en.txt"/>
<HeistMusic id="ogm" directory="sounds">
<event name="setup" source="stealth.ogg"/>
<event name="anticipation" source="buildup.ogg"/>
<event name="assault" source="assault.ogg"/>
<event name="control" source="control.ogg"/>
</HeistMusic>
</table>
Replies