D3adCy11nd3r Posted July 7, 2019 Posted July 7, 2019 I am attempting to make the toggle switches that don't auto return off/normal etc. I have looked through the default .lua and compared the toggles to the ones that already return to normal/off etc and can not seem to figure out what I am doing wrong. When I edit a line i get a dup of the line. When I add in a new line the new line shows, but just mirrors the other input. in short, I am confused as hell.
Habu_69 Posted July 7, 2019 Posted July 7, 2019 This doc should help.How to Edit Control Binding Files.pdf
D3adCy11nd3r Posted July 8, 2019 Author Posted July 8, 2019 Thank you, After messing with it for a few hours I finally got it to work as intended. Now to figure out the ecm mode switch command so that I can put that key bind in since it is commented out. [wonder why they commented it out. seems to have everything except the commands itself.]
LeCuvier Posted July 9, 2019 Posted July 9, 2019 (edited) Now to figure out the ecm mode switch command so that I can put that key bind in since it is commented out. [wonder why they commented it out. seems to have everything except the commands itself.] Looks like Work in Progress, functionality not yet ready somewhere in the software. The related line in "clickabledata.lua" seems incomplete; there is no device ID in it. Edited July 9, 2019 by LeCuvier 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
LeCuvier Posted December 27, 2019 Posted December 27, 2019 any progress in this swithch:huh: No 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
Captain Orso Posted December 31, 2019 Posted December 31, 2019 The EDM Mode dial has binds for CW and CCW, but for whatever reason they don't work. That's a bug, not just a missing feature. When you hit the wrong button on take-off System Specs. Spoiler System board: MSI X670E ACE Memory: 64GB DDR5-6000 G.Skill Ripjaw System disk: Crucial P5 M.2 2TB CPU: AMD Ryzen 7 7800X3D PSU: Corsair HX1200 PSU Monitor: ASUS MG279Q, 27" CPU cooling: Noctua NH-D15S Graphics card: MSI RTX 3090Ti SuprimX VR: Oculus Rift CV1
LeCuvier Posted January 2, 2020 Posted January 2, 2020 The EDM Mode dial has binds for CW and CCW, but for whatever reason they don't work. That's a bug, not just a missing feature. I suppose you mean "ECM Mode". Where did you find the binds? In the "default.lua" there are incomplete code lines and they are commented out:--{ down = _ITER, cockpit_device_id = devices.CMDS, value_down = -1.0, name = _('ALQ-126 ECM Mode Switch - CCW'), category = {_('Instrument Panel'), _('Dispenser')}}, --{ down = _ITER, cockpit_device_id = devices.CMDS, value_down = 1.0, name = _('ALQ-126 ECM Mode Switch - CW'), category = {_('Instrument Panel'), _('Dispenser')}}, Therefore the binds are not visible in the game. Also the related line in "clickabledata" is incomplete and therefore I could not fix it myself. It's quite obviously work in progress, so we will have to be patient - again. 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
Captain Orso Posted January 2, 2020 Posted January 2, 2020 :doh: I really shouldn't be editing lua files when I'm tired :music_whistling: When you hit the wrong button on take-off System Specs. Spoiler System board: MSI X670E ACE Memory: 64GB DDR5-6000 G.Skill Ripjaw System disk: Crucial P5 M.2 2TB CPU: AMD Ryzen 7 7800X3D PSU: Corsair HX1200 PSU Monitor: ASUS MG279Q, 27" CPU cooling: Noctua NH-D15S Graphics card: MSI RTX 3090Ti SuprimX VR: Oculus Rift CV1
Recommended Posts