-
Notifications
You must be signed in to change notification settings - Fork 92
FSD engaged event
Triggered when your FSD has engaged.
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.id64} - Metadata encoded into the unique 64 bit ID for the star system.
-
{event.id64.boxel} - Boxel data, as an object.
-
{event.id64.boxel.boxelId} - The numeric boxel ID.
-
{event.id64.boxel.boxelWidthLy} - Boxel width in light years.
-
{event.id64.boxel.boxelX} - Boxel X coordinate.
-
{event.id64.boxel.boxelY} - Boxel Y coordinate.
-
{event.id64.boxel.boxelZ} - Boxel Z coordinate.
-
{event.id64.massCode} - The mass code for the star system (ranging from 'H' to 'A' with 'H' tending to contain high mass star systems and 'A' tending to contain low mass systems).
-
{event.id64.region} - Region data, as an object.
-
{event.id64.region.regionId} - The stellar numeric region ID.
-
{event.id64.region.regionName} - The stellar region name.
-
{event.id64.sizeClass} - The integer equivalent of the mass code for the star system (ranging from 0 to 7 with 0 tending to contain high mass star systems and 7 tending to contain low mass systems).
-
{event.stellarclass} - The class of the destination primary star (only if type is Hyperspace)
-
{event.systemAddress} - The numeric system address of the destination star system (only if type is Hyperspace)
-
{event.systemname} - The destination system (only if type is Hyperspace)
-
{event.target} - The target frame (Supercruise/Hyperspace)
-
{event.taxijump} - True if traveling via taxi
To respond to this event in VoiceAttack, create a command entitled ((EDDI fsd engaged)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{INT:EDDI fsd engaged id64 boxel id} - The numeric boxel ID.
-
{INT:EDDI fsd engaged id64 boxel width ly} - Boxel width in light years.
-
{INT:EDDI fsd engaged id64 boxel x} - Boxel X coordinate.
-
{INT:EDDI fsd engaged id64 boxel y} - Boxel Y coordinate.
-
{INT:EDDI fsd engaged id64 boxel z} - Boxel Z coordinate.
-
{TXT:EDDI fsd engaged id64 mass code} - The mass code for the star system (ranging from 'H' to 'A' with 'H' tending to contain high mass star systems and 'A' tending to contain low mass systems).
-
{INT:EDDI fsd engaged id64 region id} - The stellar numeric region ID.
-
{TXT:EDDI fsd engaged id64 region name} - The stellar region name.
-
{INT:EDDI fsd engaged id64 size class} - The integer equivalent of the mass code for the star system (ranging from 0 to 7 with 0 tending to contain high mass star systems and 7 tending to contain low mass systems).
-
{TXT:EDDI fsd engaged stellarclass} - The class of the destination primary star (only if type is Hyperspace)
-
{DEC:EDDI fsd engaged system address} - The numeric system address of the destination star system (only if type is Hyperspace)
-
{TXT:EDDI fsd engaged systemname} - The destination system (only if type is Hyperspace)
-
{TXT:EDDI fsd engaged target} - The target frame (Supercruise/Hyperspace)
-
{BOOL:EDDI fsd engaged taxijump} - True if traveling via taxi
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.