Jump to content

Is there a way to make the FUEL DUMP switch work properly?


Recommended Posts

Posted (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

image.png

Edited 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

Posted (edited)

It's not a winwing issue, it is, a Limitation of the module...

It is an ED problem

Edited 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

1569924735_WildcardsBadgerFAASig.jpg.dbb8c2a337e37c2bfb12855f86d70fd5.jpg

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...