WhiskyTango Posted February 11, 2024 Posted February 11, 2024 (edited) Wonder if anyone here might be able to help me out, I fly DCS a lot with an Xbox 360 Type controller (Specifically a FlyDigi Vader 3 Pro) and can fly everything I own (AH-64, KA-50, FA-18C, A-10CII, F-14, P-51, etc. etc.) I have the throttle controls mapped to by A and B buttons using Tuuvas's recommendations, but have some issues when trying to have fine tune control over the throttles, in this case the F-14. I had an issue with my P-51 but managed to make an edit to the "Clickabledata.lua" in the Cockpit folder for the aircraft changing a value of 1 to .012, now I have really great control over the throttle. (below) elements["pnt_43"] = default_movable_axis(_("Throttle"),devices.ENGINE_SYSTEM, device_commands.Button_21, 43, 0.012) Looking to make a similar change to my F-14 so I can have better control over the aircraft during aerial refueling, but the format is a little different for the throttle inputs and I haven't been able to successfully change any of the throttle behavior, it's a put too touchy for things like refueling and I'd like to be able to have some smaller throttle input with each press of the button. I can refuel, but it's rather white knuckled affair as the attached track file shows. -- Fuel system elements["PNT_1044"] = default_animated_lever(_("Fuel Shutoff - Right"), devices.FUELSYSTEM, device_commands.FUELSYSTEM_Shutoff_R, cockpit_args.Fire_Ext_Handle_Right,6.0,{0.0,1.0},pilot_only) elements["PNT_15081"] = default_animated_lever(_("Fuel Shutoff - Left"), devices.FUELSYSTEM, device_commands.FUELSYSTEM_Shutoff_L, cockpit_args.Fire_Ext_Handle_Left,6.0,{0.0,1.0},pilot_only) Anyone have any ideas on how I can do this? Thanks in advance! F-14B AA Rueling 3rd.trk Edited February 11, 2024 by WhiskyTango Added track file.
Recommended Posts