Jump to content

Speedbrake Config Question


Go to solution Solved by jonsky7,

Recommended Posts

Posted

I have the HOTAS Warthog stick/throttle that many people seem to have, and I have a question.

Is there way to set up the speedbrake so that, it will extend and stay extended for as long as you're holding JOY_BTN8, but will automatically retract if you release it?   Kind of like a deadman switch without having to return all the way to JOY_BTN7 ?

Not a huge deal, but during one fleeting release a couple of years ago, it did this, then was promptly "fixed" (either that or my stick was goofed up), but I actually really liked it.  I don't know if there's some combo of Special Joystick + Normal Button actions that will achieve this, but I have not been successful so far.

 

 

Rex's Rig

Intel i9-14900K | Nvidia RTX 4090 | 64GB DDR5 | 3x4TB 990 Pro M2 SSDs | HP Reverb 2 | 49" Samsung 5120x1440 @ 120Mhz

TM Warthog Stick + Throttle | TM Pendulum Pedals | MS Sidewinder 2 FFB | Track IR |  Cougar MFD x 2 

 

Posted (edited)

I dunno if its possible, but then you loose the ability to extend it to stop and stay at any intermediate position.

Edited by Razor18
Posted (edited)

That's true, but I can't remember the last time I've left it in a middle position.  I usually just blip it to trim a little speed during AA refueling, and a few times I've full-on deployed it for more than 10 seconds to get down to maneuvering speed fast, or to pull a "Top Gun" during a Dogfight, I ended up flying that way for 20 minutes, wondering why the damn thing was so sluggish.  The little light isn't always obvious when you're trying to maintain visual on an enemy in VR.  I notice I'm getting exponentially dumber with age, and I didn't start with much to begin with, so I often seek to attenuate my idiocy with technology.

It's like my mamma always said "Life is like a box of chocolates, and Rex, always remember to retract your speedbrake after shooting a moth#$$%@# down."

I try to obey my mamma, may she rest in peace.

Anyway, thanks.

Edited by Rex
  • Like 1

Rex's Rig

Intel i9-14900K | Nvidia RTX 4090 | 64GB DDR5 | 3x4TB 990 Pro M2 SSDs | HP Reverb 2 | 49" Samsung 5120x1440 @ 120Mhz

TM Warthog Stick + Throttle | TM Pendulum Pedals | MS Sidewinder 2 FFB | Track IR |  Cougar MFD x 2 

 

  • Solution
Posted
11 hours ago, Rex said:

That's true, but I can't remember the last time I've left it in a middle position.  I usually just blip it to trim a little speed during AA refueling, and a few times I've full-on deployed it for more than 10 seconds to get down to maneuvering speed fast, or to pull a "Top Gun" during a Dogfight, I ended up flying that way for 20 minutes, wondering why the damn thing was so sluggish.  The little light isn't always obvious when you're trying to maintain visual on an enemy in VR.  I notice I'm getting exponentially dumber with age, and I didn't start with much to begin with, so I often seek to attenuate my idiocy with technology.

It's like my mamma always said "Life is like a box of chocolates, and Rex, always remember to retract your speedbrake after shooting a moth#$$%@# down."

I try to obey my mamma, may she rest in peace.

Anyway, thanks.

 

There is a way yes, it will require a little bit of editing a file though.

If you go to

DCS World/Mods/aircraft/FA-18C/Input/FA-18C/joystick

and find the file called default.lua

Add this line

{	down = hotas_commands.THROTTLE_SPEED_BRAKE,						up = hotas_commands.THROTTLE_SPEED_BRAKE,						cockpit_device_id = devices.HOTAS,	value_down = -1.0,	value_up = 1.0,	name = _('Speed Brake Switch - EXTEND, else RETRACT'),		category = {_('Throttle Grip'), _('HOTAS')}},

You will have a new keybind option called 
Speed Brake Switch - EXTEND, else RETRACT

The speed brake will extend when the button is pushed, and retract when the button is released.

I have modified the file for you, so can paste it into the folder listed above. >>>>>>>  default.lua
You will have to re-copy the file after every update, and it will break integrity check on servers that have the new "REQUIRE PURE SCRIPTS" enabled, but I haven't seen many that do yet.


Alternatively, for the Warthog, there is an excellent script for the TARGET software than changes the way the buttons work slightly.

 

  • Like 1
  • Thanks 1
Posted (edited)

Or, you can just extend the flaps 😛 

It will look great for AAR 😛 

 

Edit: wrote gear instead of flaps😬

Edited by TimRobertsen

First become an aviator, then become a terminator

Posted
On 10/30/2022 at 4:55 AM, jonsky7 said:

There is a way yes, it will require a little bit of editing a file though.

If you go to

DCS World/Mods/aircraft/FA-18C/Input/FA-18C/joystick

and find the file called default.lua

Add this line

{	down = hotas_commands.THROTTLE_SPEED_BRAKE,						up = hotas_commands.THROTTLE_SPEED_BRAKE,						cockpit_device_id = devices.HOTAS,	value_down = -1.0,	value_up = 1.0,	name = _('Speed Brake Switch - EXTEND, else RETRACT'),		category = {_('Throttle Grip'), _('HOTAS')}},

You will have a new keybind option called 
Speed Brake Switch - EXTEND, else RETRACT

<snip>

 

Awesome! Thank you very much!

Rex's Rig

Intel i9-14900K | Nvidia RTX 4090 | 64GB DDR5 | 3x4TB 990 Pro M2 SSDs | HP Reverb 2 | 49" Samsung 5120x1440 @ 120Mhz

TM Warthog Stick + Throttle | TM Pendulum Pedals | MS Sidewinder 2 FFB | Track IR |  Cougar MFD x 2 

 

  • Recently Browsing   0 members

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