thpsX

- => Questions & Tutorials => Topic started by: TheMontanaTree on June 28, 2018, 01:40:13 pm

Title: Custom Soundtrack Crashes When Viewing List
Post by: TheMontanaTree on June 28, 2018, 01:40:13 pm
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 ;D
anything wrong??? or is it my computer/game.