mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
Add many comments for axis and multi switches...
This commit is contained in:
parent
702c0e1a18
commit
4995c73c65
@ -230,10 +230,10 @@ ExportScript.ConfigArguments =
|
|||||||
-- Electrosystem
|
-- Electrosystem
|
||||||
[219] = "%1d", -- Battery
|
[219] = "%1d", -- Battery
|
||||||
[220] = "%1d", -- Starter/Stdby GEN
|
[220] = "%1d", -- Starter/Stdby GEN
|
||||||
[218] = "%.1f", -- DC Voltmeter Selector
|
[218] = "%.1f", -- DC Voltmeter Selector BAT, MAIN GEN, STBY GEN, ESS BUS, NON-ESS BUS {0.0,0.1,0.2,0.3,0.4}
|
||||||
[221] = "%1d", -- Non Essential bus
|
[221] = "%1d", -- Non Essential bus
|
||||||
[214] = "%.1f", -- AC Voltmeter Selector
|
[214] = "%.1f", -- AC Voltmeter Selector AB, AC PHASE, BC {0.0,0.1,0.2}
|
||||||
[215] = "%1d", -- Inverter
|
[215] = "%1d", -- Inverter MAIN/OFF/SPARE {-1.0,0.0,1.0}
|
||||||
-- Electrosystem circuit breakers
|
-- Electrosystem circuit breakers
|
||||||
-- Essential BUS. line 1
|
-- Essential BUS. line 1
|
||||||
[285] = "%1d", -- CB IFF APX 1 (N/F)
|
[285] = "%1d", -- CB IFF APX 1 (N/F)
|
||||||
@ -326,8 +326,8 @@ ExportScript.ConfigArguments =
|
|||||||
[81] = "%1d", -- Main Fuel
|
[81] = "%1d", -- Main Fuel
|
||||||
[240] = "%1d", -- Test Fuel Gauge
|
[240] = "%1d", -- Test Fuel Gauge
|
||||||
--Transponder APX-72
|
--Transponder APX-72
|
||||||
[58] = "%.1f", -- Code
|
[58] = "%.1f", -- Code ZERO/B/A/HOLD input{-1.0,0.0,1.0} output{0.0,0.1,0.2,0.3}
|
||||||
[59] = "%.1f", -- Master
|
[59] = "%.1f", -- Master OFF/STBY/LOW/NOMR/EMER {0.0,0.1,0.2,0.3,0.4}
|
||||||
[60] = "%1d", -- Audio/light
|
[60] = "%1d", -- Audio/light
|
||||||
|
|
||||||
[61] = "%1d", -- Test M-1 {-1, 0, 1}
|
[61] = "%1d", -- Test M-1 {-1, 0, 1}
|
||||||
@ -340,24 +340,24 @@ ExportScript.ConfigArguments =
|
|||||||
-- IFF
|
-- IFF
|
||||||
[67] = "%1d", -- IFF On/Out
|
[67] = "%1d", -- IFF On/Out
|
||||||
|
|
||||||
[68] = "%1d", -- MODE1-WHEEL1
|
[68] = "%.2f", -- MODE1-WHEEL1 0/1/2/3 {0.0,0.33,0.66,0.99}
|
||||||
[69] = "%1d", -- MODE1-WHEEL2
|
[69] = "%.2f", -- MODE1-WHEEL2 0/1/2/3/4/5/6/7 {0.0,0.11,0.22,0.33,0.44,0.55,0.66,0.77}
|
||||||
|
|
||||||
[70] = "%1d", -- "MODE3A-WHEEL1
|
[70] = "%.2f", -- MODE3A-WHEEL1 0/1/2/3/4/5/6/7 {0.0,0.11,0.22,0.33,0.44,0.55,0.66,0.77}
|
||||||
[71] = "%1d", -- "MODE3A-WHEEL2
|
[71] = "%.2f", -- MODE3A-WHEEL2 0/1/2/3/4/5/6/7 {0.0,0.11,0.22,0.33,0.44,0.55,0.66,0.77}
|
||||||
[72] = "%1d", -- "MODE3A-WHEEL3
|
[72] = "%.2f", -- MODE3A-WHEEL3 0/1/2/3/4/5/6/7 {0.0,0.11,0.22,0.33,0.44,0.55,0.66,0.77}
|
||||||
[73] = "%1d", -- "MODE3A-WHEEL4
|
[73] = "%.2f", -- MODE3A-WHEEL4 0/1/2/3/4/5/6/7 {0.0,0.11,0.22,0.33,0.44,0.55,0.66,0.77}
|
||||||
|
|
||||||
[74] = "%.4f", -- Reply test, Axis
|
[74] = "%.4f", -- Reply test, (Axis) {0.0,1.0} in 0.1 steps
|
||||||
[78] = "%1d", -- Reply test, Button
|
[78] = "%1d", -- Reply test, Button
|
||||||
|
|
||||||
[75] = "%.4f", -- Test test, Axis
|
[75] = "%.4f", -- Test test, (Axis) {0.0,1.0} in 0.1 steps
|
||||||
[79] = "%1d", -- Test test, Button
|
[79] = "%1d", -- Test test, Button
|
||||||
|
|
||||||
[130] = "%1d", -- Winding/Adjustment Clock, Axis ??
|
[130] = "%1d", -- Winding/Adjustment Clock (Axis) {0.0,1.0} in 0.04 steps
|
||||||
[131] = "%1d", -- Winding/Adjustment Clock, Button ??
|
[131] = "%1d", -- Winding/Adjustment Clock, Button
|
||||||
-- ENGINE INTERFACE
|
-- ENGINE INTERFACE
|
||||||
[250] = "%.4f", -- Throttle {-1.0, 0.4}
|
[250] = "%.4f", -- Throttle (Axis) {-1.0, 0.4} in -0.1 steps
|
||||||
[206] = "%1d", -- Throttle Stop
|
[206] = "%1d", -- Throttle Stop
|
||||||
|
|
||||||
[84] = "%1d", -- De-Ice On/Off
|
[84] = "%1d", -- De-Ice On/Off
|
||||||
@ -371,90 +371,90 @@ ExportScript.ConfigArguments =
|
|||||||
-- ADI OPERATOR
|
-- ADI OPERATOR
|
||||||
-- Copilot's attutude indicator
|
-- Copilot's attutude indicator
|
||||||
[140] = "%1d", -- Cage Copilot's Attitude Indicator, Button
|
[140] = "%1d", -- Cage Copilot's Attitude Indicator, Button
|
||||||
[146] = "%.4f", -- Attitude Indicator Pitch Trim Knob, Axis
|
[146] = "%.4f", -- Attitude Indicator Pitch Trim Knob (Axis) {0.0,1.0} in 0.1 steps
|
||||||
-- ADI PILOT
|
-- ADI PILOT
|
||||||
[145] = "%.4f", -- Attitude Indicator Pitch Trim Knob, Axis
|
[145] = "%.4f", -- Attitude Indicator Pitch Trim Knob (Axis) {0.0,1.0} in 0.1 steps
|
||||||
[144] = "%.4f", -- Attitude Indicator Roll Trim Knob, Axis
|
[144] = "%.4f", -- Attitude Indicator Roll Trim Knob (Axis) {0.0,1.0} in 0.1 steps
|
||||||
-- AAU32
|
-- AAU32
|
||||||
-- Copilot's altimeter
|
-- Copilot's altimeter
|
||||||
[172] = "%.4f", -- Pressure Adjustment, Axis
|
[172] = "%.4f", -- Pressure Adjustment (Axis) {0.0,1.0} in 0.2 steps
|
||||||
-- AAU7
|
-- AAU7
|
||||||
-- Pilot's altimeter
|
-- Pilot's altimeter
|
||||||
[181] = "%.4f", -- Pressure Adjustment, Axis
|
[181] = "%.4f", -- Pressure Adjustment (Axis) {0.0,1.0} in 0.2 steps
|
||||||
-- VHF ARC-134
|
-- VHF ARC-134
|
||||||
[6] = "%1d", -- Comm Test Button
|
[6] = "%1d", -- Comm Test Button
|
||||||
[7] = "%1d", -- Frequency MHz / Power. Right mouse click to cycle power. Rotate mouse wheel to change frequency value, Button
|
[7] = "%1d", -- Frequency MHz / Power. Right mouse click to cycle power. Rotate mouse wheel to change frequency value, Button {0.85, 1.0}
|
||||||
[5] = "%.4f", -- Frequency MHz / Power. Right mouse click to cycle power. Rotate mouse wheel to change frequency value, Axis
|
[5] = "%.1f", -- Frequency MHz / Power. Right mouse click to cycle power. Rotate mouse wheel to change frequency value (Axis) {0.0, 1.0} in 0.1 Steps
|
||||||
[8] = "%1d", -- Frequency kHz / Volume. Rotate mouse wheel to change frequency value. Left or Right click to adjust volume, Button
|
[8] = "%.2f", -- Frequency kHz / Volume. Rotate mouse wheel to change frequency value. Left or Right click to adjust volume (Axis) {0.0, 0.65} in 0.15 Steps
|
||||||
[9] = "%.4f", -- Frequency kHz / Volume. Rotate mouse wheel to change frequency value. Left or Right click to adjust volume, Axis
|
[9] = "%.1f", -- Frequency kHz / Volume. Rotate mouse wheel to change frequency value. Left or Right click to adjust volume (Axis) {0.0, 1.0} in 0.1 Steps
|
||||||
-- Intercom Control Panel
|
-- Intercom Control Panel
|
||||||
[29] = "%.4f", -- Intercom volume {0.3,1.0}
|
[29] = "%.4f", -- Intercom volume (Axis) {0.3,1.0} in 0.1 Steps
|
||||||
[23] = "%1d", -- VHF AM Radio Receiver
|
[23] = "%1d", -- VHF AM Radio Receiver
|
||||||
[24] = "%1d", -- UHF Radio Receiver
|
[24] = "%1d", -- UHF Radio Receiver
|
||||||
[25] = "%1d", -- VHF FM Radio Receiver
|
[25] = "%1d", -- VHF FM Radio Receiver
|
||||||
[26] = "%1d", -- Receiver 4 N/F
|
[26] = "%1d", -- Receiver 4 N/F
|
||||||
[27] = "%1d", -- INT Receiver
|
[27] = "%1d", -- INT Receiver
|
||||||
[28] = "%1d", -- Receiver NAV
|
[28] = "%1d", -- Receiver NAV
|
||||||
[30] = "%.1f", -- Intercom Mode (PVT - hot line; INT - interphone; 1 - VHF FM transmitter; 2 - UHF transmitter; 3 - VHF AM transmitter; 4 - Not used)
|
[30] = "%.1f", -- Intercom Mode (PVT - hot line; INT - interphone; 1 - VHF FM transmitter; 2 - UHF transmitter; 3 - VHF AM transmitter; 4 - Not used) {0.0,0.1,0.2,0.3,0.4,0.5}
|
||||||
[194] = "%.1f", -- Radio/ICS
|
[194] = "%.1f", -- Radio/ICS
|
||||||
-- ARC 51BX UHF Raido
|
-- ARC 51BX UHF Raido
|
||||||
[16] = "%.1f", -- Preset Channel Selector
|
[16] = "%.2f", -- Preset Channel Selector 1/2/.../19/20 {0.0,0.05,...,0.90,0.95}
|
||||||
[18] = "%.4f", -- 10 MHz Selector, Axis
|
[18] = "%.4f", -- 10 MHz Selector (Axis) {0.0,1.0} in 0.1 Steps
|
||||||
[19] = "%.4f", -- 1 MHz Selector, Axis
|
[19] = "%.4f", -- 1 MHz Selector (Axis) {0.0,1.0} in 0.1 Steps
|
||||||
[20] = "%.4f", -- 50 kHz Selector, Axis
|
[20] = "%.4f", -- 50 kHz Selector (Axis) {0.0,1.0} in 0.1 Steps
|
||||||
|
|
||||||
[15] = "%.1f", -- Frequency Mode Dial
|
[15] = "%.1f", -- Frequency Mode Dial {0.0,0.1,0.2}
|
||||||
[17] = "%.1f", -- Function Dial
|
[17] = "%.1f", -- Function Dial {0.0,0.1,0.2,0.3}
|
||||||
[22] = "%1d", -- Squelch
|
[22] = "%1d", -- Squelch
|
||||||
[21] = "%.4f", -- Volume, Axis
|
[21] = "%.4f", -- Volume (Axis) {0.0,1.0} in 0.1 Steps
|
||||||
-- VHF ARC 131
|
-- VHF ARC 131
|
||||||
[31] = "%.1f", -- Frequency Tens MHz
|
[31] = "%.1f", -- Frequency Tens MHz {0.3,0.4,0.5,0.6,0.7}
|
||||||
[32] = "%.1f", -- Frequency Ones MHz
|
[32] = "%.1f", -- Frequency Ones MHz {0.0,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9}
|
||||||
[33] = "%.1f", -- Frequency Decimals MHz
|
[33] = "%.1f", -- Frequency Decimals MHz {0.0,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9}
|
||||||
[34] = "%.1f", -- Frequency Hundredths MHz
|
[34] = "%.1f", -- Frequency Hundredths MHz {0.0,0.1}
|
||||||
[35] = "%.1f", -- Mode OFF/TR/RETRAN(N/F)/HOME(N/F)
|
[35] = "%.1f", -- Mode OFF/TR/RETRAN(N/F)/HOME(N/F) {0.0,0.1,0.2,0.3}
|
||||||
[36] = "%.1f", -- quelch Mode
|
[36] = "%.1f", -- quelch Mode {0.0,0.1,0.2}
|
||||||
[37] = "%.4f", -- Volume, Axis
|
[37] = "%.4f", -- Volume (Axis) {0.0,1.0} in 0.1 Steps
|
||||||
-- ARN-82
|
-- ARN-82
|
||||||
[52] = "%1d", -- Frequency MHz / Power. Right mouse click to cycle power. Rotate mouse wheel to change frequency value, Button
|
[52] = "%1d", -- Frequency MHz / Power. Right mouse click to cycle power. Rotate mouse wheel to change frequency value, Button {0.8, 1.0}
|
||||||
[51] = "%.4f", -- Frequency MHz / Power. Right mouse click to cycle power. Rotate mouse wheel to change frequency value, Axis
|
[51] = "%.4f", -- Frequency MHz / Power. Right mouse click to cycle power. Rotate mouse wheel to change frequency value (Axis) {0.0,1.0} in 0.1 Steps
|
||||||
[53] = "%1d", -- Frequency kHz / Volume. Rotate mouse wheel to change frequency value. Left or Right click to adjust volume, Button
|
[53] = "%.4f", -- Frequency kHz / Volume. Rotate mouse wheel to change frequency value. Left or Right click to adjust volume (Axis) {0.0, 0.65} in 0.15 Steps
|
||||||
[54] = "%.4f", -- Frequency kHz / Volume. Rotate mouse wheel to change frequency value. Left or Right click to adjust volume, Axis
|
[54] = "%.4f", -- Frequency kHz / Volume. Rotate mouse wheel to change frequency value. Left or Right click to adjust volume (Axis) {0.0,1.0} in 0.1 Steps
|
||||||
-- Marker beakon
|
-- Marker beakon
|
||||||
[57] = "%.4f", -- Marker beacon On/Off/Volume
|
[57] = "%.4f", -- Marker beacon On/Off/Volume (Axis) {0.0,1.0} in 0.1 Steps
|
||||||
[55] = "%1d", -- Marker beacon sensing
|
[55] = "%1d", -- Marker beacon sensing
|
||||||
-- AN/ARN-83
|
-- AN/ARN-83
|
||||||
[42] = "%.1f", -- ADF Loop Antenna speed {0.1,0.3}
|
[42] = "%.1f", -- ADF Loop Antenna speed Left/Nom/Right {0.1,0.2,0.3}
|
||||||
[41] = "%1d", -- BFO (N/F)
|
[41] = "%1d", -- BFO (N/F)
|
||||||
[43] = "%1d", -- Gain control / Mode. Right mouse click to cycle mode. Rotate mouse wheel to adjust gain, Button
|
[43] = "%.1f", -- Gain control / Mode. Right mouse click to cycle mode. Rotate mouse wheel to adjust gain (Axis) OFF/ADF/ANT/LOOP {0.0,0.3} in 0.1 Steps
|
||||||
[44] = "%.4f", -- Gain control / Mode. Right mouse click to cycle mode. Rotate mouse wheel to adjust gain, Axis
|
[44] = "%.4f", -- Gain control / Mode. Right mouse click to cycle mode. Rotate mouse wheel to adjust gain (Axis) {0.0,1.0} in 0.1 Steps
|
||||||
[38] = "%1d", -- Tune control / Band selection. Right mouse click to select a band. Rotate mouse wheel to adjust tune, Button
|
[38] = "%1d", -- Tune control / Band selection. Right mouse click to select a band. Rotate mouse wheel to adjust tune (Axis) 190/400/800 {-1.0,0.0,1.0}
|
||||||
[39] = "%.4f", -- Tune control / Band selection. Right mouse click to select a band. Rotate mouse wheel to adjust tune, Axis
|
[39] = "%.4f", -- Tune control / Band selection. Right mouse click to select a band. Rotate mouse wheel to adjust tune (Axis) {0.0,1.0} in 0.1 Steps
|
||||||
-- Nav lights
|
-- Nav lights
|
||||||
[222] = "%.1f", -- Navigation lights
|
[222] = "%.1f", -- Navigation lights, OFF/1/2/3/4/BRT {0.0,0.1,0.2,0.3,0.4,0.5}
|
||||||
[223] = "%1d", -- Position Lights, STEADY/OFF/FLASH
|
[223] = "%1d", -- Position Lights, STEADY/OFF/FLASH {-1.0,0.0,1.0}
|
||||||
[224] = "%1d", -- Position Lights, DIM/BRIGHT
|
[224] = "%1d", -- Position Lights, DIM/BRIGHT
|
||||||
[225] = "%1d", -- Anti-Collision Lights, ON/OFF
|
[225] = "%1d", -- Anti-Collision Lights, ON/OFF
|
||||||
[202] = "%1d", -- Landing Light
|
[202] = "%1d", -- Landing Light
|
||||||
[201] = "%1d", -- Search Light
|
[201] = "%1d", -- Search Light
|
||||||
[205] = "%1d", -- Landing Light Ctrl
|
[205] = "%1d", -- Landing Light Ctrl
|
||||||
-- Light System
|
-- Light System
|
||||||
[230] = "%.4f", -- Overhead Console Panel Lights Brightness Rheostat, Axis
|
[230] = "%.4f", -- Overhead Console Panel Lights Brightness Rheostat (Axis) {0.0,1.0} in 0.2 Steps
|
||||||
[231] = "%.4f", -- Pedestal Lights Brightness Rheostat, Axis
|
[231] = "%.4f", -- Pedestal Lights Brightness Rheostat (Axis) {0.0,1.0} in 0.2 Steps
|
||||||
[232] = "%.4f", -- Secondary Instrument Lights Brightness Rheostat, Axis
|
[232] = "%.4f", -- Secondary Instrument Lights Brightness Rheostat (Axis) {0.0,1.0} in 0.2 Steps
|
||||||
[233] = "%.4f", -- Engine Instrument Lights Brightness Rheostat, Axis
|
[233] = "%.4f", -- Engine Instrument Lights Brightness Rheostat (Axis) {0.0,1.0} in 0.2 Steps
|
||||||
[234] = "%.4f", -- Copilot Instrument Lights Brightness Rheostat, Axis
|
[234] = "%.4f", -- Copilot Instrument Lights Brightness Rheostat (Axis) {0.0,1.0} in 0.2 Steps
|
||||||
[235] = "%.4f", -- Pilot Instrument Lights Brightness Rheostat, Axis
|
[235] = "%.4f", -- Pilot Instrument Lights Brightness Rheostat (Axis) {0.0,1.0} in 0.2 Steps
|
||||||
[226] = "%1d", -- Dome Light Ctrl
|
[226] = "%1d", -- Dome Light Ctrl
|
||||||
-- HEATING SYSTEM
|
-- HEATING SYSTEM
|
||||||
[236] = "%.1f", -- Bleed Air
|
[236] = "%.1f", -- Bleed Air, OFF/1/2/3/4 {0.0,0.1,0.2,0.3,0.4}
|
||||||
-- GCI(ID-998/ASN)
|
-- GCI(ID-998/ASN)
|
||||||
[163] = "%.4f", -- Heading Set Knob, Axis
|
[163] = "%.4f", -- Heading Set Knob (Axis) {0.0,1.0} in 0.1 Steps
|
||||||
[161] = "%.4f", -- Compass Synchronizing, Axis
|
[161] = "%.4f", -- Compass Synchronizing (Axis) {0.0,1.0} in 0.05 Steps
|
||||||
[164] = "%1d", -- ADF/VOR control
|
[164] = "%1d", -- ADF/VOR control
|
||||||
[241] = "%1d", -- DG/Slave gyro mode
|
[241] = "%1d", -- DG/Slave gyro mode
|
||||||
-- COURSE IND
|
-- COURSE IND
|
||||||
[155] = "%.4f", -- Course select knob, Axis
|
[155] = "%.4f", -- Course select knob (Axis) {0.0,1.0} in 0.1 Steps
|
||||||
-- weapon system
|
-- weapon system
|
||||||
[252] = "%1d", -- Armed/Safe/Off
|
[252] = "%1d", -- Armed/Safe/Off
|
||||||
[253] = "%1d", -- Left/Right/All
|
[253] = "%1d", -- Left/Right/All
|
||||||
@ -464,16 +464,16 @@ ExportScript.ConfigArguments =
|
|||||||
[259] = "%1d", -- Jettison Cover
|
[259] = "%1d", -- Jettison Cover
|
||||||
[260] = "%1d", -- Jettison
|
[260] = "%1d", -- Jettison
|
||||||
-- sighting station
|
-- sighting station
|
||||||
[281] = "%.4f", -- Sighting Station Intensity
|
[281] = "%.4f", -- Sighting Station Intensity (Axis) {0.0,1.0} in 0.1 Steps
|
||||||
[408] = "%1d", -- Sighting Station Lamp Switch BACKUP/OFF/MAIN
|
[408] = "%1d", -- Sighting Station Lamp Switch BACKUP/OFF/MAIN {-1.0,0.0,1.0}
|
||||||
|
|
||||||
[0] = "%1d", -- Pilot Sight Armed/Safe ??
|
--[0] = "%1d", -- Pilot Sight Armed/Safe ??
|
||||||
[439] = "%1d", -- Pilot Sight On/Off
|
[439] = "%1d", -- Pilot Sight On/Off
|
||||||
[440] = "%.4f", -- Pilot Sighting Station Intensity, Axis
|
[440] = "%.4f", -- Pilot Sighting Station Intensity (Axis) {0.0,1.0} in 0.1 Steps
|
||||||
[441] = "%.4f", -- Sight Elevation, Axis
|
[441] = "%.4f", -- Sight Elevation (Axis) {-1.0,1.0} in 0.1 Steps
|
||||||
-- Windshield Wipers
|
-- Windshield Wipers
|
||||||
[227] = "%1d", -- Pilot/Both/Operator
|
[227] = "%1d", -- Pilot/Both/Operator {-1.0,0.0,1.0}
|
||||||
[229] = "%.1f", -- Wipers Speed
|
[229] = "%.1f", -- Wipers Speed PARK/OFF/LOW/MED/HIGH input{-1.0,0.0,1.0} output{0.0,0.1,0.2,0.3,0.4}
|
||||||
-- Stick
|
-- Stick
|
||||||
[189] = "%1d", -- Force Trim ON/OFF (Pilot)
|
[189] = "%1d", -- Force Trim ON/OFF (Pilot)
|
||||||
[193] = "%1d", -- Force Trim ON/OFF (CoPilot)
|
[193] = "%1d", -- Force Trim ON/OFF (CoPilot)
|
||||||
@ -485,14 +485,14 @@ ExportScript.ConfigArguments =
|
|||||||
[464] = "%1d", -- Flare Dispense
|
[464] = "%1d", -- Flare Dispense
|
||||||
[457] = "%1d", -- Armed lamp Test
|
[457] = "%1d", -- Armed lamp Test
|
||||||
[453] = "%1d", -- Flare counter Reset. Rotate mouse wheel to set Number, Button
|
[453] = "%1d", -- Flare counter Reset. Rotate mouse wheel to set Number, Button
|
||||||
[452] = "%.4f", -- Flare counter Reset. Rotate mouse wheel to set Number, Axis
|
[452] = "%.4f", -- Flare counter Reset. Rotate mouse wheel to set Number (Axis) {0.0,1.0} in 0.2 Steps
|
||||||
[455] = "%1d", -- Chaff counter Reset. Rotate mouse wheel to set Number, Button
|
[455] = "%1d", -- Chaff counter Reset. Rotate mouse wheel to set Number, Button
|
||||||
[454] = "%.4f", -- Chaff counter Reset. Rotate mouse wheel to set Number, Axis
|
[454] = "%.4f", -- Chaff counter Reset. Rotate mouse wheel to set Number (Axis) {0.0,1.0} in 0.2 Steps
|
||||||
-- Radar Altimeter
|
-- Radar Altimeter
|
||||||
[449] = "%1d", -- Radar Altimeter Power
|
[449] = "%1d", -- Radar Altimeter Power
|
||||||
[445] = "%.4f", -- Turn On. Low Set.
|
[445] = "%.4f", -- Turn On. Low Set.
|
||||||
[446] = "%1d", -- Test / Hight Set. Left mouse click to Test. Rotate mouse wheel to set Hight, Button
|
[446] = "%1d", -- Test / Hight Set. Left mouse click to Test. Rotate mouse wheel to set Hight, Button
|
||||||
[464] = "%1d", -- Test / Hight Set. Left mouse click to Test. Rotate mouse wheel to set Hight, Axis
|
[464] = "%.4f", -- Test / Hight Set. Left mouse click to Test. Rotate mouse wheel to set Hight (Axis) {0.0,1.0} in 0.2 Steps
|
||||||
-- Doors
|
-- Doors
|
||||||
[419] = "%1d", -- Open Left Doors
|
[419] = "%1d", -- Open Left Doors
|
||||||
[421] = "%1d" -- Open Right Doors
|
[421] = "%1d" -- Open Right Doors
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user