Gradist Posted June 8, 2020 Posted June 8, 2020 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
PravusJSB Posted June 8, 2020 Posted June 8, 2020 On which aircraft? Creator & Developer of XSAF ::An AI model that wants to kill you, and needs no help from humans. Discord: PravusJSB#9484 twitch.tv/pravusjsb https://www.patreon.com/XSAF https://discord.gg/pC9EBe8vWU https://bmc.link/johnsbeaslu Work with me on Fiverr: https://www.fiverr.com/pravusjsb
Gradist Posted June 9, 2020 Author Posted June 9, 2020 I guess I didn't think it would matter but F/A-18
ADHS Posted June 10, 2020 Posted June 10, 2020 There is the SPEED MORE ... to use Democracy was already invented, while Scrat was eating oak fruits.
Majinbot Posted June 10, 2020 Posted June 10, 2020 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
Gradist Posted June 13, 2020 Author Posted June 13, 2020 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
Gradist Posted June 13, 2020 Author Posted June 13, 2020 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 :)
Recommended Posts