heist track not appearing in game
Avatar

so im working on an old gold heist track and its not appearing in game
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
Avatar

try setting your table name to "ogm"

20 839