VFA41_Hedgehog Posted December 22, 2022 Posted December 22, 2022 FUEL DUMP switch on the Winwing throttle Startup panel. Is has both ON and OFF positions. The F/A-18 controls settings only has on ON/OFF toggle command. Any workaround for this? VFA-41 Black Aces www.vfa-41.com
MustangSally Posted December 22, 2022 Posted December 22, 2022 (edited) Locate your default.lua for the F-18....nomally here - ......DCS World OpenBeta\Mods\aircraft\FA-18C\Input\FA-18C\joystick Open the default.lua file in notepad++ and search for "Dump" (without the quotes) PLEASE DO NOT USE NOTEPAD You should see the following line.. { down = fuel_commands.DumpSw, up = fuel_commands.DumpSw, cockpit_device_id = devices.FUEL_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('Fuel Dump Switch - ON/OFF'), category = {_('Left Console'), _('Fuel Control Panel')}}, Add the following directly below it.. { down = fuel_commands.DumpSw, up = fuel_commands.DumpSw, cockpit_device_id = devices.FUEL_INTERFACE, value_down = 1.0, name = _('Fuel Dump Switch - ON'), category = {_('Left Console'), _('Fuel Control Panel')}}, { down = fuel_commands.DumpSw, up = fuel_commands.DumpSw, cockpit_device_id = devices.FUEL_INTERFACE, value_down = -1.0, name = _('Fuel Dump Switch - OFF'), category = {_('Left Console'), _('Fuel Control Panel')}}, Save the file then in DCS options bind the switch. You'll need to save your default.lua and redo this after each DCS update I notified ED of this issue well over 12mths ago but alas, easy fixes seem to get put in the too hard basket! null Edited December 22, 2022 by MustangSally Ryzen 9 7950X3D - MSI MAG X670E TomaHawk MB, ASUS ROG Ryujin III 360 AIO 64gig Corsair DDR5@6000, Gigabyte GeForce RTX 4090 AORUS Winwing Super Taurus, Orion2, TO / Combat panels, Collective with Topgun MIP Winwing Skywalker pedals, NLR Boeing Mil Edition Simpit, 55" Samsung Odyssey Ark, Trackir
VFA41_Hedgehog Posted December 22, 2022 Author Posted December 22, 2022 Very nice. Thanks. Unfortunate the hear that Winwing has not addressed this as quickly as they have similar issues. VFA-41 Black Aces www.vfa-41.com
speed-of-heat Posted December 22, 2022 Posted December 22, 2022 (edited) It's not a winwing issue, it is, a Limitation of the module... It is an ED problem Edited December 22, 2022 by speed-of-heat SYSTEM SPECS: Hardware AMD 9800X3D, 64Gb RAM, 4090 FE, Virpil T50CM3 Throttle, WinWIng Orion 2 & F-16EX + MFG Crosswinds V2, Varjo Aero SOFTWARE: Microsoft Windows 11, VoiceAttack & VAICOM PRO YOUTUBE CHANNEL: @speed-of-heat
Recommended Posts