User Tools

Site Tools


aircraft:controls

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
aircraft:controls [2018/09/20 11:28] jhaircraft:controls [2018/09/20 11:36] jh
Line 8: Line 8:
  
 Experience shows that it is good practice to sort the click spots within the 'controls.tmd' file similar to how a pilot would scan the cockpit. For example, most airliner overhead panels have columns which are gone through one by one, from top to bottom, starting with the left column. Sorting the click spots in a similar way will make it easier to find a click spot again later. Experience shows that it is good practice to sort the click spots within the 'controls.tmd' file similar to how a pilot would scan the cockpit. For example, most airliner overhead panels have columns which are gone through one by one, from top to bottom, starting with the left column. Sorting the click spots in a similar way will make it easier to find a click spot again later.
 +
 +Example:
 +<code>
 +<[file][][]
 +    <[modelmanager][][]
 +        <[pointer_list_tmcontrol][ControlObjects][]
 +        
 +            // autopilot
 +            <[control_box][AutopilotKeyFD][33]
 +                <[string8][Type][ button ]>
 +                <[vector3_float64][R0][ 12.6453291050949 0.2585 -0.13 ]>
 +                <[matrix3_float64][B0][ 0.241921895599668 0.0 0.970295726275997  0.0 1.0 0.0  0.970295726275997 0.0 -0.241921895599668 ]>
 +                <[vector3_float64][Direction][ 0.965926 0.0 -0.258819 ]>
 +                <[control_message][OnPush][]
 +                    <[string8][Message][Autopilot.FlightDirector0]>
 +                    <[string8][Qualifiers][toggle]>
 +                    <[float64][Value][1.0]>
 +                >
 +                <[vector3_float64][Dimensions][0.011 0.013 0.004]>
 +            >
 +            <[control_cylinder][SelectedAirspeed][24]
 +                <[string8][Type][ knob ]>
 +                <[vector3_float64][R0][ 12.6392172575 0.0885 -0.1016476485]>
 +                <[matrix3_float64][B0][ 0.965926 0.0 -0.258819  0.0 1.0 0.0  0.258819 0.0 0.965926 ]>
 +                <[vector3_float64][Direction][ 0.965926 0.0 -0.258819 ]>
 +                <[float64][StepAngle][0.1]>
 +                <[float64][StepDistance][0.02]>
 +                <[control_message][OnPush][]
 +                    <[string8][Message][Autopilot.ManagedSpeed]>
 +                    <[string8][Qualifiers][event]>
 +                    <[float64][Value][1.0]>
 +                >
 +                <[control_message][OnPull][]
 +                    <[string8][Message][Autopilot.Speed]>
 +                    <[string8][Qualifiers][event]>
 +                    <[float64][Value][1.0]>
 +                >
 +                <[control_message][OnRotate][]
 +                    <[string8][Message][Autopilot.SelectedSpeed]>
 +                    <[string8][Qualifiers][step]>
 +                    <[float64][Value][1.0]>
 +                >
 +                <[float64][Radius][0.008]>
 +                <[float64][Length][0.026]>
 +            >
 +
 +            // gear lever
 +            <[control_cylinder][GearLeverKnob][31]
 +                <[string8][Type][ lever toggle ]>
 +                <[vector3_float64][R0][ 12.81048 -0.1424327 -0.4347819 ]>
 +                <[matrix3_float64][B0][ 0.0 1.0 0.0  1.0 0.0 0.0  0.0 0.0 1.0 ]>
 +                <[vector3_float64][Direction][ 0.25882 0.0 0.965926 ]>
 +                <[control_message][OnStep][]
 +                    <[string8][Message][Controls.Gear]>
 +                    <[string8][Qualifiers][step]>
 +                    <[float64][Value][-1.0]>
 +                >
 +                <[float64][Radius][0.012]>
 +                <[float64][Length][0.012]>
 +            >
 +            <[control_box][GearLeverBase][31]
 +                <[string8][Type][ lever toggle base ]>
 +                <[vector3_float64][R0][ 12.83026 -0.1420449 -0.4704933 ]>
 +                <[matrix3_float64][B0][ 0.25882 0.0 0.965926  0.0 1.0 0.0  -0.965926 0.0 0.25882 ]>
 +                <[vector3_float64][Direction][ 0.25882 0.0 0.965926 ]>
 +                <[control_message][OnStep][]
 +                    <[string8][Message][Controls.Gear]>
 +                    <[string8][Qualifiers][step]>
 +                    <[float64][Value][-1.0]>
 +                >
 +                <[vector3_float64][Dimensions][0.05 0.012 0.003]>
 +            >
 +            
 +            
 +        >
 +    >
 +>
 +</code>
aircraft/controls.txt · Last modified: 2019/07/07 17:35 by jh