BALLOON / AIRSHIP SPECIFIC EVENTS

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)

 

Event ID Key Name Parameters Description
AXIS_BURNER_PITCH_SET KEY_AXIS_BURNER_PITCH_SET
  1. [0]: Burner name (or index)
  2. [1]: pitch value

Set the pitch of the given burner.

Not currently used in the simulation.

AXIS_BURNER_ROLL_SET KEY_AXIS_BURNER_ROLL_SET
  1. [0]: Burner name (or index)
  2. [1]: roll value

Set the roll of the given burner.

Not currently used in the simulation.

BURNER_PITCH_DEC KEY_BURNER_PITCH_DEC
  1. [0]: Burner name (or index)

Decrease the given burner pitch.

Not currently used in the simulation.

BURNER_PITCH_INC KEY_BURNER_PITCH_INC
  1. [0]: Burner name (or index)

Increase the given burner pitch.

Not currently used in the simulation.

BURNER_ROLL_DEC KEY_BURNER_ROLL_DEC
  1. [0]: Burner name (or index)

Decrease the given burner roll.

Not currently used in the simulation.

BURNER_ROLL_INC KEY_BURNER_ROLL_INC
  1. [0]: Burner name (or index)

Increase the given burner roll.

Not currently used in the simulation.

BURNER_VALVE_CLOSE KEY_BURNER_VALVE_CLOSE
  1. [0]: Valve name (or index)
Close the given burner valve.
BURNER_VALVE_OPEN KEY_BURNER_VALVE_OPEN
  1. [0]: Valve name (or index)
Open the given burner valve.
BURNER_VALVE_SET KEY_BURNER_VALVE_SET
  1. [0]: Valve name (or index)
  2. [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_TOGGLE KEY_BURNER_VALVE_TOGGLE
  1. [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.

 

Event ID Key Name Parameters Description
BALLOON_VENT_CLOSE KEY_BALLOON_VENT_CLOSE
  1. N/A
This will close the balloon envelope vent.
BALLOON_VENT_OPEN KEY_BALLOON_VENT_OPEN
  1. N/A
This will open the balloon envelope vent.
BALLOON_VENT_SET KEY_BALLOON_VENT_SET
  1. [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_TOGGLE KEY_BALLOON_VENT_TOGGLE
  1. N/A
This 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.

 

Event ID Key Name Parameters Description
AIRSHIP_VALVE_1_CLOSE
AIRSHIP_VALVE_2_CLOSE
AIRSHIP_VALVE_3_CLOSE
AIRSHIP_VALVE_4_CLOSE

KEY_AIRSHIP_VALVE_1_CLOSE

KEY_AIRSHIP_VALVE_2_CLOSE

KEY_AIRSHIP_VALVE_3_CLOSE

KEY_AIRSHIP_VALVE_4_CLOSE

N/A Sets valve 1/2/3/4 to the "Locked" state.
AIRSHIP_VALVE_1_OPEN
AIRSHIP_VALVE_2_OPEN
AIRSHIP_VALVE_3_OPEN
AIRSHIP_VALVE_4_OPEN

AIRSHIP_VALVE_1_OPEN

AIRSHIP_VALVE_2_OPEN

AIRSHIP_VALVE_3_OPEN

AIRSHIP_VALVE_4_OPEN

N/A Sets valve 1/2/3/4 to the "Unlocked" state.
AIRSHIP_VALVE_1_SET
AIRSHIP_VALVE_2_SET
AIRSHIP_VALVE_3_SET
AIRSHIP_VALVE_4_SET

KEY_AIRSHIP_VALVE_1_SET

KEY_AIRSHIP_VALVE_2_SET

KEY_AIRSHIP_VALVE_3_SET

KEY_AIRSHIP_VALVE_4_SET

[0] setting

Set valve 1/2/3/4 to one of the available states:

  1. "Unlocked" (this is "Auto" in the UI and means the valve works as a Relief valve)
  2. "Locked" (this is simply closed)
  3. "Force open" (this is is just open without pressure settings being taken in account)
AIRSHIP_VALVE_1_TOGGLE
AIRSHIP_VALVE_2_TOGGLE
AIRSHIP_VALVE_3_TOGGLE
AIRSHIP_VALVE_4_TOGGLE

KEY_AIRSHIP_VALVE_1_TOGGLE

KEY_AIRSHIP_VALVE_2_TOGGLE

AIRSHIP_VALVE_3_TOGGKEY_LE

KEY_AIRSHIP_VALVE_4_TOGGLE

N/A Toggles valve 1/2/3/4 between the "Locked" and "Unlocked" states.
AIRSHIP_VALVE_CLOSE KEY_AIRSHIP_VALVE_CLOSE [0] Valve name (or index) Sets the named (or indexed) valve to the "Locked" state.
AIRSHIP_VALVE_OPEN KEY_AIRSHIP_VALVE_OPEN [0] Valve name (or index) Sets the named (or indexed) valve to the "Unlocked" state.
AIRSHIP_VALVE_SET KEY_AIRSHIP_VALVE_SET

[0] Valve name (or index)

[1] setting

Set the named (or indexed) valve to one of the available states:

  1. "Unlocked" (this is "Auto" in the UI and means the valve works as a relief valve)
  2. "Locked" (this is simply closed)
  3. "Force open" (this is is just open without pressure settings being taken in account)
AIRSHIP_VALVE_TOGGLE KEY_AIRSHIP_VALVE_TOGGLE [0] Valve name (or index) Toggles the named (or indexed) valve between the "Locked" and "Unlocked" states.