Skip to content

Ship fsd event

T'kael edited this page Apr 27, 2025 · 9 revisions

Triggered when there is a change to the status of your ship's fsd.

When using this event in the Speech responder the information about this event is available under the event object. The available variables are as follows:

  • {event.fsd_status} - (OBSOLETE) "The status of your ship's fsd as a string ('cooldown', 'cooldown complete', 'charging', 'charging cancelled', 'charging complete', 'masslock', or 'masslock cleared')

  • {event.hyperdrive_charging} - (OBSOLETE) True if the FSD is currently charging for a jump to hyperspace.

  • {event.is_cooldown} - True if the FSD is currently cooling down after a jump to hyperspace or supercruise.

  • {event.is_hyperdrive_charging} - True if the FSD is currently charging for a jump to hyperspace.

  • {event.is_hyperspace} - True if the FSD is currently in hyperspace.

  • {event.is_mass_locked} - True if the FSD is currently mass locked.

  • {event.is_supercruise} - True if the FSD is currently in supercruise.

  • {event.is_supercruise_assisted} - True if FSD supercruise assist (SCA) mode is currently activated.

  • {event.is_supercruise_boosting} - True if FSD supercruise overdrive (SCO) mode is currently activated.

  • {event.is_supercruise_charging} - True if the FSD is currently charging for a jump to supercruise.

  • {event.was_cooldown} - True if the FSD was cooling down after a jump to hyperspace or supercruise.

  • {event.was_hyperdrive_charging} - True if the FSD was charging for a jump to hyperspace.

  • {event.was_hyperspace} - True if the FSD was in hyperspace.

  • {event.was_mass_locked} - True if the FSD was mass locked.

  • {event.was_supercruise} - True if the FSD was in supercruise.

  • {event.was_supercruise_assisted} - True if FSD supercruise assist (SCA) mode was activated.

  • {event.was_supercruise_boosting} - True if FSD supercruise overdrive (SCO) mode was activated.

  • {event.was_supercruise_charging} - True if the FSD was charging for a jump to supercruise.

To respond to this event in VoiceAttack, create a command entitled ((EDDI ship fsd)). VoiceAttack variables will be generated to allow you to access the event information.

The following VoiceAttack variables are available for this event:

  • {BOOL:EDDI ship fsd hyperdrive charging} - (OBSOLETE) True if the FSD is currently charging for a jump to hyperspace.

  • {BOOL:EDDI ship fsd is cooldown} - True if the FSD is currently cooling down after a jump to hyperspace or supercruise.

  • {BOOL:EDDI ship fsd is hyperdrive charging} - True if the FSD is currently charging for a jump to hyperspace.

  • {BOOL:EDDI ship fsd is hyperspace} - True if the FSD is currently in hyperspace.

  • {BOOL:EDDI ship fsd is mass locked} - True if the FSD is currently mass locked.

  • {BOOL:EDDI ship fsd is supercruise} - True if the FSD is currently in supercruise.

  • {BOOL:EDDI ship fsd is supercruise assisted} - True if FSD supercruise assist (SCA) mode is currently activated.

  • {BOOL:EDDI ship fsd is supercruise boosting} - True if FSD supercruise overdrive (SCO) mode is currently activated.

  • {BOOL:EDDI ship fsd is supercruise charging} - True if the FSD is currently charging for a jump to supercruise.

  • {TXT:EDDI ship fsd status} - (OBSOLETE) "The status of your ship's fsd as a string ('cooldown', 'cooldown complete', 'charging', 'charging cancelled', 'charging complete', 'masslock', or 'masslock cleared')

  • {BOOL:EDDI ship fsd was cooldown} - True if the FSD was cooling down after a jump to hyperspace or supercruise.

  • {BOOL:EDDI ship fsd was hyperdrive charging} - True if the FSD was charging for a jump to hyperspace.

  • {BOOL:EDDI ship fsd was hyperspace} - True if the FSD was in hyperspace.

  • {BOOL:EDDI ship fsd was mass locked} - True if the FSD was mass locked.

  • {BOOL:EDDI ship fsd was supercruise} - True if the FSD was in supercruise.

  • {BOOL:EDDI ship fsd was supercruise assisted} - True if FSD supercruise assist (SCA) mode was activated.

  • {BOOL:EDDI ship fsd was supercruise boosting} - True if FSD supercruise overdrive (SCO) mode was activated.

  • {BOOL:EDDI ship fsd was supercruise charging} - True if the FSD was charging for a jump to supercruise.

For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.

Clone this wiki locally