Flightsimmer84 Posted August 4, 2015 Report Posted August 4, 2015 Hello everybody,I have put the brakes on a button of my joystick. Unfortunately, the braking is very hard. The aircraft is doing to its "knees". How can I make braking smooth? Do I have this little change to the parameters?
Pete Dowson Posted August 4, 2015 Report Posted August 4, 2015 I have put the brakes on a button of my joystick. Unfortunately, the braking is very hard. The aircraft is doing to its "knees". How can I make braking smooth? Do I have this little change to the parameters? Use toe brakes. Pete
Pete Dowson Posted August 6, 2015 Report Posted August 6, 2015 Button=all or nothing Yes but if pressed momentarily, not held down with repeat enabled, you could lessen the fierceness somewhat. Not easy though. Pete
spokes2112 Posted August 9, 2015 Report Posted August 9, 2015 Due to physical limitations I must use a button on the joystick.. Thinking this would be a perfect little LUA project to delve into. A log or linear increase in braking over time, ~2.5 seconds. This would reduce the harshness & give the ability use the momentary action as Pete mentioned above a little more effectively. A much better option than adjusting the .air file (only way to adjust) for each airplane. The brain is pondering... Will give it a go.
spokes2112 Posted August 10, 2015 Report Posted August 10, 2015 Gave it a go with excellent results. It helps out quite a bit when using a button, toggling on/off to get a mixed brake strength. The code is in the User Contributions section. Pete - If you see any glaring problems with this -or- have some ideas to make it better I would be grateful.. A lua beginner.
Pete Dowson Posted August 10, 2015 Report Posted August 10, 2015 Gave it a go with excellent results. It helps out quite a bit when using a button, toggling on/off to get a mixed brake strength. The code is in the User Contributions section. Pete - If you see any glaring problems with this -or- have some ideas to make it better I would be grateful.. A lua beginner. Very good for a "Lua beginner" :-), but I think you should look at using events instead. I've posted some ideas in the thread in User Contributions. Ask questions if you need to. Pete
spokes2112 Posted August 10, 2015 Report Posted August 10, 2015 Thanks Pete! My 1st 3 versions were done inside a single file. I tried just about everything you mentioned ( event.) and just couldn't get it to work reliably. Forgot about event.param. Going to try again. Trying to make it easy on the user side to setup. Thanks! will advise.
spokes2112 Posted August 10, 2015 Report Posted August 10, 2015 BINGO! Thanks for heading me in the right direction! Works great plus it was much easier to integrate more functions...The code is in the User Contributions section at the top replacing the old stuff. Have a great day!
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