JESTER / ICEMAN SET COMMANDS (F-14A/B)
Published fixed-value commands from 10000 to 10099 for use by the mission
editor (trigger action "X: Set command", see proxy_device.lua). Because
these use fixed values it is not necessary to rebuild Command.h after
adding/changing values in this range.
SET COMMAND can only accept numerical values >= -1 and <= 1. Several
commands below encode an index into that range using the 0.XX convention
(0.01 = item 1, 0.99 = item 99, 1.00 = item 100).
General / Pilot Commands
10000 — Enable ACM guns, air-to-air
1— enables0— disables (default)
10001 — Carrier landing
1— initiates the carrier landing sequence0— (default)
10002 — Ground landing
1— initiates the ground landing sequence0— (default)
10003 — Case 1 recovery
1— initiates a Case 1 recovery0— (default)
10004 — Pilot VSL (Vertical Scan Lock)
1— commands the pilot to attempt a VSL lock0— (default)
10005 — Wings swept
1— sweeps the wings0— (default)
10006 — Air-to-ground mode
1— selects air-to-ground0— (default)
10007 — Parking brake
1— sets the parking brake0— releases (default)
10008 — Radar weight-on-wheels (WOW)
1— WOW asserted0— (default)
Jester LANTIRN / Targeting
10009 — Jester LANTIRN auto designate
1— disables Jester LANTIRN auto designate0— enables Jester LANTIRN auto designate (default)
10010 — Jester silent
1— silences Jester0— Jester will talk again (default)
10011 — Jester pause
1— disables (pauses) Jester0— reactivates Jester (default)
10012 — Force Jester to track a target by unit name
Special command to force Jester to track a specific target using unit name.
Since SET COMMAND only accepts values >= -1 and <= 1, the following rule
is used:
0.01— track unit namedLantirnTarget010.02— track unit namedLantirnTarget02(… continues …)0.99— track unit namedLantirnTarget991.00— track unit namedLantirnTarget1000— resume Jester state to normal operations
10013 — Force Jester to track a zone
Same as 10012, but Jester tracks zones.
0.01— track zone namedLantirnZone010.02— track zone namedLantirnZone02(… continues …)0.99— track zone namedLantirnZone991.00— track zone namedLantirnZone1000— resume Jester state to normal operations
Note: Commands
10012and10013are exclusive. When Jester is tracking a unit using10012, activating10013forces Jester to stop tracking that unit and start tracking a zone, and vice versa. Using0in either command stops tracking both units and zones.
10014 — Manual designate
Jester will designate manually what is under the LANTIRN cross.
Radio / Navigation
10015 — Tune AN/ARC-182 to a selected channel
- Pass the value as
0.XXwhereXXis the two-digit channel number.
10016 — Tune TACAN channel
Construct the value as s0.XXXY, where:
s— optional-sign; use negative values for A/A and positive for T/RXXX— three-digit channel number (keep the leading zeroes for channels lower than 100)Y—0for X-mode,1for Y-mode
Examples:
0.0630— channel 63X, T/R-0.0081— channel 8Y, A/A
10017 — DEST knob
0.1— WP10.2— WP20.3— WP30.4— FP0.5— IP0.6— ST0.7— HB0.8— MAN
10018 — Select waypoint to enter coords from a trigger zone
💡 This command does no action in the cockpit
0.1— WP10.2— WP20.3— WP30.4— FP0.5— IP0.6— ST0.7— HB0.8— MAN
10019 — Enter coords from trigger zone
Enter coords from a trigger zone for the waypoint selected with 10018 (if none
selected, WP1).
0.01—WaypointZone010.02—WaypointZone02- (… continues …)
0.99—WaypointZone99-0.01—GGWZone01(negative values select GGW zones)- (… continues …)
-0.99—GGWZone99
Jester Systems
10020 — WCS switch
0.1— OFF0.2— STBY0.3— ON0.0— return to automatic
10021 — Run RWR BIT
- No value parameter; runs the RWR built-in test.
10022 — TID range knob
0.1— 25 NM0.2— 50 NM0.3— 100 NM0.4— 200 NM0.5— 400 NM0.0— return to automatic
10023 — Jester Eject
- Commands Jester to eject.
Jester Radar / Air-to-Air
10024 — STT target
0.00— stop force STT track0.01—AirTarget010.02—AirTarget02- (… continues …)
0.99—AirTarget99
10025 — Break lock
- Drops the current track.
10033 — Radar azimuth
- Accepts
-1to1.
10034 — Radar elevation
- Accepts
-1to1.
Jester Weapons
10026 — Weapon station state
Format 0.xy:
x— station number (1–8)y— state:0down (safe),1up (selected)
10027 — Weapon wheel option
0.10— MK-81H0.11— MK-81L0.12— MK-82H0.13— MK-82L0.14— MK-83H0.15— MK-83L0.16— MK-840.17— LAU-100.19— CBU-59A0.20— CBU-59B0.21— CBU-59C0.22— MK-20A0.23— MK-20B0.24— MK-20C0.25— MK-450.26— GBU-100.27— GBU-120.28— GBU-160.29— GBU-240.30— BDU-330.31— TALD0.32— SUU-25
10028 — ATTK MODE knob
0.0— CMPTR TGT0.1— CMPTR IP0.2— CMPTR PLT0.3— MAN
10029 — DLVY MODE switches
Format 0.xy:
x—0STP,1RPLy—0SGL,1PRS
10030 — DLVY INTERVAL
Format 0.xy:
x— first rollery— second roller
10031 — DLVY QTY
Format 0.xy:
x— first rollery— second roller
10032 — MSL launch
- Launches the selected missile.
Jester LANTIRN Zoom
10035 — LANTIRN zoom level
0— auto0.33— wide0.66— narrow1.0— expanded
Iceman (AI Pilot) Commands
10080— set heading (absolute)10081— set heading (relative)10082— set speed (absolute)10083— set speed (relative)10084— set altitude (absolute)10085— set altitude (relative)10086— navigate: fly to steerpoint10087— navigate: orbit steerpoint10088— hold current heading/speed/altitude
Sentinel
10099—PROXY_last_command_sentinel(marks the end of the fixed-value range; not a usable command).