Thrustmaster TARGET Script Editor Basics

Опубликовано: 16 Июнь 2026
на канале: DCS Tutorial
7,025
101

**I forgot to mention: If you'd like to bind an LED AND button press to a button on your stick, you'll need to use the "CHAIN" function. Example:
MapKey(&Joystick, TG1, CHAIN(DX1, LED(&Throttle, LED_ONOFF, LED_CURRENT+LED5)));
MapKeyR(&Joystick, TG1, LED(&Throttle, LED_ONOFF, LED_CURRENT-LED5));
*Also, LED0 turns the backlight on and off

0:00 - Intro
0:14 - Install
0:52 - User Interface
2:21 - Create folder for file
2:49 - Create new file
3:35 - Exclude code
5:25 - Bind axes
7:43 - Save file
8:03 - Testing axis
8:21 - Bind virtual buttons
11:29 - Bind keyboard buttons
13:46 - Increase amount of virtual buttons to 120
16:46 - Rotate axis
18:47 - LEDs

TARGET Install/Manual (Scroll down and click software) - https://support.thrustmaster.com/en/p...
Increase number of virtual buttons - https://www.digitalcombatsimulator.co...

Configure(&Throttle, MODE_EXCLUDED);
Configure(&Joystick, MODE_EXCLUDED);
Configure(&JoystickF18, MODE_EXCLUDED);
Configure(&LMFD, MODE_EXCLUDED);
Configure(&RMFD, MODE_EXCLUDED);
Configure(&HCougar, MODE_EXCLUDED);
Configure(&T16000, MODE_EXCLUDED);
Configure(&T16000L, MODE_EXCLUDED);
Configure(&TWCSThrottle, MODE_EXCLUDED);
Configure(&TFRPRudder, MODE_EXCLUDED);
Configure(&A320Pilot, MODE_EXCLUDED);
Configure(&A320Copilot, MODE_EXCLUDED);
Configure(&TCAQuadrant12, MODE_EXCLUDED);
Configure(&TCAQuadrant34, MODE_EXCLUDED);
Configure(&TFRPHARudder, MODE_EXCLUDED);