Jump to content

Recommended Posts

Posted

I'm working on a night mission and I'd like to include a risk of being spotted and ID as a military aircraft if afterburner is used. I've been searching but I can't seem to find a way to find out if afterburner is engaged or not, can anybody help? BTW, this is for the player's aircraft

Posted

I'm not sure of the result but perhaps with X:COCKPIT ARGUMENT IN RANGE

 

LeftThrottle.arg_number = 104

LeftThrottle.input = {0.0, 1.0}

LeftThrottle.output = {0.0, 1.0}

LeftThrottle.controller = controllers.LeftThrottle

 

RightThrottle.arg_number = 105

RightThrottle.input = {0.0, 1.0}

RightThrottle.output = {0.0, 1.0}

RightThrottle.controller = controllers.RightThrottle

PC: i7-13700K - Gigabyte RTX 5080 GAMING OC - 64GB DDR5 6400 - VPC MongoosT-50CM3 - VKB GF pro - MFG Crosswind - Msi MPG321UR-QD + LG OLED 32GS95UE - TrackIR5 - Quest 3

Posted
I'm not sure of the result but perhaps with X:COCKPIT ARGUMENT IN RANGE

 

LeftThrottle.arg_number = 104

LeftThrottle.input = {0.0, 1.0}

LeftThrottle.output = {0.0, 1.0}

LeftThrottle.controller = controllers.LeftThrottle

 

RightThrottle.arg_number = 105

RightThrottle.input = {0.0, 1.0}

RightThrottle.output = {0.0, 1.0}

RightThrottle.controller = controllers.RightThrottle

 

Thank you, I was able to get this to work well when DCS cooperates anyway. Sometimes it matches the throttle position perfectly sometimes it doesn't seem to want to recognize it but that still works for me as I was just wanting to add the risk of somebody spotting the burner trail

Posted
There is the SPEED MORE ... to use

 

Majinbot had a better match for the afterburner but this was still a good idea, it made me think of sonic booms as well so thanks :)

  • Recently Browsing   0 members

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