Is it possible to have an additional json file to see the list of hardpoints assigned to each firegroup whenever changed?
Currently in the Status.json file we have the selected firegroup ID/number being provided, however, it is not very useful as there is no where in the journal files to tell what hardpoints are being assigned to each firegroup. Example FiregroupInfo.json file:
Currently in the Status.json file we have the selected firegroup ID/number being provided, however, it is not very useful as there is no where in the journal files to tell what hardpoints are being assigned to each firegroup. Example FiregroupInfo.json file:
Code:
{
"timestamp":"2018-12-31T19:09:16Z",
"event" : "FiregroupInfo",
"Firegroups" : [
{
"Group" : 1,
"Primary" : [
{ "Slot" : "LargeHardpoint2", "Item" : "hpt_mininglaser_fixed_medium" },
{ "Slot" : "LargeHardpoint3", "Item" : "hpt_mininglaser_fixed_medium" }
]
},
{
"Group" : 2,
"Primary" : [
{ "Slot" : "Slot08_Size2", "Item" : "int_dronecontrol_prospector_size1_class5" }
],
"Secondary" : [
{ "Slot" : "LargeHardpoint1", "Item" : "hpt_mining_seismchrgwarhd_fixed_medium" }
]
}
]
}
Last edited: