Skip to content

Commit b93742e

Browse files
committed
Working on DCS 2.9. First test
1 parent 34bd524 commit b93742e

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Cockpit/Scripts/Systems/uhf_radio.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dofile(LockOn_Options.script_path.."devices.lua")
55
dofile(LockOn_Options.script_path.."command_defs.lua")
66

77

8-
debug = true
8+
debug = false
99

1010
local gettext = require("i_18n")
1111
_ = gettext.translate

Cockpit/Scripts/command_defs.lua

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,6 @@ flir_commands =
743743
-- iCommandPlane_HOTAS_PinkySwitchAft 569
744744
-- iCommandPlaneIntercomINTIncrease 1162
745745
-- iCommandGroundPowerAC 710
746-
-- iCommandCockpitCursorVerticalAbs 2039
747746
-- iCommandViewLocomotivesToggle 348
748747
-- iCommandHelicopter_PPR_button_DIR_up 305
749748
-- iCommandPlaneCMSP_MWS_MENU 1334
@@ -872,7 +871,6 @@ flir_commands =
872871
-- iCommandViewFromTo 185
873872
-- iCommandPlaneShowKneeboard 1587
874873
-- iCommandPlaneUFC_SEL_UP 1318
875-
-- iCommandCockpitCursorVertical 2037
876874
-- iCommandPlane_ILS_Volume_Decrease 1443
877875
-- iCommandThrottle2Increase 1038
878876
-- iCommandPlane_I251_Background_WhiteBlack 846
@@ -1222,7 +1220,6 @@ flir_commands =
12221220
-- iCommandHelicopter_Engine_Temperature_Control 822
12231221
-- iCommandHelicopter_Selected_Engine_interrupt_start 597
12241222
-- iCommandPlaneBase_Distance 2040
1225-
-- iCommandCockpitCursorHorizontalAbs 2038
12261223
-- iCommandHUDTest 748
12271224
-- iCommandAccelerate 53
12281225
-- iCommandPlaneEmerFlightControl 1114
@@ -1809,7 +1806,6 @@ flir_commands =
18091806
-- iCommandPlaneCDU_7 1248
18101807
-- iCommandPlaneNavLights_CodeModeOn 519
18111808
-- iCommandHSI_CourseRotaryLeft 764
1812-
-- iCommandCockpitClickOn 361
18131809
-- iCommandViewPlaneAndGround 134
18141810
-- iCommandViewLaserChangeCode 1561
18151811
-- iCommandViewAWACSInfoPathButton 2104
@@ -2283,7 +2279,6 @@ flir_commands =
22832279
-- iCommandDebriefing 1537
22842280
-- iCommandViewUpSlow 34
22852281
-- iCommandMechClock_LeftLever_Down_up 753
2286-
-- iCommandCockpitCursorHorizontal 2036
22872282
-- iCommandPlane_ABRIS_Brightness_Increase 504
22882283
-- iCommandPlaneHeadLightOnOff 328
22892284
-- iCommandViewSnapView9 405
@@ -2452,3 +2447,11 @@ iCommandPlaneWheelParkingBrake = 855
24522447

24532448
-- iCommandPlane_HOTAS_NoseWheelSteeringButton 562
24542449
-- iCommandPlane_HOTAS_NoseWheelSteeringButtonOff 606
2450+
2451+
-- iCommandCockpitCursorVertical 2037
2452+
-- iCommandCockpitCursorHorizontal 2036
2453+
-- iCommandCockpitCursorHorizontalAbs 2038
2454+
-- iCommandCockpitCursorVerticalAbs 2039
2455+
2456+
-- iCommandCockpitVirtualAxis 2074
2457+
-- iCommandCockpitClickOn 361

bin/avSimplest.dll

60 KB
Binary file not shown.

0 commit comments

Comments
 (0)