Akiazusa Posted January 6, 2023 Posted January 6, 2023 Hi,is there any chance to add a keybind for the "HOTAS mic switch up"when time permits? Even though it has no function in DCS World now,you can't complete the STAT HOTAS SWITCH TEST without it. Much appreciate. Kyoto Animation forever!
Solution LeCuvier Posted January 6, 2023 Solution Posted January 6, 2023 (edited) This keybind exists already for the TM Warhog throttle. I suspect you want it for use with a different kind of game controller. ED have disabled the related line of LUA code in the file "default.lua" by adding "--" at the beginning of the line. You could easily enable the line by removing the "--" using Notepad++ It's line 261 in my rig and it currently looks like this: --{down = iCommandPlane_HOTAS_MIC_SwitchUp, up = iCommandPlane_HOTAS_MIC_SwitchOff, name = _('HOTAS MIC Switch Up (no function)'), category = _('HOTAS')}, Notepad++ shows the entire line in green because the "--" comments it out. Edited January 6, 2023 by LeCuvier 2 LeCuvier Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5
Akiazusa Posted January 7, 2023 Author Posted January 7, 2023 6 hours ago, LeCuvier said: This keybind exists already for the TM Warhog throttle. I suspect you want it for use with a different kind of game controller. ED have disabled the related line of LUA code in the file "default.lua" by adding "--" at the beginning of the line. You could easily enable the line by removing the "--" using Notepad++ It's line 261 in my rig and it currently looks like this: --{down = iCommandPlane_HOTAS_MIC_SwitchUp, up = iCommandPlane_HOTAS_MIC_SwitchOff, name = _('HOTAS MIC Switch Up (no function)'), category = _('HOTAS')}, Notepad++ shows the entire line in green because the "--" comments it out. Nice find,I'm going to try it out. Thanks Kyoto Animation forever!
Recommended Posts