wolverine2710
Tutorial & Guide Writer
Something I can't explain with the nav command.
First a trivia found out by Harbinger in the crowd sourcing thread:
Every star system in Galactic Pill of SB2 can be reached with a ship capable of
a 11.325 LY jump range..
Playing around with the TD nav command. Flying from eranin to sanguaralaru.
Jump range: 11.325.
Started increasing the jump range. ly--er 27.49 gives
Decided to set ly-per to 27.48 - which is the longest jump in the previous example. This interestingly enough gives a DIFFERENT route.
Shortest path in LY so far 120.65. This seems to indicate (to me) that with a ly--per of say 121 I should be able to make the trip in one go. So I selected ly--per 130, to be on the safe side
This again gives a different route AND the shorstest so far, namely 120.31. BUT I had expected to being able to jump directly from Eranin to SAN GUARALARU.
Has anyone an explanation for what I'm doing wrong OR is there perhaps an issue with the nav command.
Edit: Is perhaps fuel taken into account.
First a trivia found out by Harbinger in the crowd sourcing thread:
Every star system in Galactic Pill of SB2 can be reached with a ship capable of
a 11.325 LY jump range..
Playing around with the TD nav command. Flying from eranin to sanguaralaru.
Jump range: 11.325.
Code:
wolverine@WOLVERINE-PC /c/Data/Games/Elite Dangerous/TD_git_repository (master)
$ trade.py --detail nav --ly-per 11.325 eranin sanguaralaru
From ERANIN to SAN GUARALARU with 11.325ly per jump limit.
Action | System | Jump Ly | Total Ly
------------------------------------------------------------
Depart | ERANIN | 0.00 | 0.00
Via | LHS 3006 | 7.51 | 7.51
Via | G 239-25 | 6.00 | 13.51
Via | ROSS 1057 | 11.22 | 24.72
Via | LHS 3297 | 6.80 | 31.53
Via | LP 9-231 | 7.06 | 38.58
Via | WREGOE WV-E D11-104 | 8.65 | 47.23
Via | PI-1 URSAE MINORIS | 10.81 | 58.04
Via | NLTT 44050 | 6.62 | 64.66
Via | WREDGUIA FZ-M B48-3 | 8.93 | 73.58
Via | 59 DRACONIS | 10.70 | 84.28
Via | LALANDE 37923 | 8.32 | 92.60
Via | WREDGUIA XH-Q B46-1 | 10.41 | 103.02
Via | NLTT 50716 | 7.79 | 110.81
Via | MORMO | 8.46 | 119.27
Via | WREDGUIA VM-Q B46-2 | 8.75 | 128.03
Via | HR 8423 | 10.48 | 138.50
Via | HIP 106882 | 10.31 | 148.81
Via | HIP 110773 | 7.44 | 156.25
Arrive | SAN GUARALARU | 6.05 | 162.30
Started increasing the jump range. ly--er 27.49 gives
Code:
wolverine@WOLVERINE-PC /c/Data/Games/Elite Dangerous/TD_git_repository (master)
$ trade.py --detail nav --ly-per 27.49 eranin sanguaralaru
From ERANIN to SAN GUARALARU with 27.49ly per jump limit.
Action | System | Jump Ly | Total Ly
------------------------------------------------------------
Depart | ERANIN | 0.00 | 0.00
Via | MANAMAYA | 27.44 | 27.44
Via | NLTT 46629 | 24.96 | 52.41
Via | WREDGUIA XH-Q B46-1 | 22.55 | 74.95
Via | WREDGUIA AT-O B47-0 | 18.22 | 93.17
Arrive | SAN GUARALARU | 27.48 | 120.65
Decided to set ly-per to 27.48 - which is the longest jump in the previous example. This interestingly enough gives a DIFFERENT route.
Code:
wolverine@WOLVERINE-PC /c/Data/Games/Elite Dangerous/TD_git_repository (master)
$ trade.py --detail nav --ly-per 27.48 eranin sanguaralaru
From ERANIN to SAN GUARALARU with 27.48ly per jump limit.
Action | System | Jump Ly | Total Ly
------------------------------------------------------------
Depart | ERANIN | 0.00 | 0.00
Via | MANAMAYA | 27.44 | 27.44
Via | NLTT 46629 | 24.96 | 52.41
Via | WREDGUIA XH-Q B46-1 | 22.55 | 74.95
Via | WREDGUIA YD-I C23-12 | 25.57 | 100.52
Arrive | SAN GUARALARU | 21.37 | 121.89
Shortest path in LY so far 120.65. This seems to indicate (to me) that with a ly--per of say 121 I should be able to make the trip in one go. So I selected ly--per 130, to be on the safe side
Code:
wolverine@WOLVERINE-PC /c/Data/Games/Elite Dangerous/TD_git_repository (master)
$ trade.py --detail nav --ly-per 130 eranin sanguaralaru
From ERANIN to SAN GUARALARU with 130.0ly per jump limit.
Action | System | Jump Ly | Total Ly
------------------------------------------------------------
Depart | ERANIN | 0.00 | 0.00
Via | LP 98-132 | 5.23 | 5.23
Via | PERENDI | 27.08 | 32.31
Via | 59 DRACONIS | 27.75 | 60.06
Via | LALANDE 37923 | 8.32 | 68.38
Via | WREDGUIA AT-O B47-0 | 24.45 | 92.83
Arrive | SAN GUARALARU | 27.48 | 120.31
Has anyone an explanation for what I'm doing wrong OR is there perhaps an issue with the nav command.
Edit: Is perhaps fuel taken into account.
Last edited: