The event IDs listed here are those that are specifically tied to hot air balloon systems, or airship systems.

Burner System

These key events are all related to the Modular Burner 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:

'Burner_1'_n (>K:BURNER_VALVE_CLOSE)
Key NameEvent IDParametersDescription
AXIS_BURNER_PITCH_SETKEY_AXIS_BURNER_PITCH_SET[0]: Burner name (or index)[1]: pitch valueSet the pitch of the given burner.Not currently used in the simulation.
AXIS_BURNER_ROLL_SETKEY_AXIS_BURNER_ROLL_SET[0]: Burner name (or index)[1]: roll valueSet the roll of the given burner.Not currently used in the simulation.
BURNER_PITCH_DECKEY_BURNER_PITCH_DEC[0]: Burner name (or index)Decrease the given burner pitch.Not currently used in the simulation.
BURNER_PITCH_INCKEY_BURNER_PITCH_INC[0]: Burner name (or index)Increase the given burner pitch.Not currently used in the simulation.
BURNER_ROLL_DECKEY_BURNER_ROLL_DEC[0]: Burner name (or index)Decrease the given burner roll.Not currently used in the simulation.
BURNER_ROLL_INCKEY_BURNER_ROLL_INC[0]: Burner name (or index)Increase the given burner roll.Not currently used in the simulation.
BURNER_VALVE_CLOSEKEY_BURNER_VALVE_CLOSE[0]: Valve name (or index)Close the given burner valve.
BURNER_VALVE_OPENKEY_BURNER_VALVE_OPEN[0]: Valve name (or index)Open the given burner valve.
BURNER_VALVE_SETKEY_BURNER_VALVE_SET[0]: Valve name (or index)[1]: Valve target position (Position 16k)Set the given burner valve to the given position, where 0 is fully closed and 16384 is fully open.
BURNER_VALVE_TOGGLEKEY_BURNER_VALVE_TOGGLE[0]: Valve name (or index)This will toggle the given burner valve open/closed.

Envelope

These key events are used to control certain aspects of the balloon envelope.

Key NameEvent IDParametersDescription
BALLOON_VENT_CLOSEKEY_BALLOON_VENT_CLOSEN/AThis will close the balloon envelope vent.
BALLOON_VENT_OPENKEY_BALLOON_VENT_OPENN/AThis will open the balloon envelope vent.
BALLOON_VENT_SETKEY_BALLOON_VENT_SET[0]: Vent target position (Position 16k)This will set the balloon envelope vent to the given position, where 0 is fully closed and 16384 is fully open.
BALLOON_VENT_TOGGLEKEY_BALLOON_VENT_TOGGLEN/AThis will toggle the balloon envelope vent between open and closed.

Airship

These key events are used to control certain aspects of the valves controlling airship buoyancy.

Key NameEvent IDParametersDescription
AIRSHIP_VALVE_1_CLOSEAIRSHIP_VALVE_2_CLOSEAIRSHIP_VALVE_3_CLOSEAIRSHIP_VALVE_4_CLOSEKEY_AIRSHIP_VALVE_1_CLOSEKEY_AIRSHIP_VALVE_2_CLOSEKEY_AIRSHIP_VALVE_3_CLOSEKEY_AIRSHIP_VALVE_4_CLOSEN/ASets valve 1/2/3/4 to the “Locked” state.
AIRSHIP_VALVE_1_OPENAIRSHIP_VALVE_2_OPENAIRSHIP_VALVE_3_OPENAIRSHIP_VALVE_4_OPENKEY_AIRSHIP_VALVE_1_OPENKEY_AIRSHIP_VALVE_2_OPENKEY_AIRSHIP_VALVE_3_OPENKEY_AIRSHIP_VALVE_4_OPENN/ASets valve 1/2/3/4 to the “Unlocked” state.
AIRSHIP_VALVE_1_SETAIRSHIP_VALVE_2_SETAIRSHIP_VALVE_3_SETAIRSHIP_VALVE_4_SETKEY_AIRSHIP_VALVE_1_SETKEY_AIRSHIP_VALVE_2_SETKEY_AIRSHIP_VALVE_3_SETKEY_AIRSHIP_VALVE_4_SET[0] SettingSet valve 1/2/3/4 to one of the available states:“Unlocked” (this is “Auto” in the UI and means the valve works as a Relief valve)“Locked” (this is simply closed)“Force open” (this is is just open without pressure settings being taken in account)
AIRSHIP_VALVE_1_TOGGLEAIRSHIP_VALVE_2_TOGGLEAIRSHIP_VALVE_3_TOGGLEAIRSHIP_VALVE_4_TOGGLEKEY_AIRSHIP_VALVE_1_TOGGLEKEY_AIRSHIP_VALVE_2_TOGGLEKEY_AIRSHIP_VALVE_3_TOGGLEKEY_AIRSHIP_VALVE_4_TOGGLEN/AToggles valve 1/2/3/4 between the “Locked” and “Unlocked” states.
AIRSHIP_VALVE_CLOSEKEY_AIRSHIP_VALVE_CLOSE[0] Valve name (or index)Sets the named (or indexed) valve to the “Locked” state.
AIRSHIP_VALVE_OPENKEY_AIRSHIP_VALVE_OPEN[0] Valve name (or index)Sets the named (or indexed) valve to the “Unlocked” state.
AIRSHIP_VALVE_SETKEY_AIRSHIP_VALVE_SET[0] Valve name (or index)[1] SettingSet the named (or indexed) valve to one of the available states:“Unlocked” (this is “Auto” in the UI and means the valve works as a relief valve)“Locked” (this is simply closed)“Force open” (this is is just open without pressure settings being taken in account)
AIRSHIP_VALVE_TOGGLEKEY_AIRSHIP_VALVE_TOGGLE[0] Valve name (or index)Toggles the named (or indexed) valve between the “Locked” and “Unlocked” states.