Hawkeye60 Posted August 20, 2016 Posted August 20, 2016 Place all pit building requests here. Please add Key binds, modify as needed. {down = device_commands.Button_6,cockpit_device_id = devices.AUTOPILOT, value_down = 1.0, name = _('SA342 Trim On'), category = _('SA342 Main Panel')}, {down = device_commands.Button_6,cockpit_device_id = devices.AUTOPILOT, value_down = 0.0, name = _('SA342 Trim Off'), category = _('SA342 Main Panel')}, --WEAPS DAY NIGHT {down = device_commands.Button_1,cockpit_device_id = devices.PH, value_down = 0.0, name = _('WEAPS TEST2'), category = _('SA342 Weapons Panel')}, {down = device_commands.Button_1,cockpit_device_id = devices.PH, value_down = 0.3, name = _('WEAPS TEST1'), category = _('SA342 Weapons Panel')}, {down = device_commands.Button_1,cockpit_device_id = devices.PH, value_down = 0.5, name = _('WEAPS OFF'), category = _('SA342 Weapons Panel')}, {down = device_commands.Button_1,cockpit_device_id = devices.PH, value_down = 0.8, name = _('WEAPS DAY'), category = _('SA342 Weapons Panel')}, {down = device_commands.Button_1,cockpit_device_id = devices.PH, value_down = 1.0, name = _('WEAPS NIGHT'), category = _('SA342 Weapons Panel')}, -- FLARE DISPENSER {down = device_commands.Button_1,cockpit_device_id = devices.FD, value_down = 1.0, name = _('FLARES L'), category = _('Flare DISPENSER')}, {down = device_commands.Button_1,cockpit_device_id = devices.FD, value_down = 0.0, name = _('FLARES BOTH'), category = _('Flare DISPENSER')}, {down = device_commands.Button_1,cockpit_device_id = devices.FD, value_down = -1.0, name = _('FLARES R'), category = _('Flare DISPENSER')}, {down = device_commands.Button_3,cockpit_device_id = devices.FD, value_down = 1.0, name = _('FLARE SLOW'), category = _('Flare DISPENSER')}, {down = device_commands.Button_3,cockpit_device_id = devices.FD, value_down = 0.0, name = _('FLARE FAST'), category = _('Flare DISPENSER')}, {down = device_commands.Button_3,cockpit_device_id = devices.FD, value_down = -1.0, name = _('FLARE OFF'), category = _('Flare DISPENSER')}, {down = device_commands.Button_2,cockpit_device_id = devices.FD, value_down = 1.0, name = _('FLARE SINGLE'), category = _('Flare DISPENSER')}, {down = device_commands.Button_2,cockpit_device_id = devices.FD, value_down = 0.0, name = _('FLARE SEQ'), category = _('Flare DISPENSER')}, -- Artificial Horizon {down = device_commands.Button_2, up = device_commands.Button_2, cockpit_device_id = devices.FLIGHT_CONTROLS, device_commands.Button_2, value_down = 1, value_up = 0, name = _('SA342 HA Unlock'), category = _('Artifical Horizon')}, -- Artificial Horizon Rotate {down = device_commands.Button_1, up = device_commands.Button_1, cockpit_device_id = devices.FLIGHT_CONTROLS, device_commands.Button_1, value_down = 0.1, name = _('SA342 HA_Rot CW'), category = _('Artifical Horizon')}, {down = device_commands.Button_1, up = device_commands.Button_1, cockpit_device_id = devices.FLIGHT_CONTROLS, device_commands.Button_1, value_down = -0.1, name = _('SA342 HA_Rot CCW'), category = _('Artifical Horizon')}, -- [stby HA] {down = device_commands.Button_4, up = device_commands.Button_4, cockpit_device_id = devices.FLIGHT_CONTROLS, device_commands.Button_4, value_down = 1, value_up = 0, name = _('SA342 STDBYHA Unlock'), category = _('StdbyHA-PTR')}, {down = device_commands.Button_3, up = device_commands.Button_3, cockpit_device_id = devices.FLIGHT_CONTROLS, device_commands.Button_3, value_down = 0.1, name = _('Stdby_HA_butRot CW'), category = _('StdbyHA-PTR')}, {down = device_commands.Button_3, up = device_commands.Button_3, cockpit_device_id = devices.FLIGHT_CONTROLS, device_commands.Button_3, value_down = -0.1, name = _('Stdby_HA_butRot CCW'), category = _('StdbyHA-PTR')}, -- RADAR ALTIMETER {down = device_commands.Button_2, up = device_commands.Button_2, cockpit_device_id = devices.RADAR_ALTIMETER, value_down = 1, name = _('RADAR ALTIMETER OFF'), category = _('RADAR_ALTIMETER')}, {down = device_commands.Button_2, up = device_commands.Button_2, cockpit_device_id = devices.RADAR_ALTIMETER, value_up = -1, name = _('RADAR ALTIMETER ON'), category = _('RADAR_ALTIMETER')}, -- RADAR ALTIMETER BUG {down = device_commands.Button_1, up = device_commands.Button_1, cockpit_device_id = devices.RADAR_ALTIMETER, value_down = 0.1, name = _('RADAR ALTIMETER BUG UP'), category = _('RADAR_ALTIMETER')}, {down = device_commands.Button_1, up = device_commands.Button_1, cockpit_device_id = devices.RADAR_ALTIMETER, value_up = -0.1, name = _('RADAR ALTIMETER BUG DN'), category = _('RADAR_ALTIMETER')}, Thanks to Devrim and Livebait for their binds "Yeah, and though I work in the valley of Death, I will fear no Evil. For where there is one, there is always three. I preparest my aircraft to receive the Iron that will be delivered in the presence of my enemies. Thy ALCM and JDAM they comfort me. Power was given unto the aircrew to make peace upon the world by way of the sword. And when the call went out, Behold the "Sword of Stealth". And his name was Death. And Hell followed him. For the day of wrath has come and no mercy shall be given."
Mt5_Roie Posted August 20, 2016 Posted August 20, 2016 Awesome job hawkeye....we'll work on getting them added. Coder - Oculus Rift Guy - Court Jester
Devrim Posted August 21, 2016 Posted August 21, 2016 Hi. Some codes from LiveBait from Flare Dispenser Keycommands thread. The FLARE commands are for 3-way switch. -- FLARE DISPENSER {down = device_commands.Button_1,cockpit_device_id = devices.FD, value_down = 1.0, name = _('FLARES L'), category = _('MODDED')}, {down = device_commands.Button_1,cockpit_device_id = devices.FD, value_down = 0.0, name = _('FLARES BOTH'), category = _('MODDED')}, {down = device_commands.Button_1,cockpit_device_id = devices.FD, value_down = -1.0, name = _('FLARES R'), category = _('MODDED')}, {down = device_commands.Button_3,cockpit_device_id = devices.FD, value_down = 1.0, name = _('FLARE SLOW'), category = _('MODDED')}, {down = device_commands.Button_3,cockpit_device_id = devices.FD, value_down = 0.0, name = _('FLARE FAST'), category = _('MODDED')}, {down = device_commands.Button_3,cockpit_device_id = devices.FD, value_down = -1.0, name = _('FLARE OFF'), category = _('MODDED')}, {down = device_commands.Button_2,cockpit_device_id = devices.FD, value_down = 1.0, name = _('FLARE SINGLE'), category = _('MODDED')}, {down = device_commands.Button_2,cockpit_device_id = devices.FD, value_down = 0.0, name = _('FLARE SEQ'), category = _('MODDED')}, --UHF MODE {down = device_commands.Button_1,cockpit_device_id = devices.UHF_RADIO, value_down = 0.0, name = _('UHF MODE O'), category = _('MODDED')}, {down = device_commands.Button_1,cockpit_device_id = devices.UHF_RADIO, value_down = 0.165, name = _('UHF MODE FF'), category = _('MODDED')}, {down = device_commands.Button_1,cockpit_device_id = devices.UHF_RADIO, value_down = 0.33, name = _('UHF MODE NA'), category = _('MODDED')}, {down = device_commands.Button_1,cockpit_device_id = devices.UHF_RADIO, value_down = 0.495, name = _('UHF MODE SV'), category = _('MODDED')}, {down = device_commands.Button_1,cockpit_device_id = devices.UHF_RADIO, value_down = 0.66, name = _('UHF MODE DL'), category = _('MODDED')}, {down = device_commands.Button_1,cockpit_device_id = devices.UHF_RADIO, value_down = 0.825, name = _('UHF MODE G'), category = _('MODDED')}, {down = device_commands.Button_1,cockpit_device_id = devices.UHF_RADIO, value_down = 1.0, name = _('UHF MODE EN'), category = _('MODDED')}, Something funky going on here, there is no Ch4 in the controls menu and the existing Ch5 is really ch4 so below registers as Ch5 (even comes up in the controls as Ch5 if i name it Ch4 ) I assume this will be fixed sooner rather than later so i put it in its own category so i remember about it (same name but with capitals) --UHF CH4 {down = device_commands.Button_10, up = device_commands.Button_10, cockpit_device_id = devices.UHF_RADIO, value_down = 1, value_up = 0,name = _('SA342 UHF 5'), category = _('UHF RADIO')}, -- FM RADIO {down = device_commands.Button_1,cockpit_device_id = devices.FM_RADIO, value_down = 0.0, name = _('FM SELECTOR AR'), category = _('MODDED')}, {down = device_commands.Button_1,cockpit_device_id = devices.FM_RADIO, value_down = 0.2, name = _('FM SELECTOR TRAFFIC'), category = _('MODDED')}, {down = device_commands.Button_1,cockpit_device_id = devices.FM_RADIO, value_down = 0.4, name = _('FM SELECTOR CH OTAN'), category = _('MODDED')}, {down = device_commands.Button_1,cockpit_device_id = devices.FM_RADIO, value_down = 0.6, name = _('FM SELECTOR REL'), category = _('MODDED')}, {down = device_commands.Button_1,cockpit_device_id = devices.FM_RADIO, value_down = 1.0, name = _('FM SELECTOR TST'), category = _('MODDED')}, {down = device_commands.Button_2,cockpit_device_id = devices.FM_RADIO, value_down = 0.0, name = _('FM CH 1'), category = _('MODDED')}, {down = device_commands.Button_2,cockpit_device_id = devices.FM_RADIO, value_down = 0.142, name = _('FM CH 2'), category = _('MODDED')}, {down = device_commands.Button_2,cockpit_device_id = devices.FM_RADIO, value_down = 0.284, name = _('FM CH 3'), category = _('MODDED')}, {down = device_commands.Button_2,cockpit_device_id = devices.FM_RADIO, value_down = 0.426, name = _('FM CH 4'), category = _('MODDED')}, {down = device_commands.Button_2,cockpit_device_id = devices.FM_RADIO, value_down = 0.568, name = _('FM CH 5'), category = _('MODDED')}, {down = device_commands.Button_2,cockpit_device_id = devices.FM_RADIO, value_down = 0.715, name = _('FM CH 6'), category = _('MODDED')}, {down = device_commands.Button_2,cockpit_device_id = devices.FM_RADIO, value_down = 0.855, name = _('FM CH 0'), category = _('MODDED')}, {down = device_commands.Button_2,cockpit_device_id = devices.FM_RADIO, value_down = 1.0, name = _('FM CH RG'), category = _('MODDED')}, --ADF RADIO SELECTOR {down = device_commands.Button_3,cockpit_device_id = devices.ADF, value_down = 0.0, name = _('ADF SELECTOR OFF'), category = _('MODDED')}, {down = device_commands.Button_3,cockpit_device_id = devices.ADF, value_down = 0.33, name = _('ADF SELECTOR ANT'), category = _('MODDED')}, {down = device_commands.Button_3,cockpit_device_id = devices.ADF, value_down = 0.66, name = _('ADF SELECTOR ADF'), category = _('MODDED')}, {down = device_commands.Button_3,cockpit_device_id = devices.ADF, value_down = 1.0, name = _('ADF SELECTOR TEST'), category = _('MODDED')}, Intel i7-14700@5.6GHz | MSI RTX4080 SuperSuprimX | Corsair V. 64GB@6400MHz. | Samsung 1TB 990 PRO SSD (Win10Homex64) Samsung G5 32" + Samsung 18" + 2x8"TFT Displays | TM Warthog Stick w/AVA Base | VPC MongoosT-50CM3 Throttle | TM MFD Cougars | Logitech G13, G230, G510, PZ55 & Farming Sim Panel | TIR5 & M.Quest3 VR >>MY MODS<< | Discord: Devrim#1068
Hawkeye60 Posted August 21, 2016 Author Posted August 21, 2016 From the same thread, Thanks to LiveBait, Very helpful Quote: -- [sTBY HA] {down = device_commands.Button_4, up = device_commands.Button_4, cockpit_device_id = devices.FLIGHT_CONTROLS, value_down = 1, value_up = 0, name = _('STBY HA Unlock'), category = _('MODDED')}, {down = device_commands.Button_3, up = device_commands.Button_3, cockpit_device_id = devices.FLIGHT_CONTROLS, value_down = 0.1, name = _('STBY_HA_butRot CW'), category = _('MODDED')}, {down = device_commands.Button_3, up = device_commands.Button_3, cockpit_device_id = devices.FLIGHT_CONTROLS, value_down = -0.1, name = _('STBY_HA_butRot CCW'), category = _('MODDED')} The trick to get this to rotate while you have the knob pulled out is to assign the same modifier (ctrl / shift / alt) to all three commands, in DCS controls. If you have different modiers pushed at the same time, the following key press is not recognized. eg: STBY HA UNLOCK-------RSHIFT A STBY HA CW------------RSHIFT S STBY HA CCW----------RSHIFT D "Yeah, and though I work in the valley of Death, I will fear no Evil. For where there is one, there is always three. I preparest my aircraft to receive the Iron that will be delivered in the presence of my enemies. Thy ALCM and JDAM they comfort me. Power was given unto the aircrew to make peace upon the world by way of the sword. And when the call went out, Behold the "Sword of Stealth". And his name was Death. And Hell followed him. For the day of wrath has come and no mercy shall be given."
Hawkeye60 Posted September 9, 2016 Author Posted September 9, 2016 Exports Please add the TV, RWR, and NADIR exports to the .init files. Saves having to redo them every update. Thank you! "Yeah, and though I work in the valley of Death, I will fear no Evil. For where there is one, there is always three. I preparest my aircraft to receive the Iron that will be delivered in the presence of my enemies. Thy ALCM and JDAM they comfort me. Power was given unto the aircrew to make peace upon the world by way of the sword. And when the call went out, Behold the "Sword of Stealth". And his name was Death. And Hell followed him. For the day of wrath has come and no mercy shall be given."
Hawkeye60 Posted January 4, 2017 Author Posted January 4, 2017 Update? Is there a update on these key binds being added? Possible date for the next update? Patiently waiting................ Thank you. "Yeah, and though I work in the valley of Death, I will fear no Evil. For where there is one, there is always three. I preparest my aircraft to receive the Iron that will be delivered in the presence of my enemies. Thy ALCM and JDAM they comfort me. Power was given unto the aircrew to make peace upon the world by way of the sword. And when the call went out, Behold the "Sword of Stealth". And his name was Death. And Hell followed him. For the day of wrath has come and no mercy shall be given."
Recommended Posts