EliteAttack: new config option “route jump count”
Give a jump count on plotting a route.
This commit is contained in:
parent
f0a006a113
commit
fa645fc369
5 changed files with 11 additions and 3 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
* `how many jumps left` command: Announces the jumps left on a neutron trip
|
||||
(requires SpanshAttack) or a course plotted via the galaxy map.
|
||||
* `route jump count` configuration option: Give a jump count on plotting a
|
||||
route. Default: true.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -269,6 +269,10 @@ tells you when you reach your desired level or fill up.
|
|||
You will have to set minimum and desired amounts in EDDI’s material monitor
|
||||
options first for all materials you wish to be monitored.
|
||||
|
||||
### Next Jump
|
||||
|
||||
Gives you a jump count upon plotting a route using the galaxy map.
|
||||
|
||||
### Ship FSD
|
||||
|
||||
This event actually is several different events in one. Currently the following
|
||||
|
@ -278,7 +282,7 @@ are handled:
|
|||
* Cooldown complete: Announces FSD cooldown if you are currently in normal
|
||||
space.
|
||||
|
||||
### Ship interdicted
|
||||
### Ship Interdicted
|
||||
|
||||
Tells you when you have been interdicted by a player. Is also supposed to target
|
||||
the interdictor automatically, but randomly sometimes just doesn’t work. Yay!
|
||||
|
@ -296,4 +300,4 @@ Lists you all bodies EDDI considers worth mapping in the current system.
|
|||
### Undocked
|
||||
|
||||
Retracts landing gear for you. Seriously, is there any occasion in which you
|
||||
_don’t_ immediately want to retract it after takeoff?
|
||||
_don’t_ immediately want to retract it after takeoff?
|
||||
|
|
|
@ -25,10 +25,11 @@ Toggles:
|
|||
databases. Default: true.
|
||||
* `road to riches`: Announce bodies worth scanning if you are looking for some
|
||||
starting cash on the Road to Riches. Default: false.
|
||||
* `route jump count`: Give a jump count on plotting a route. Default: true.
|
||||
|
||||
Other settings:
|
||||
|
||||
* `outdated station threshold`: The threshold for station data to count as
|
||||
“outdated”, in days. Default: 365.
|
||||
* `scanner fire group`: The fire group your discovery scanner is assigned to.
|
||||
Default: 0 (the first one).
|
||||
Default: 0 (the first one).
|
||||
|
|
|
@ -36,6 +36,7 @@ namespace alterNERDtive.util
|
|||
new OptDict<string, Option>{
|
||||
{ new Option<bool>("announceEdsmSystemStatus", true, voiceTrigger: "edsm system status",
|
||||
description: "Pull system data from EDSM and compare it against your discovery scan.") },
|
||||
{ new Option<bool>("announceJumpsInRoute", true, voiceTrigger: "route jump count", description: "Give a jump count on plotting a route.") },
|
||||
{ new Option<bool>("announceMappingCandidates", true, voiceTrigger: "mapping candidates",
|
||||
description: "Announce bodies worth mapping when you have finished scanning a system.\n(Terraformables, Water Worlds, Earth-Like Worlds and Ammonia Worlds that have not been mapped yet.)") },
|
||||
{ new Option<bool>("announceOutdatedStationData", true, voiceTrigger: "outdated stations", description: "Announce stations with outdated data in the online databases.") },
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue