Hi guys I have a problem with the soundtrack. I did make a .json file with 3 tracks with encoded .bik files. Here's what it contains
name: Stuff.sound.json
{
"soundtrack_folder": "Stuff",
"soundtrack_name": "My Stuff",
"num_tracks": 3,
"tracks": [
{
"band": "BE",
"title": "Canon",
"filename": "canon.bik",
"genre": 0
},
{
"band": "Unknown",
"title": "Caillou Theme",
"filename": "caillou.bik",
"genre": 0
},
{
"band": "Mr Krabs",
"title": "Oh Yeah Mr Krabs",
"filename": "mrkrabs.bik",
"genre": 0
}
]
}
I know, the tracks are weird I was just testing it out
anything wrong??? or is it my computer/game.