{
"constructsList": [
{
"constructId": "5741688",
"distance": 11.509540326447041,
"inIdentifyRange": true,
"info": {},
"isIdentified": false,
"myThreatStateToTarget": 0,
"name": "CargoBox",
"size": "XS",
"targetThreatState": 0
},
{
"constructId": "5411110",
"distance": 10126.263601605886,
"inIdentifyRange": true,
"info": {},
"isIdentified": false,
"myThreatStateToTarget": 0,
"name": "N299 Mule the Man",
"size": "XS",
"targetThreatState": 0
},
{
"constructId": "5719823",
"distance": 10380.199691765596,
"inIdentifyRange": true,
"info": {},
"isIdentified": false,
"myThreatStateToTarget": 0,
"name": "PT01",
"size": "S",
"targetThreatState": 0
},
{
"constructId": "5638631",
"distance": 10544.990016054106,
"inIdentifyRange": true,
"info": {},
"isIdentified": false,
"myThreatStateToTarget": 0,
"name": "OMEGA",
"size": "XS",
"targetThreatState": 0
},
{
"constructId": "5567993",
"distance": 10649.402865996866,
"inIdentifyRange": true,
"info": {},
"isIdentified": false,
"myThreatStateToTarget": 0,
"name": "Sava Yesh II",
"size": "S",
"targetThreatState": 0
},
{
"constructId": "5658583",
"distance": 10926.713352488552,
"inIdentifyRange": true,
"info": {},
"isIdentified": false,
"myThreatStateToTarget": 0,
"name": "IC Navis",
"size": "S",
"targetThreatState": 0
},
{
"constructId": "5711924",
"distance": 10927.432673085657,
"inIdentifyRange": true,
"info": {},
"isIdentified": false,
"myThreatStateToTarget": 0,
"name": "Twintania Base",
"size": "M",
"targetThreatState": 0
},
{
"constructId": "5690586",
"distance": 10928.499615752093,
"inIdentifyRange": true,
"info": {},
"isIdentified": false,
"myThreatStateToTarget": 0,
"name": "IC Navis Node",
"size": "XS",
"targetThreatState": 0
},
{
"constructId": "5277227",
"distance": 127134.15874474417,
"inIdentifyRange": false,
"info": {},
"isIdentified": false,
"myThreatStateToTarget": 0,
"name": "Hope II",
"size": "S",
"targetThreatState": 0
}
],
"currentTargetId": "0",
"elementId": "2753861252",
"helperId": "radar",
"name": "Advanced Phased-Array Space Radar s [54]",
"properties": {
"broken": false,
"errorMessage": "",
"identifiedConstructs": [],
"identifyConstructs": {},
"radarStatus": 1,
"selectedConstruct": "0",
"sortMethod": 0,
"worksInEnvironment": true
},
"staticProperties": {
"maxIdentifiedTargets": 7,
"ranges": {
"identify128m": 123750.0,
"identify16m": 123750.0,
"identify32m": 123750.0,
"identify64m": 123750.0,
"scan": 400000
},
"worksInAtmosphere": false,
"worksInSpace": true
},
"type": "radar"
}
Hello,
I am not sure where the issue lies here. When I apply my custom gunner seat script to my chair, I see this in the gunner periscope view.


However, when I apply the default PvP gun script I see this
I at first assumed it was the data I was sending into the radar widget (either incomplete or something else going on). But upon inspecting the json output of the radar (radar_1.getWidgetData()) from the default script and the radar data fed into the radar widget using my script, I did not find any substantial differences that would account for this behavior.
Default Data
Custom Data
Would anyone be able to assist and help me determine what is going on? My custom script is open source and I can link it if it would help with the review. I also tried using and older version of my script (from near the end of Beta) which I 100% know was working properly and it still has this same behavior.