There was a mod for FC3 aircraft and allowing nightvision for them
{combos = {{key = "H", reformers = {"RWin", "RAlt", }}, }, pressed = iCommandPlane_Helmet_Brightess_Down, name = "Gain goggles down", category = "Sensors"},
{combos = {{key = "H", reformers = {"RWin", "RCtrl", }}, }, pressed = iCommandPlane_Helmet_Brightess_Up, name = "Gain goggles up", category = "Sensors"},
{combos = {{key = "H", reformers = {"RWin", }}, }, down = iCommandViewNightVisionGogglesOn, name = "Toggle goggles", category = "Sensors"},That doesnt work with the new lua code, and i cannot decipher the new one
which looks like this
["dnilp747unilcdnilvdnilvpnilvunil"] = {
["added"] = {
[1] = {
["key"] = "H",
["reformers"] = {
[1] = "RShift",
[2] = "RAlt",
},
},
},
["name"] = "HUD Brightness down",
["removed"] = {
[1] = {
["key"] = "H",
["reformers"] = {
[1] = "RAlt",
[2] = "RShift",
},
},
},
},Now its all easy to understand appart from this
["dnilp747unilcdnilvdnilvpnilvunil"]Which just confuses me.
so is there anyone who's able to help?