Okay so I've been working on my first custom soundtrack which is the Jet Set Radio Future Soundtrack and I sat here typing the JSON script and verified it. When I launch the game, it boots to the main menu. But when I open the soundtrack, the game then halts then crashes to the desktop. I'm not sure what is wrong with it. I looked over the JSON script, everything looked fine. Is it the way I compiled the blk file? It shouldn't be because I followed a tutorial on compiling them for Thug Pro. I renamed the files, Still nothing. So i'm confused is it the JSON script or is it the blk files?
Sample of the JSON Script
{
"soundtrack_folder": "JSRF",
"soundtrack_name": "JSRF Soundtrack",
"num_tracks": 30,
"tracks": [
{
"band": "Scrapegoat Wax",
"title": "Aisle 10 (Hello Alison)",
"filename": "aisle10",
"genre": 0
},
{
"band": "Hideki Naganuma",
"title": "Humming The Bassline (D.S. remix)",
"filename": "hmtb",
"genre": 0
},
{
"band": "Guitar Vader",
"title": "Baby-T",
"filename": "bbt",
"genre": 0
},
{
"band": "Bran Van 3000 remixed by the Latch Brothers",
"title": "The Answer (The Latch Brothers Remix)",
"filename": "theanswer",
"genre": 0
},
{
"band": "Cibo Matto",
"title": "Birthday Cake",
"filename": "bdaycake",
"genre": 0
},
{
"band": "Richard Jacques",
"title": "Bokfresh",
"filename": "bkfresh",
"genre": 0
},
{
"band": "Hideki Naganuma",
"title": "Fly Like A Butterfly",
"filename": "flab",
"genre": 0
},
{
"band": "The Latch Brothers",
"title": "Latch Brother Bounce",
"filename": "lbb",
"genre": 0
},
{
"band": "bis",
"title": "Statement of Intent",
"filename": "soi",
"genre": 0
},
{
"band": "Hideki Naganuma",
"title": "The Concept of Love",
"filename": "tcol",
"genre": 0
},
{
"band": "Hideki Naganuma",
"title": "Funky Dealer",
"filename": "fnkydlr",
"genre": 0
},
{
"band": "The Latch Brothers",
"title": "Koto Stomp",
"filename": "kotostomp",
"genre": 0
},
{
"band": "The Latch Brothers",
"title": "Count Latchula",
"filename": "countlatch",
"genre": 0
},
{
"band": "Hideki Naganuma",
"title": "Shape Da Future",
"filename": "sdf",
"genre": 0
},
{
"band": "Hideki Naganuma Remixed by Richard Jacques",
"title": "Let Mom Sleep (No Sleep Mix)",
"filename": "lmsrmx",
"genre": 0
},
{
"band": "The Prunes Remixed by the Latch Brothers",
"title": "Rockin' the Mic",
"filename": "rockinmic",
"genre": 0
},
{
"band": "Guitar Vader Remixed by Hideki Naganuma",
"title": "I Love Love You (Love Love Super Dimension Mix)",
"filename": "iloveloveyou",
"genre": 0
},
{
"band": "Russell Simmons",
"title": "I'm Not A Model",
"filename": "inomodel",
"genre": 0
},
{
"band": "The Latch Brothers",
"title": "Me Likey The Poom Poom",
"filename": "melikepoompoom",
"genre": 0
},
{
"band": "Hideki Naganuma",
"title": "Oldies But The Happies",
"filename": "oldbuthappy",
"genre": 0
},
{
"band": "Hideki Naganuma Remixed by Deavid Soul",
"title": "Rock It On (D.S. Mix)",
"filename": "rockiton",
"genre": 0
},
{
"band": "BS 2000 Remixed by The Latch Brothers",
"title": "The Scrappy (Latch Bros Remix)",
"filename": "thescrap",
"genre": 0
},
{
"band": "The Latch Brothers",
"title": "I'll Victory Beat",
"filename": "victbeat",
"genre": 0
},
{
"band": "Hideki Naganuma Remixed by Toronto",
"title": "Sneakman (Toronto Mix)",
"filename": "sneakman",
"genre": 0
},
{
"band": "Richard Jacques",
"title": "What About The Future",
"filename": "whataboutthefuture",
"genre": 0
},
{
"band": "Hideki Naganuma",
"title": "Teknopathetic",
"filename": "tekno",
"genre": 0
},
{
"band": "Hideki Naganuma",
"title": "I Like It Like This Like That",
"filename": "likethislikethat",
"genre": 0
},
{
"band": "Hideki Naganuma Remixed by B.B. Rights",
"title": "Sweet Soul Brother (B.B. Rights Mix)",
"filename": "sweetsoulbro",
"genre": 0
},
{
"band": "Hideki Naganuma Remixed by B.B. Rights",
"title": "That's Enough (B.B. Rights Mix)",
"filename": "thatsenough",
"genre": 0
},
{
"band": "Hideki Naganuma Remixed by B.B. Rights",
"title": "Grace and Glory (B.B. Rights Mix)",
"filename": "gracenglory",
"genre": 0
}
]
}