I've been toying around with the mod for a bit and I've run into a wall.
I've managed to get the system to spawn in and as far as I can tell the game stopped screaming at me with specific lines that have errors. However it still hard crashes the game every time I try to jump into the system.
Here's what I currently have in the customStarSystems JSON. Not sure what I messed up, only that it doesn't work.
Spoiler
"css_argent_home":{
"isEnabled":true,
"isCoreWorldSystem":true,
"setLocation":[-25500,-35000],
"entities":[
{
"entity":"star",
"type":"star_blue_giant",
"radius":1000,
"coronaRadius":250,
"name":"Bastion",
},
{
"entity":"planet",
"name":"Adumbria",
"type":"gas_giant",
"orbitRadius":5825,
"radius":250,
"conditions":["habitable","no_atmosphere","low_gravity","volatiles_plentiful"],
},
{
"entity":"planet",
"type":"terran",
"focus":1
"orbitRadius":400,
"name":"Avalon",
"radius":100,
"conditions":["habitable","mild_climate","ore_ultrarich","organics_plentiful","farmland_bountiful","ruins_vast"],
},
{
"entity":"planet",
"type":"lava_minor",
"orbitRadius":1100,
"name":"Crucible",
"radius":100,
"conditions":["habitable","very_hot","low_gravity","ore_ultrarich","rare_ore_ultrarich","ruins_vast"],
},
{
"entity":"planet",
"type":"frozen",
"orbitRadius":7420,
"name":"Archive",
"radius":100,
"conditions":["very_cold","low_gravity","ore_sparse","rare_ore_sparse","ruins_vast"],
},
{"entity":"jump_point","orbitRadius":3200,"name":"Inner System Jump-point"},
{"entity":"inactive_gate","orbitRadius":5250,"customDescriptionId":"inactive_gate"},
{"entity":"jump_point","orbitRadius":7840,"name":"Fringe Jump-point"},
{"entity":"station_research","orbitRadius":1425,"focus":1},
{"entity":"stable_location","focus":[1,4]},
{"entity":"stable_location","focus":[1,5]},
{"entity":"comm_relay","focus":[2,4]},
],
},
}