@FuJiCuRa I see that the .cs has details about chinook event, however when i load the unmodified .json i do not see another icon for it. Am i missing something?

I was able to modify my old config to work with radiation heli airdrop and cargoship however have no idea how to add the chinook event in XD

For the Cargo ship event i just copied the heli event and added it to the .json and renamed i.e


"CargoShipEvent": {
"Autoload": true,
"Dock": "TopLeftDock",
"PanelSettings": {
"ActiveColor": "0 1 0 1",
"InactiveColor": "1 1 1 0.1"
},
"Image": {
"Width": 1,
"Url": "imageurlhere",
"Available": true,
"AnchorX": "Left",
"AnchorY": "Bottom",
"Height": 1,
"Order": 1,
"BackgroundColor": "0 0 0 0",
"Margin": "0 0 0 0"
},
"FadeOut": 0.0,
"Available": true,
"AnchorX": "Left",
"AnchorY": "Bottom",
"Width": 0.135,
"Height": 0.95,
"Order": 7,
"BackgroundColor": "0 0 0 0",
"Margin": "0 0 0 0.01"
},

Would it work if i added this?

"ChinookEvent": {
"Autoload": true,
"Dock": "TopLeftDock",
"PanelSettings": {
"ActiveColor": "0 1 0 1",
"InactiveColor": "1 1 1 0.1"
},
"Image": {
"Width": 1,
"Url": "imageurlhere",
"Available": true,
"AnchorX": "Left",
"AnchorY": "Bottom",
"Height": 1,
"Order": 1,
"BackgroundColor": "0 0 0 0",
"Margin": "0 0 0 0"
},
"FadeOut": 0.0,
"Available": true,
"AnchorX": "Left",
"AnchorY": "Bottom",
"Width": 0.135,
"Height": 0.95,
"Order": 8,
"BackgroundColor": "0 0 0 0",
"Margin": "0 0 0 0.01"
},

I thought i would ask before i did any more modifications to my InfoPanel.json I spent wayyyy to long learning how to modify it than i care to admit XD

P.S i am aware that i am not using the new .json format and still using the old one, however it works beautifully and cant be assed learning a new config format =P