Skip to content

Reports all sites when scanning a system #2473

Discussion options

You must be logged in to vote

The true/false statements in the Signal detected are typically applied only to the signals detected when EDDI enters a system, not to signals detected when in fss mode or in saa mode. If you'd like to apply them in fss mode then you can change lines 33-34 from

{if status.gui_focus = "fss mode" || status.gui_focus = "saa mode" || (spokenSources[event.source] = true && event.unique):

to
{if status.gui_focus = "saa mode" || (spokenSources[event.source] = true && event.unique):

Alternatively, you can use

{if spokenSources[event.source] = true && event.unique):

if you'd like to also filter the signals detected while in saa mode and launching probes at the surface of a body.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Bloch-Boas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant