2021-01-25 14:34:14 +01:00
|
|
|
|
# SpanshAttack
|
2019-08-06 16:37:51 +02:00
|
|
|
|
|
2022-07-11 13:58:15 +02:00
|
|
|
|
This profile uses the
|
|
|
|
|
[ED-NeutronRouter](https://github.com/sc-pulgan/ED-NeutronRouter) plugin to
|
|
|
|
|
plot neutron jumps using [Spansh](https://spansh.co.uk/plotter). It does
|
|
|
|
|
everything you need fully from within the game and VoiceAttack, you won’t have
|
|
|
|
|
to visit the site at any point.
|
2019-08-06 16:37:51 +02:00
|
|
|
|
|
2021-01-25 14:34:14 +01:00
|
|
|
|
## Plotting a Route
|
2019-08-06 16:37:51 +02:00
|
|
|
|
|
|
|
|
|
1. _Target_ the system you want to be routed to (target, do not plot to it).
|
2019-08-06 17:27:23 +02:00
|
|
|
|
1. Either exit the galaxy map or make sure you are on its first tab (or
|
|
|
|
|
auto-plotting will break).
|
2021-01-25 14:34:14 +01:00
|
|
|
|
1. Trigger the `SpanshAttack.plotRoute` command either by voice
|
|
|
|
|
(`plot neutron [course;route;trip] [with custom range;]`) or by
|
|
|
|
|
calling it from another command.
|
2020-07-01 11:52:56 +02:00
|
|
|
|
1. Enter your ship’s jump range if prompted.
|
2019-08-06 16:37:51 +02:00
|
|
|
|
1. Wait for the route to be calculated. The command will automatically open the
|
2021-01-25 14:34:14 +01:00
|
|
|
|
galaxy map and search it for the first waypoint on your route.
|
2019-08-06 16:37:51 +02:00
|
|
|
|
1. Either target the first waypoint or plot to it.
|
|
|
|
|
1. Start jumping!
|
|
|
|
|
|
2021-01-25 14:34:14 +01:00
|
|
|
|
### Plotting to a System Unknown to the Neutron Router
|
2020-07-01 11:52:56 +02:00
|
|
|
|
|
2021-01-25 14:34:14 +01:00
|
|
|
|
The router can only plot a route to a system that is in its database (obviously
|
2021-08-26 14:51:11 +02:00
|
|
|
|
can also only give you waypoints that are). If your target system is not, there
|
2020-07-01 11:52:56 +02:00
|
|
|
|
are several levels of fallback handling to find a system that is.
|
|
|
|
|
|
|
|
|
|
1. Check `Next system` coordinates provided by EDDI. If the system is in EDSM,
|
|
|
|
|
but has for some reason not been sent over EDDN to other sites including
|
2021-01-25 14:34:14 +01:00
|
|
|
|
Spansh, we can get coordinates here.
|
2020-07-01 11:52:56 +02:00
|
|
|
|
1. If the system is not in EDSM check EDTS. It can calculate approximate
|
|
|
|
|
coordinates for a given procedurally generated system name.
|
|
|
|
|
1. If that fails prompt the user for input.
|
|
|
|
|
1. Query Spansh’ API for the closest system to these coordinates.
|
|
|
|
|
1. Plot a route to the closest system.
|
|
|
|
|
|
|
|
|
|
Generally you should almost never be asked to input coordinates manually. If
|
|
|
|
|
EDTS provides coordinates with an accuracy that is worse than ±100 ly per axis,
|
2020-08-10 01:23:46 +02:00
|
|
|
|
you will be prompted to make sure you are going roughly to the right
|
|
|
|
|
coordinates. You will find the system that is used for plotting, its
|
|
|
|
|
coordinates and the accuracy in VoiceAttack’s log window.
|
2020-07-01 11:52:56 +02:00
|
|
|
|
|
2021-01-25 14:34:14 +01:00
|
|
|
|
## Neutron Jumping
|
2019-08-06 16:37:51 +02:00
|
|
|
|
|
2019-08-06 17:27:23 +02:00
|
|
|
|
With standard settings, just supercharge off a neutron cone. You should
|
2019-08-06 16:37:51 +02:00
|
|
|
|
automatically be taken to the galaxy map with the next waypoint selected.
|
|
|
|
|
|
|
|
|
|
In case you have disabled auto-plotting to the next waypoint, manually invoke
|
2021-01-25 14:34:14 +01:00
|
|
|
|
the `SpanshAttack.targetNextNeutronWaypoint` command by voice
|
|
|
|
|
(`[target;] next neutron [waypoint; way point]`) or calling it from
|
|
|
|
|
another command.
|
2019-08-06 16:37:51 +02:00
|
|
|
|
|
2020-07-01 10:08:09 +02:00
|
|
|
|
Additionally, you can use the `SpanshAttack.copyNextNeutronWaypoint`
|
2019-08-06 16:37:51 +02:00
|
|
|
|
/ `[get;copy] next neutron [waypoint;way point]` command to copy the next
|
|
|
|
|
neutron waypoint to the clipboard.
|
|
|
|
|
|
2021-08-26 14:51:11 +02:00
|
|
|
|
### Skipping a Waypoint
|
2021-02-12 14:40:36 +01:00
|
|
|
|
|
|
|
|
|
Sometimes, especially in very neutron-sparse areas of the galaxy, the plotter
|
|
|
|
|
will give you weird jumps. E.g. I recently got neutron → 37 ly → neutron → 440
|
|
|
|
|
ly.
|
|
|
|
|
|
|
|
|
|
In these cases you can use the `SpanshAttack.skipNeutronWaypoint` / `skip
|
|
|
|
|
[this;current] neutron waypoint` command to move on to the next one in the
|
|
|
|
|
list.
|
|
|
|
|
|
2021-01-25 14:34:14 +01:00
|
|
|
|
### Manual Re-Plot
|
2019-08-06 16:37:51 +02:00
|
|
|
|
|
2021-01-25 14:34:14 +01:00
|
|
|
|
Trigger the `SpanshAttack.replotRoute` command either by voice
|
|
|
|
|
(`replot neutron [course;route;trip]`) or calling it from another command.
|
|
|
|
|
This will start a re-plot of the current route with the same target system and
|
|
|
|
|
jump range.
|
2019-08-06 16:37:51 +02:00
|
|
|
|
|
2021-01-25 14:34:14 +01:00
|
|
|
|
## Refueling
|
2019-08-06 16:37:51 +02:00
|
|
|
|
|
2021-01-25 14:34:14 +01:00
|
|
|
|
Whenever you finish refueling off a scoopable star, the profile will
|
|
|
|
|
automatically throttle back up to 100% speed. Unless you have disabled it in
|
|
|
|
|
your configuration, you will also automatically target the next system on your
|
|
|
|
|
route and jump to it once you leave fuel scoop range.
|
2019-08-06 16:37:51 +02:00
|
|
|
|
|
2021-01-25 14:34:14 +01:00
|
|
|
|
## Clearing a Route
|
2019-08-06 16:37:51 +02:00
|
|
|
|
|
2021-01-25 14:34:14 +01:00
|
|
|
|
When you reach your target system the neutron route will automatically be
|
|
|
|
|
cleared. If you want to prematurely end your trip, call the
|
2019-08-06 16:37:51 +02:00
|
|
|
|
`SpanshAttack.clearRoute` / `clear neutron [course;route;trip]` command.
|
|
|
|
|
|
2021-01-25 14:34:14 +01:00
|
|
|
|
## Other Commands
|
2019-08-06 16:37:51 +02:00
|
|
|
|
|
2019-08-26 21:00:21 +02:00
|
|
|
|
### Announcing Jumps Left ###
|
|
|
|
|
|
|
|
|
|
You can have VoiceAttack tell you the amount of jumps left on the current route
|
2019-08-27 23:24:10 +02:00
|
|
|
|
by invoking `SpanshAttack.announceJumpsLeft` or saying
|
2019-08-26 21:00:21 +02:00
|
|
|
|
`how many [neutron;] jumps [are;] left?`.
|
|
|
|
|
|
|
|
|
|
**Note**: Because it’s pretty much impossible to calculate a 100% accurate value
|
|
|
|
|
for the total jumps left, it will just tell you the jump count _from the current
|
|
|
|
|
neutron waypoint_.
|
|
|
|
|
|
2019-08-27 23:24:10 +02:00
|
|
|
|
### Announce elapsed time on the trip ###
|
|
|
|
|
|
|
|
|
|
SpanshAttack keeps track of your start time, even if you have the option to time
|
|
|
|
|
your trip turned off. This way you can get the time you’ve been jumping with the
|
|
|
|
|
`SpanshAttack.announceTripTime` or
|
2021-02-12 14:40:36 +01:00
|
|
|
|
`how long have i been [jumping;on this trip;on this neutron trip]?` commands.
|