-
Notifications
You must be signed in to change notification settings - Fork 11
7 Advanced Customization
Alessandro Apostoli edited this page Apr 26, 2020
·
7 revisions
In addition to adding/customizing Model specific parameter page files, it is possible to remove and replace the default files using the same technique as discussed in the Customization page. The locations of these files is shown in the next section.
Be sure to run the luagcs_compiler.lua script in the SCRIPTS/TOOLS directory after making changes.
| applied to all frames | applied to all models | Horus path | Taranis path | |
|---|---|---|---|---|
|
Global files: default_params.lua default_commands.lua |
yes | yes | /SCRIPTS/TOOLS/yaapu | /SCRIPTS/TOOLS/yaapu |
|
Frame specific tuning files: plane_tune.lua copter_tune.lua, etc |
no | yes | /SCRIPTS/TOOLS/yaapu | /SCRIPTS/TOOLS/yaapu |
|
Frame specific param/command files: plane_params_1.lua copter_params_1.lua, etc |
no | yes | /SCRIPTS/YAAPU/CFG | /MODELS/yaapu |
|
Model specific param/command files: modelname_params_x.lua modelname_commands_x.lua |
yes | no | /SCRIPTS/YAAPU/CFG | /MODELS/yaapu |
| Yaapu GCS.lua | /SCRIPTS/TOOLS | /SCRIPTS/TOOLS | ||
| luagcs_compiler.lua | /SCRIPTS | /SCRIPTS |