This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Mirror right toe brake axis to left toe brake axis | |
| -- For whitelisted aircraft only | |
| local SCRIPT_NAME = "wheel_brakes_legacy" | |
| -- Add supported .acf filenames here | |
| local whitelisted_acf = { | |
| "A330.acf", | |
| -- "Some_Other_Aircraft.acf", | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- progressive_brakes.lua | |
| -- XP12 + FlyWithLua | |
| -- Progressive both-brakes command for whitelisted aircraft only | |
| -- Includes double-tap brake hold | |
| local SCRIPT_NAME = "progressive_brakes" | |
| ------------------------------------------------------------ | |
| -- User configuration | |
| ------------------------------------------------------------ |