This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
projects:a4sim:joystickoverridedatarefs [2020/01/24 22:44] dwheele created |
projects:a4sim:joystickoverridedatarefs [2020/02/01 23:47] (current) dwheele |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| X-Plane has a means which allows several main controls to override the configured Joystick. For example, Aileron, Elevator, Rudder. | X-Plane has a means which allows several main controls to override the configured Joystick. For example, Aileron, Elevator, Rudder. | ||
| + | Make sure that the type of the value for the Sim is **boolean**. | ||
| + | Currently, I set these to 1 when the XpluginEnable is called, to 0 when XpluginDisable is called. | ||
| + | |||
| + | * sim/ | ||
| + | * sim/ | ||
| + | |||
| + | ^Override Dataref^Overrides this^Notes^ | ||
| + | ^sim/ | ||
| + | ^sim/ | ||
| + | ^sim/ | ||
| + | ^sim/ | ||
| + | ^sim/ | ||
| + | |||
| + | |||
| + | The throttle joystick moves the value of throttle_ratio_all, | ||
| + | |||
| + | |||
| + | sim/ | ||
| + | sim/ | ||