Hi, I'm currenctly something like 150 light years from sol. I'd like to get to Sol as quickly as possible, how can I do this?
Currently, I just look at the galaxy map, and if it's roughly in the direction of sol, I jump to it but this is very tedious and time consuming, I think I'm making too many useless jumps this way... I don't think this is the way to do it but I can't find any explanations of how to do it better.
It makes sense to me that you should be able to map a path like this from star A to star B:
Star 1: A
Star 2: B
Max jump distance: 13ly
fuel method: scooping
Min fuel before scoop: 1 bar (I want to scoop fuel, not visit a station every time.)
Since the distances between stars are known, and it's also known whether you can scoop from a star or not, it should not be too difficult to find this path with A* algorithm, altough it might get a bit expensive if the stars are too far apart.
But otherwise, what methods do you use to find the fastest path between two Stars that are far apart?
Currently, I just look at the galaxy map, and if it's roughly in the direction of sol, I jump to it but this is very tedious and time consuming, I think I'm making too many useless jumps this way... I don't think this is the way to do it but I can't find any explanations of how to do it better.
It makes sense to me that you should be able to map a path like this from star A to star B:
Star 1: A
Star 2: B
Max jump distance: 13ly
fuel method: scooping
Min fuel before scoop: 1 bar (I want to scoop fuel, not visit a station every time.)
Since the distances between stars are known, and it's also known whether you can scoop from a star or not, it should not be too difficult to find this path with A* algorithm, altough it might get a bit expensive if the stars are too far apart.
But otherwise, what methods do you use to find the fastest path between two Stars that are far apart?