AIRCRAFT GENERAL SYSTEM EVENTS
The event IDs listed here are those that are related to aircraft multiple smaller aircvraft systems, but that don't have so many events associated with them that they require dedicated pages.
Liquid Dropping System
These key events are all related to the Modular Liquid Dropping System. Most of them require the name (or index) of the component that they target. This name is given using the following format:
'[COMPONENT_NAME]'_n
For example:
16383 'Scoop_1'_n (>K:2:LIQUID_DROPPING_SYSTEM_SCOOP_SET)
| Event ID | Key Name | Parameters | Description |
|---|---|---|---|
LIQUID_DROPPING_SYSTEM_DOOR_CLOSE |
KEY_LIQUID_DROPPING_SYSTEM_DOOR_CLOSE |
[0]: Door name (or index) |
Close the named (or indexed) liquid dropping system door. |
LIQUID_DROPPING_SYSTEM_DOOR_COMMAND_GROUP_CLOSE |
KEY_LIQUID_DROPPING_SYSTEM_DOOR_COMMAND_GROUP_CLOSE |
[0]: Door command group index |
Close all the doors that belong to the given command group index. |
LIQUID_DROPPING_SYSTEM_DOOR_COMMAND_GROUP_OPEN |
KEY_LIQUID_DROPPING_SYSTEM_DOOR_COMMAND_GROUP_OPEN |
[0]: Door command group index |
Open all the doors that belong to the given command group index. |
LIQUID_DROPPING_SYSTEM_DOOR_COMMAND_GROUP_SET |
KEY_LIQUID_DROPPING_SYSTEM_DOOR_COMMAND_GROUP_SET |
[0]: Door command group index [1]: Door Target Position (Position 16k) |
Set all the doors that belong to the given command group index to the supplied value, where 0 is fully closed and 16384 is fully open. |
LIQUID_DROPPING_SYSTEM_DOOR_COMMAND_GROUP_TOGGLE |
KEY_LIQUID_DROPPING_SYSTEM_DOOR_COMMAND_GROUP_TOGGLE |
[0]: Door command group index |
Toggle all the doors that belong to the given command group index (so open doors will close and closed doors will open). Note that the initial position is taken from the first door found with the correct command group index, and then the toggled value for that door is applied to all doors, even if their original position was different. |
LIQUID_DROPPING_SYSTEM_DOOR_OPEN |
KEY_LIQUID_DROPPING_SYSTEM_DOOR_OPEN |
[0]: Door name (or index) |
Open the named (or indexed) liquid dropping system door. |
LIQUID_DROPPING_SYSTEM_DOOR_SET |
KEY_LIQUID_DROPPING_SYSTEM_DOOR_SET |
[0]: Door name (or index) [1]: Door Target Position (Position 16k) |
Set the named (or indexed) door to the supplied value, where 0 is fully closed and +16384 is fully open. |
LIQUID_DROPPING_SYSTEM_DOOR_TOGGLE |
KEY_LIQUID_DROPPING_SYSTEM_DOOR_TOGGLE |
[0]: Door name (or index) |
Toggle the named (or indexed) liquid dropping system door (so open doors will close and closed doors will open). |
LIQUID_DROPPING_SYSTEM_SCOOP_CLOSE |
KEY_LIQUID_DROPPING_SYSTEM_SCOOP_CLOSE |
[0]: Scoop name (or index) |
Open the named (or indexed) liquid dropping system scoop. |
LIQUID_DROPPING_SYSTEM_SCOOP_OPEN |
KEY_LIQUID_DROPPING_SYSTEM_SCOOP_OPEN |
[0]: Scoop name (or index) |
Open the named (or indexed) liquid dropping system scoop. |
LIQUID_DROPPING_SYSTEM_SCOOP_SET |
KEY_LIQUID_DROPPING_SYSTEM_SCOOP_SET |
[0]: Scoop name (or index) [1]: Scoop Target Position (Position 16k) |
Set the named (or indexed) scoop to the supplied value, where 0 is fully closed and 16384 is fully open. |
LIQUID_DROPPING_SYSTEM_SCOOP_TOGGLE |
KEY_LIQUID_DROPPING_SYSTEM_SCOOP_TOGGLE |
[0]: Scoop name (or index) |
Toggle the named (or indexed) liquid dropping system scoop (so open scoops will close and closed scoops will open). |
FIREFIGHTING_SCOOP_DOORS |
KEY_FIREFIGHTING_SCOOP_DOORS |
User Defined |
This event is unbound in the simulation and as such can be used for a variety of things depending on aircraft specific model behaviors. |
SPRAY_OFF |
KEY_SPRAY_OFF |
User Defined |
This event is unbound in the simulation and as such can be used for a variety of things depending on aircraft specific model behaviors. |
SPRAY_ON |
KEY_SPRAY_ON |
User Defined |
This event is unbound in the simulation and as such can be used for a variety of things depending on aircraft specific model behaviors. |
SPRAY_TOGGLE |
KEY_SPRAY_TOGGLE |
User Defined |
This event is unbound in the simulation and as such can be used for a variety of things depending on aircraft specific model behaviors. |
SPRAY_SET |
KEY_SPRAY_SET |
User Defined |
This event is unbound in the simulation and as such can be used for a variety of things depending on aircraft specific model behaviors. |
Pneumatics System
These key events are all related to the Modular Pneumatics System. Most of them require the name (or index) of the component that they target. This name is given using the following format:
'[COMPONENT_NAME]'_n
For example:
16384 'Fan_1'_n (>K:2:PNEUMATICS_FAN_SET)
| Event ID | Key Name | Parameters | Description |
|---|---|---|---|
PNEUMATICS_AREA_TEMPERATURE_DEC |
KEY_PNEUMATICS_AREA_TEMPERATURE_DEC |
[0]: Area name (or index) [1]: Value |
Decrements the target temperature of the specified area by the given amount. Value is given in °C. |
PNEUMATICS_AREA_TEMPERATURE_INC |
KEY_PNEUMATICS_AREA_TEMPERATURE_INC |
[0]: Area name (or index) [1]: Value |
Increments the target temperature of the specified area by the given amount. Value is given in °C. |
PNEUMATICS_AREA_TEMPERATURE_SET |
KEY_PNEUMATICS_AREA_TEMPERATURE_SET |
[0]: Area name (or index) [1]: Value |
Sets the target temperature of the specified area to the given amount. Value is given in °C. |
PNEUMATICS_FAN_SET |
KEY_PNEUMATICS_FAN_SET |
[0]: Fan name (or index) [1]: Percent Over 100 |
Sets the the speed of the given fan to the specified ratio where 0 is off and 1 is full power. |
PNEUMATICS_PACK_FLOW_AUTO_OFF |
KEY_PNEUMATICS_PACK_FLOW_AUTO_OFF |
[0]: Pack name (or index) |
Sets the given pack auto flow mode to OFF. |
PNEUMATICS_PACK_FLOW_AUTO_ON |
KEY_PNEUMATICS_PACK_FLOW_AUTO_ON |
[0]: Pack name (or index) |
Sets the given pack auto flow mode to ON. |
PNEUMATICS_PACK_FLOW_AUTO_SET |
KEY_PNEUMATICS_PACK_FLOW_AUTO_SET |
[0]: Pack name (or index) [1]: Bool |
Sets the given pack auto flow mode to ON (1) or OFF (0). |
PNEUMATICS_PACK_FLOW_MODE_HIGH |
KEY_PNEUMATICS_PACK_FLOW_MODE_HIGH |
[0]: Pack name (or index) |
Sets the given pack flow state to HIGH. |
PNEUMATICS_PACK_FLOW_MODE_LOW |
KEY_PNEUMATICS_PACK_FLOW_MODE_LOW |
[0]: Pack name (or index) |
Sets the given pack flow state to LOW. |
PNEUMATICS_PACK_FLOW_MODE_NORM |
KEY_PNEUMATICS_PACK_FLOW_MODE_NORM |
[0]: Pack name (or index) |
Sets the given pack flow state to NORMAL. |
PNEUMATICS_PACK_FLOW_MODE_SET |
KEY_PNEUMATICS_PACK_FLOW_MODE_SET |
[0]: Pack name (or index) [1]: Enum |
Sets the given pack to use a different flow state, where:
|
PNEUMATICS_PACK_OFF |
KEY_PNEUMATICS_PACK_OFF |
[0]: Pack name (or index) |
Turns OFF the given pack. |
PNEUMATICS_PACK_ON |
KEY_PNEUMATICS_PACK_ON |
[0]: Pack name (or index) |
Turns ON the given pack. |
PNEUMATICS_PACK_SET |
KEY_PNEUMATICS_PACK_SET |
[0]: Pack name (or index) [1]: Bool |
Turns the given pack ON (1) or OFF (0) based on the supplied value. |
PNEUMATICS_PACK_TOGGLE |
KEY_PNEUMATICS_PACK_TOGGLE |
[0]: Pack name (or index) |
This can be used to toggle the given pack ON (1) or OFF (0). |
PNEUMATICS_PACKS_FLOW_DEC |
KEY_PNEUMATICS_PACKS_FLOW_DEC |
[0]: Pack name (or index) [1]: Value |
Decrements the flow amount of the specified area by the given amount. Value should be between 0 and 1. |
PNEUMATICS_PACKS_FLOW_INC |
KEY_PNEUMATICS_PACKS_FLOW_INC |
[0]: Pack name (or index) [1]: Value |
Increments the flow amount of the specified area by the given amount. Value should be between 0 and 1. |
PNEUMATICS_PACKS_FLOW_SET |
KEY_PNEUMATICS_PACKS_FLOW_SET |
[0]: Pack name (or index) [1]: Value |
Increments the flow amount of the specified area by the given amount. Value should be between 0 and 1. |
PNEUMATICS_TARGET_CABIN_ALTITUDE_DEC |
KEY_PNEUMATICS_TARGET_CABIN_ALTITUDE_DEC |
[0]: Value |
Decrements the associated pressure target altitude for the whole aircraft by the given amount. Value is in ft. |
PNEUMATICS_TARGET_CABIN_ALTITUDE_INC |
KEY_PNEUMATICS_TARGET_CABIN_ALTITUDE_INC |
[0]: Value |
Increments the associated pressure target altitude for the whole aircraft by the given amount. Value is in ft. |
PNEUMATICS_TARGET_CABIN_ALTITUDE_SET |
KEY_PNEUMATICS_TARGET_CABIN_ALTITUDE_SET |
[0]: value |
Sets the associated pressure target altitude for the whole aircraft to the given altitude. Value is in ft. |
PNEUMATICS_VALVE_CLOSE |
KEY_PNEUMATICS_VALVE_CLOSE |
[0]: Valve name (or index) |
Closes the given valve. |
PNEUMATICS_VALVE_MODE_AUTO |
KEY_PNEUMATICS_VALVE_MODE_AUTO |
[0]: Valve name (or index) |
Sets the operational mode of the given valve to AUTO. |
PNEUMATICS_VALVE_MODE_CLOSED |
KEY_PNEUMATICS_VALVE_MODE_CLOSED |
[0]: Valve name (or index) |
Sets the operational mode of the given valve to CLOSED. |
PNEUMATICS_VALVE_MODE_OPEN |
KEY_PNEUMATICS_VALVE_MODE_OPEN |
[0]: Valve name (or index) |
Sets the operational mode of the given valve to OPEN. |
PNEUMATICS_VALVE_MODE_SET |
KEY_PNEUMATICS_VALVE_MODE_SET |
[0]: Valve name (or index)
|
Sets the operational mode of the given valve to the given value. The mode values are as follows:
|
PNEUMATICS_VALVE_OPEN |
KEY_PNEUMATICS_VALVE_OPEN |
[0]: Valve name (or index) |
Opens the given valve. |
PNEUMATICS_VALVE_SET |
KEY_PNEUMATICS_VALVE_SET |
[0]: Valve name (or index) [1]: Percent Over 100 |
Sets the given valve to the given position where a value of 0 is fully closed, and 1 is fully open. |
PNEUMATICS_VALVE_TOGGLE |
KEY_PNEUMATICS_VALVE_TOGGLE |
[0]: Valve name (or index) |
This can be used to toggle the given valve open (1) or closed (0). |
Hydraulics System
These key events are all related to the Modular Hydraulics System. Most of them require the name (or index) of the component that they target. This name is given using the following format:
'[COMPONENT_NAME]'_n
For example:
'Pump_1'_n (>K:HYDRAULIC_SWITCH_TOGGLE)
| Event ID | Key Name | Parameters | Description |
|---|---|---|---|
HYDRAULIC_ACTUATOR_ACTIVE_OFF |
KEY_HYDRAULIC_ACTUATOR_ACTIVE_OFF |
[0]: actuator name (or index) |
This can be used to switch off a "Custom" actuator (it will fail on all other actuator types). See here for more information: |
HYDRAULIC_ACTUATOR_ACTIVE_ON |
KEY_HYDRAULIC_ACTUATOR_ACTIVE_ON |
[0]: actuator name (or index) |
This can be used to switch on a "Custom" actuator (it will fail on all other actuator types). See here for more information: |
HYDRAULIC_ACTUATOR_ACTIVE_SET |
KEY_HDRAULIC_ACTUATOR_ACTIVE_SET |
[0]: actuator name (or index) [1] Bool |
This can be used to switch on or off a "Custom" actuator (it will fail on all other actuator types). See here for more information: |
HYDRAULIC_ACTUATOR_ACTIVE_TOGGLE |
KEY_HDRAULIC_ACTUATOR_ACTIVE_TOGGLE |
[0]: actuator name (or index) |
This can be used to toggle on or off a "Custom" actuator (it will fail on all other actuator types). See here for more information: |
HYDRAULIC_SWITCH_TOGGLE |
KEY_HYDRAULIC_SWITCH_TOGGLE |
[0]: pump name (or index) |
This can be used to toggle the given hydraulic pump on or off. |
HYDRAULIC_VALVE_CLOSE |
KEY_HYDRAULIC_VALVE_CLOSE |
[0]: valve name (or index) |
This will close the given hydraulic valve. |
HYDRAULIC_VALVE_OPEN |
KEY_HYDRAULIC_VALVE_OPEN |
[0]: valve name (or index) |
This will open the given hydraulic valve. |
HYDRAULIC_VALVE_SET |
KEY_HYDRAULIC_VALVE_SET |
[0]: valve name (or index) [1]: Valve target position (Position 16k) |
Set the given valve to the supplied value, where 0 is fully closed and 16384 is fully open. |
HYDRAULIC_VALVE_TOGGLE |
KEY_HYDRAULIC_VALVE_TOGGLE |
[0]: valve name (or index) |
This will toggle the given hydraulic valve open/closed. |
Landing Gear / Brakes
Slings and Hoists
| Event ID | Key Name | Parameters | Description |
|---|---|---|---|
SLING_PICKUP_RELEASE |
KEY_SLING_PICKUP_RELEASE |
N/A | Toggle between pickup and release mode. Hold mode is automatic and cannot be selected. |
HOIST_SWITCH_EXTEND |
KEY_HOIST_SWITCH_EXTEND |
N/A | Set the hoist to extend. |
HOIST_SWITCH_RETRACT |
KEY_HOIST_SWITCH_RETRACT |
N/A | Set the hoist to retract. |
HOIST_SWITCH_SELECT |
KEY_HOIST_SWITCH_SELECT |
N/A | Sets the mode to change the hoist sling to either extend (-) or retract (+) using the PLUS and MINUS keys. |
HOIST_SWITCH_SET |
KEY_HOIST_SWITCH_SET |
[0] Value |
The hoist control switch setting. Should be set to one of the following values:
|
HOIST_DEPLOY_TOGGLE |
KEY_HOIST_DEPLOY_TOGGLE |
N/A | Toggles the hoist arm switch, extend or retract. |
HOIST_DEPLOY_SET |
KEY_HOIST_DEPLOY_SET |
[0] Bool |
The hoist deployment setting. The value should be set to one of the following:
|
Grapple Hook / Lead Pole
The events listed here are used in Aerial Advertising missions to control the state of the grapple hook and lead pole.