MISCELLANEOUS EVENTS

The event IDs listed here are all related to miscellaneous systems and events.

 

 

Demo / Replay

Event Name Parameters Description
DEMO_RECORD_1_SEC N/A Record 1 second demo.
DEMO_RECORD_5_SEC N/A Record 5 second demo.
DEMO_RECORD_STOP Stops demo system recording.
DEMO_STOP Stops demo system playback.
REPLAY_STOP Stops replay system playback.

 

 

Miscellaneous

Event Name Parameters Description
ABORT N/A Quit Microsoft Flight Simulator without a message.
ADVENTURE_ACTION - Not used by the simulation.
ANALYSIS_MANEUVER_STOP - Not used by the simulation.
AUDIO_PANEL_VOLUME_INC N/A Increases the audio panel sound volume by 0.01. The resulting value will be clamped between 0 and 1.
AUDIO_PANEL_VOLUME_DEC N/A Decreases the audio panel sound volume by 0.01. The resulting value will be clamped between 0 and 1.
AUDIO_PANEL_VOLUME_SET [0]: Volume Set the audio panel volume to the given value, clamped between 0 and 1.
AUTOCOORD_OFF - Not used in the simulation.
AUTOCOORD_ON - Not used in the simulation.
AUTOCOORD_SET - Not used in the simulation.
AUTOCOORD_TOGGLE N/A Switch inversion of Y axis controls on or off. 
CAPTURE_SCREENSHOT N/A Capture the current view as a screenshot. Which will be saved to a bmp file in: My Documents\Pictures\
RELOAD_USER_AIRCRAFT N/A Reloads the user aircraft data (from cache if same type loaded as an AI,otherwise from disk)
DEBUG_0
DEBUG_1
DEBUG_2
DEBUG_3
DEBUG_4
DEBUG_5
DEBUG_6
DEBUG_7
DEBUG_8
DEBUG_9
   
DEBUG_A - Z    
EXIT N/A Quit Microsoft Flight Simulator with a message
EXTERNAL_SYSTEM_SET [0]: Value Generic key event to set a number value.
EXTERNAL_SYSTEM_TOGGLE N/A Generic key event to toggle a value on/off (true/false).
FLIGHT_MAP N/A Brings up flight map
FORCE_END    
FULL_WINDOW_TOGGLE   Not currently used in the simulation.
INVOKE_HELP   Brings up Help system
JOYSTICK_CALIBRATE   Toggles joystick on/off
KEYBOARD_OVERLAY    
KNEEBOARD_VIEW   Toggles kneeboard
LABEL_COLOR_CYCLE    
LOD_ZOOM_IN    
LOD_ZOOM_OUT    
MACRO_BEGIN    
MACRO_END    
MINUS   Used in conjunction with "selected" parameters to decrease their value (e.g.,radio frequency)
MINUS_SHIFT   Used with other events
MOUSE_LOOK_TOGGLE   Switch Mouse Look mode on or off. Mouse Look mode enables a user to control their view using the mouse, and holding down the space bar.
OVERLAYMENU    
PANEL_1
PANEL_2
PANEL_3
PANEL_4
PANEL_5
PANEL_6
PANEL_7
PANEL_8
PANEL_9
  Toggles panels 1 - 9.
PANEL_ID_TOGGLE [0]: panel index Toggles indexed panel (1 to 9)
PANEL_ID_OPEN [0]: panel index Opens indexed panel (1 to 9)
PANEL_ID_CLOSE [0]: panel index Closes indexed panel (1 to 9)
PANEL_SELECT_1    
PANEL_SELECT_2    
PANEL_TOGGLE   Not currently used in the simulation.
PAUSE_TOGGLE   Toggles pause on/off
PAUSE_ON   Turns pause on
PAUSE_OFF   Turns pause off
PAUSE_SET [0]: Bool Sets pause on/off (1,0)
PLUS   Used in conjunction with "selected" parameters to increase their value (e.g.,radio frequency)
PLUS_SHIFT   Used with other events
READOUTS_FLIGHT   Cycle through information readouts
READOUTS_SLEW   Cycle through information readouts while in slew
REFRESH_SCENERY  

Reloads scenery.

Deprecated, do not use.

RELOAD_PANELS N/A Reload panel data
REQUEST_CATERING N/A Requests catering truck on the nearest airport.
REQUEST_LUGGAGE N/A Requests a baggage loader from the nearest airport.
REQUEST_POWER_SUPPLY N/A Requests ground power unit from the nearest airport.
SELECT_1
SELECT_2
SELECT_3
SELECT_4
N/A Sets "selected" index (for other events) to 1/2/3/4.
SIM_RESET N/A Resets aircraft state
SIMUI_WINDOW_HIDESHOW   Display the ATC window.
SITUATION_SAVE   Saves flight situation
SITUATION_RESET   Resets flight situation
SOUND_OFF   Turns sound off
SOUND_ON   Turns sound on
SOUND_SET [0]: Bool Sets sound on/off (1,0)
SOUND_TOGGLE   Toggles sound on/off
TEXT_SCROLL_SET    
TOGGLE_AIRCRAFT_LABELS   Toggles aircraft labels
TOGGLE_AIRPORT_NAME_DISPLAY   Turn on or off the airport name.
TOGGLE_DAMAGE_TEXT    
TOGGLE_ENEMY_INDICATOR   Not currently used in the simulation.
TOGGLE_JETWAY N/A Requests a jetway, which will only be answered if the aircraft is at a parking spot, or sends already requested jetway away.
TOGGLE_RAMPTRUCK N/A Requests a boarding ramp from the nearest airport, or sends an already requested boarding ramp away.
TOOLTIP_UNITS_SET   Not currently used in the simulation.
TOOLTIP_UNITS_TOGGLE    
USERINTERRUPT    
VIDEO_RECORD_TOGGLE   Turn on or off the video recording feature. This records uncompressed AVI format files to: My Documents\Videos\
WINDOW_TITLES_SET    
VIEW_WINDOW_TITLES_TOGGLE   Turn window titles on or off.
YAXIS_INVERT_TOGGLE   Switch inversion of Y axis controls on or off.
ZOOM_1X   Sets zoom level to 1

 

 

Drone Controls

The following are only currently valid for the Pelican but may be useful for other aircraft/drones.

Event Name Parameters Description
AXIS_VERTICAL_SPEED_SET [0] Value between 0 and 16000  
VERTICAL_SPEED_DEC [0] Value between -16000 and 16000 to decrement by
(maps to a value between -1 and 1)
By default this will decrement the vertical speed by 1/128, but you may supply a decrement amount as a parameter.
VERTICAL_SPEED_INC [0] Value between -16000 and 16000 to increment by
(maps to a value between -1 and 1)
By default this will increment the vertical speed by 1/128, but you may supply an increment amount as a parameter.
VERTICAL_SPEED_SET [0] The axis value between -1 and 1 (maps to -16000 and 16000) Set the vertical speed to a value between -1 and 1.
VERTICAL_SPEED_ZERO N/A Set the veretical speed to 0.

 

 

Freezing Position

Event Name Parameters Description
FREEZE_LATITUDE_LONGITUDE_TOGGLE   Turns the freezing of the lat/lon position of the aircraft (either user or AI controlled) on or off. If this key event is set, it means that the latitude and longitude of the aircraft are not being controlled by ESP, so enabling, for example, a SimConnect client to control the position of the aircraft. This can also apply to altitude and attitude. Refer to the simulation variables: IS_LATITUDE_LONGITUDE_FREEZE_ON, IS_ALTITUDE_FREEZE_ON, and IS_ATTITUDE_FREEZE_ON. Refer also to the SimConnect_AIReleaseControl function.
FREEZE_LATITUDE_LONGITUDE_SET   Freezes the lat/lon position of the aircraft.
FREEZE_ALTITUDE_TOGGLE   Turns the freezing of the altitude of the aircraft on or off.
FREEZE_ALTITUDE_SET   Freezes the altitude of the aircraft.
FREEZE_ATTITUDE_TOGGLE   Turns the freezing of the attitude (pitch, bank and heading) of the aircraft on or off.
FREEZE_ATTITUDE_SET   Freezes the attitude (pitch, bank and heading) of the aircraft.

 

 

Mission Keys

Event Name Parameters Description
POINT_OF_INTEREST_TOGGLE_POINTER   Turn the point-of-interest indicator (often a light beam) on or off. Refer to the Missions system documentation.
POINT_OF_INTEREST_CYCLE_PREVIOUS   Change the current point-of-interest to the previous point-of-interest.
POINT_OF_INTEREST_CYCLE_NEXT   Change the current point-of-interest to the next point-of-interest.

 

 

Multiplayer

Event Name Parameters Description
MP_ACTIVATE_CHAT N/A Activates chat window
MP_BROADCAST_VOICE_CAPTURE_START   Start capturing audio from the users computer and transmitting it to all other players in the multiplayer session.
MP_BROADCAST_VOICE_CAPTURE_STOP   Stop capturing broadcast audio.
MP_CHAT   Toggles chat window visible/invisible
MP_PAUSE_SESSION   Pause the multiplayer session.
MP_PLAYER_CYCLE   Cycle through the current user aircraft.
MP_PLAYER_FOLLOW   Set the view to follow the selected user aircraft.
MP_TRANSFER_CONTROL   Toggle to the next player to track
MP_VOICE_CAPTURE_START   Start capturing audio from the users computer and transmitting it to all other players in the multiplayer session who are turned to the same radio frequency.
MP_VOICE_CAPTURE_STOP   Stop capturing radio audio.
TOGGLE_RACERESULTS_WINDOW   Show or hide multi-player race results.

 

 

Sim Rate

Event Name Parameters Description
SIM_RATE   Selects the simulation rate. Use the PLUS and MINUS events to increment/decrement the value.
SIM_RATE_DECR   Decreases the simulation rate, which will slow down the in-simulation time.
SIM_RATE_INCR   Increase the simulation rate, which will speed up the in-simulation time.
SIM_RATE_SET   Set the simulation rate.

 

 

Time / Date

Event Name Parameters Description
CLOCK_HOURS_DEC   Decrements time by hours
CLOCK_HOURS_INC   Increments time by hours
CLOCK_HOURS_SET   Sets hour of day
CLOCK_MINUTES_DEC   Decrements time by minutes
CLOCK_MINUTES_INC   Increments time by minutes
CLOCK_MINUTES_SET   Sets minutes of the hour
CLOCK_SECONDS_ZERO   Zeros seconds
ZULU_DAY_SET   Sets day, in zulu time
ZULU_HOURS_SET   Sets hours, zulu time
ZULU_MINUTES_SET   Sets minutes, in zulu time
ZULU_YEAR_SET   Sets year, in zulu time