User Tools

Site Tools


projects:a4sim:joystickoverridedatarefs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:a4sim:joystickoverridedatarefs [2020/01/29 21:54]
dwheele
projects:a4sim:joystickoverridedatarefs [2020/02/01 23:47] (current)
dwheele
Line 2: Line 2:
  
 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. Currently, I set these to 1 when the XpluginEnable is called, to 0 when XpluginDisable is called.
Line 12: Line 14:
 ^sim/operation/override/override_joystick_pitch (bool)|sim/joystick/yoke_pitch_ratio.|Override just roll control.\\ \\ Use sim/cockpit2/controls/yoke_pitch_ratio| ^sim/operation/override/override_joystick_pitch (bool)|sim/joystick/yoke_pitch_ratio.|Override just roll control.\\ \\ Use sim/cockpit2/controls/yoke_pitch_ratio|
 ^sim/operation/override/override_joystick_heading (bool)|sim/joystick/yoke_heading_ratio|Override just heading (yaw) control (disables auto-coordination).\\ Use sim/cockpit2/controls/yoke_heading_ratio| ^sim/operation/override/override_joystick_heading (bool)|sim/joystick/yoke_heading_ratio|Override just heading (yaw) control (disables auto-coordination).\\ Use sim/cockpit2/controls/yoke_heading_ratio|
-^sim/operation/override/override_throttles|sim/cockpit2/engine/actuators/throttle_ratio_all\\ |Override the throttles. Use ENGN_thro_use[n] (or Deprecated ENGN_thro_override) to control them on override.| +^sim/operation/override/override_throttles|sim/cockpit2/engine/actuators/throttle_ratio_all\\ |Override the throttles. Use sim/flightmodel/engine/ENGN_thro_use[n] (or Deprecated sim/flightmodel/engine/ENGN_thro_override) to control them on override.| 
-^?|sim/cockpit2/engine/actuators/throttle_ratio_all|Throttle position of the handle itself - this controls all the handles at once.|+^sim/operation/override/override_gearbrake|Keyboard "G" control|Override gear and brake status\\ Use sim/cockpit2/controls/gear_handle_down| 
  
 The throttle joystick moves the value of throttle_ratio_all, and other things. After override_throttles is set to 1, you can change throttle by change value of sim/flightmodel/engine/ENGN_thro_override The throttle joystick moves the value of throttle_ratio_all, and other things. After override_throttles is set to 1, you can change throttle by change value of sim/flightmodel/engine/ENGN_thro_override
projects/a4sim/joystickoverridedatarefs.1580334842.txt.gz · Last modified: 2020/01/29 21:54 by dwheele