grafspee Posted December 16, 2021 Posted December 16, 2021 I can't find entry for governor switch in K-4, someone could tell me pls System specs: I7 14700KF, Gigabyte Z790 Aorus Elite, 64GB DDR4 3600MHz, Gigabyte RTX 4090,Win 11, 48" OLED LG TV + 42" LG LED monitor
LeCuvier Posted December 16, 2021 Posted December 16, 2021 In "default.lua" I find these lines: { down = device_commands.Button_58, cockpit_device_id = devices.FUSEBOX, value_down = 1.0, name = _('Input.Bf109K4.cb_e103_1'), category = _('Engine Controls')}, {down = device_commands.Button_58, cockpit_device_id = devices.FUSEBOX, value_down = 0.0, name = _('Input.Bf109K4.cb_e103_0'), category = _('Engine Controls')}, {down = device_commands.Button_59, cockpit_device_id = devices.FUSEBOX, value_down = 1.0, name = _('Input.Bf109K4.cb_e103'), category = _('Engine Controls')}, So: "Input.Bf109K4.cb_e103_1" --> Governor ON "Input.Bf109K4.cb_e103_0" --> Governor OFF "Input.Bf109K4.cb_e103" --> Governor toggle ON/OFF Personally I use a more realistic 2-position switch command I added to the file: {down = device_commands.Button_58, up = device_commands.Button_58, cockpit_device_id = devices.FUSEBOX, value_down = 1.0, value_up = 0.0, name = _('Engine Governor 2-Pos AUTO/MANUAL'), category = _('Engine Controls')}, 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
grafspee Posted December 16, 2021 Author Posted December 16, 2021 @LeCuvier Thank you very much. System specs: I7 14700KF, Gigabyte Z790 Aorus Elite, 64GB DDR4 3600MHz, Gigabyte RTX 4090,Win 11, 48" OLED LG TV + 42" LG LED monitor
SPS48A Posted December 19, 2021 Posted December 19, 2021 hmmmm. The bindings are difficult to decipher. May I ask where you find the "default.lua" file? I looked in the Mods/aircraft/Bf109-k4 directory and didn't find it. I'm trying to figure out the bindings for the bomb arming control panel.
grafspee Posted December 19, 2021 Author Posted December 19, 2021 DCS folder/mods/aircraft/bf-109k-4/input/bf-109k-4/keyboard System specs: I7 14700KF, Gigabyte Z790 Aorus Elite, 64GB DDR4 3600MHz, Gigabyte RTX 4090,Win 11, 48" OLED LG TV + 42" LG LED monitor
LeCuvier Posted December 19, 2021 Posted December 19, 2021 14 minutes ago, grafspee said: DCS folder/mods/aircraft/bf-109k-4/input/bf-109k-4/keyboard That's for the keyboard bindings. The bindings for joystick,throttle etc. are in "DCS folder/mods/aircraft/bf-109k-4/input/bf-109k-4/joystick". We have statements from ED indicating that this binding name bug should be fixed in the upcoming update before Christmas. 1 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
Recommended Posts