I was trying to add a station to a custom system and it causes crashes on system generation with the cause being a "java.lang.NullPointerException". Anyone know what is causing it? Also sometimes after some changes to a planet the other crash cause would be a missing orbit radius, i thought it would default if the line was missing but i guess not.
{
"PersonalSystem": {
"isEnabled": true,
"setLocation": [-30000, -19000],
"systemBackground": "background4.jpg",
"entities": [
{
"entity": "star",
"type": "star_blue_giant",
"name": "Methran",
"radius": 1100,
"coronaRadius": 500,
"orbitRadius": 20000
},
{
"entity": "planet",
"type": "lava_minor",
"orbitAngle": 30,
"radius": 110,
"orbitRadius": 2850,
"orbitDays": 90,
"conditions": []
},
{
"entity": "planet",
"type": "terran-eccentric",
"orbitAngle": 50,
"radius": 150,
"orbitRadius": 4500,
"orbitDays": 135,
"conditions": []
},
{
"entity": "planet",
"type": "terran",
"orbitAngle": 50,
"radius": 250,
"orbitRadius": 5000,
"orbitDays": 180,
"conditions": [
"habitable",
"farmland_rich",
"low_gravity",
"mild_climate",
"ruins_vast",
"rat_bionic_plantlife",
"solar_array",
"rat_kinetic_launchsystem"
]
},
{
"entity": "planet",
"type": "jungle",
"orbitAngle": 80,
"radius": 130,
"orbitRadius": 6800,
"orbitDays": 225,
"conditions": []
},
{
"entity": "planet",
"focus": 4,
"type": "water",
"orbitAngle": 80,
"radius": 60,
"orbitRadius": 400,
"orbitDays": 25,
"conditions": []
},
{
"entity": "planet",
"type": "gas_giant",
"orbitAngle": 230,
"radius": 275,
"orbitRadius": 9500,
"orbitDays": 450,
"conditions": ["volatiles_plentiful", "low_gravity"],
"specChanges": {
"planetColor": [150, 245, 255, 255],
"glowTexture": "clouds_banded01.png",
"glowColor": [250, 225, 55, 64],
"useReverseLightForGlow": true
}
},
{
"entity": "planet",
"focus": 6,
"type": "tundra",
"orbitAngle": 30,
"radius": 50,
"orbitRadius": 700,
"orbitDays": 22,
"conditions": []
},
{
"entity": "planet",
"focus": 6,
"type": "rocky_ice",
"orbitAngle": 120,
"radius": 70,
"orbitRadius": 1000,
"orbitDays": 45,
"conditions": []
},
{
"entity": "planet",
"type": "gas_giant",
"orbitAngle": 250,
"radius": 280,
"orbitRadius": 12050,
"orbitDays": 650,
"conditions": [],
"specChanges": {
"planetColor": [170, 190, 255, 255],
"glowTexture": "clouds_banded01.png",
"glowColor": [250, 225, 155, 32]
}
},
{
"entity": "planet",
"type": "cryovolcanic",
"orbitAngle": 130,
"radius": 100,
"orbitRadius": 14520,
"orbitDays": 335,
"conditions": []
},
{
"entity": "stable_location",
"focus": [2, 4]
},
{
"entity": "jump_point",
"name": "Methran's Inner Jump-point",
"focus": [3, 4]
},
{
"entity": "stable_location",
"focus": [5, 3]
},
{
"entity": "asteroid_field",
"name": "Methran L4 Asteroids",
"size": 450,
"focus": [5, 4]
},
{
"entity": "asteroid_field",
"name": "Methran L5 Asteroids",
"size": 450,
"focus": [5, 5]
},
{
"entity": "stable_location",
"focus": [5, 5]
},
{
"entity": "jump_point",
"name": "Methran's Outer Jump-point",
"focus": [8, 5]
},
{
"entity": "jump_point",
"name": "Fringe Jump-point",
"orbitRadius": 16000
},
{
"entity": "asteroid_belt",
"orbitRadius": 2200,
"innerBandIndex": 3,
"outerBandIndex": 3,
"size": 100
},
{
"entity": "magnetic_field",
"focus": 5,
"orbitRadius": 325,
"size": 435,
"middleRadius": 218,
"outerRadius": 525,
"baseColor": [50, 20, 100, 50],
"auroraFrequency": 0.5,
"auroraColors": [
[90, 180, 40, 255],
[130, 145, 90, 255],
[165, 110, 145, 255],
[95, 55, 160, 255],
[45, 0, 130, 255],
[20, 0, 130, 255],
[10, 0, 150, 255]
]
},
{
"entity": "station",
"type": "station_sporeship_derelict",
"focus": 8,
"orbitAngle": 90,
"orbitRadius": 420,
"orbitDays": 25
},
{
"entity": "ring",
"type": "rings_special0",
"focus": 8,
"orbitRadius": 600
},
{
"entity": "asteroid_belt",
"orbitRadius": 13750,
"innerBandIndex": 0,
"outerBandIndex": 0,
"size": 200
},
{
"entity": "inactive_gate",
"focus": [9, 4]
},
{
"entity": "remnant_station",
"orbitRadius": 300,
"orbitAngle": 0,
"orbitDays": 18
},
{
"entity": "remnant_station",
"orbitRadius": 300,
"focus": 4,
"isDamaged": true
},
{
"entity": "alpha_site_weapons_cache",
"orbitRadius": 11111
},
{
"entity": "station",
"focus": 11,
"name": "Aegis Outpost",
"type": "station_side04",
"marketSize": 6,
"factionId": "independant",
"freePort": true,
"industries": [
["population", "orbital_fusion_lamp", true],
"megaport",
"waystation",
"heavybatteries",
["highcommand", "alpha_core"],
["starfortress_low", "alpha_core"],
["orbitalworks", "corrupted_nanoforge"]
],
"conditions": [
"very_cold",
"dark",
"vice_demand",
"rat_rampant_military_core",
"rat_defensive_drone",
"rat_ancient_military_hub"
]
}
]
}
}