Arcc Posted August 9 Posted August 9 Hi Sorry, i use an online translator. I use a yoke Winwing (Hotas Orion 2) and the china hat for elevator, rudder ..etc . trim I find it much too reactive. the slightest action on the button........... too fast. Does there exist a way to decrease the speed ? lua files or over. Sorry if the subject already exists. Best regard Christian
Terry Dactil Posted August 10 Posted August 10 On 8/10/2025 at 12:48 AM, Arcc said: Does there exist a way to decrease the speed ? lua files or over. Yes. This problem was fixed for the Elevator Trim on the Mosquito some time ago Two lines were added to the default.lua file in >>> Mods\aircraft\MosquitoFBMkVI\Input\MosquitoFBMkVI\joystick\default.lua" I expect it would also work for the Corsair and could be modified for the rudder and ailerons too.. This below is for the Mosquito gives two extra control options , Trim Elevator Nose Up 1/4 and Trim Elevator Nose Down 1/4, to use instead of the originals -- ------------------------------------------------------------------------------ -- Tail Trim Wheel -------------------------------------------------------------- { cockpit_device_id = devices.CONTROLS, down = device_commands.Button_16, up = device_commands.Button_16, value_down = -1.00, value_up = 0.0, name = _("Trim Elevator Nose Up"), category = _("Flight Control")}, { cockpit_device_id = devices.CONTROLS, down = device_commands.Button_16, up = device_commands.Button_16, value_down = 1.00, value_up = 0.0, name = _("Trim Elevator Nose Down"), category = _("Flight Control")}, -- MOD ADDED HERE { cockpit_device_id = devices.CONTROLS, down = device_commands.Button_16, up = device_commands.Button_16, value_down = -0.25, value_up = 0.0, name = _("Trim Elevator Nose Up 1/4"), category = _("Flight Control")}, { cockpit_device_id = devices.CONTROLS, down = device_commands.Button_16, up = device_commands.Button_16, value_down = 0.25, value_up = 0.0, name = _("Trim Elevator Nose Down 1/4"), category = _("Flight Control")}, -- ---------------------------------------------------------------------------------- There will be a thread in the Mosquito forum where you can thank the original poster.
Arcc Posted Monday at 08:12 AM Author Posted Monday at 08:12 AM Thank you, I will see that. Christian
Terry Dactil Posted Monday at 09:24 AM Posted Monday at 09:24 AM To my untrained analysis of the code, if you don't want to keep the original key binds, then just find the appropriate Button numbers in the default .lua file and reduce their values from +1 and -1 t0 +0.25 and -0.25 or some other reduced value. Good luck.
Solution Arcc Posted Wednesday at 01:55 PM Author Solution Posted Wednesday at 01:55 PM Your method works very well. I still have to find the setting that suits me. Re thank you Christian
-Rudel- Posted 17 hours ago Posted 17 hours ago Hi, we'll look into adjusting the speed. https://magnitude-3.com/ https://www.facebook.com/magnitude3llc https://www.youtube.com/@magnitude_3 i9 13900K, 128GB RAM, RTX 4090, Win10Pro, 2 x 2TB SSD, 1 x 15TB SSD U.2 i9 10980XE, 128GB RAM, RTX 3090Ti, Win10 Pro, 2 x 256GB SSD, 4 x 512GB SSD RAID 0, 6 x 4TB HDD RAID 6, 9361-8i RAID Controller i7 4960X, 64GB RAM, GTX Titan X Black, Win10 Pro, 512GB PCIe SSD, 2 x 256GB SSD
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now