I had to make a flame bait title because my last politically correct one had absolutely no recognition what so ever (no one posted and I don't want to bump it for the fifth damn time)
Point is, The way the server handles path finding is actually O.K but for an explorer, It's Terribad.
THE PROBLEM: The "web crawlers" that FDEV uses, (interestingly is a similar term to what google does to find websites and add them to the search index) Are too slow because the "web crawlers" will try to find a path in ALL directions.
THE REACTION: We have to wait a long time for these "paths" to crawl their way to our intended destination (again, Not a problem for someone wanting to just jump to the next system, but for an explorer who wants to travel 500 ly in a reasonable amount of time, it sucks)
THE SOLUTION: Really simple, To the design Devs, Please implement it in a way so as the server uses all it's bandwidth to only calculate a PATH to the SELECTED SYSTEM RELATIVE TO MY POSITION.
Say I want to jump to system X which is 50 ly away, I then select it and instead of the server wasting all its effort of calculating a nice massive sphere of potential paths, It only focus's on THAT ONE SYSTEM.
Regards,
Every single explorer.
Point is, The way the server handles path finding is actually O.K but for an explorer, It's Terribad.
THE PROBLEM: The "web crawlers" that FDEV uses, (interestingly is a similar term to what google does to find websites and add them to the search index) Are too slow because the "web crawlers" will try to find a path in ALL directions.
THE REACTION: We have to wait a long time for these "paths" to crawl their way to our intended destination (again, Not a problem for someone wanting to just jump to the next system, but for an explorer who wants to travel 500 ly in a reasonable amount of time, it sucks)
THE SOLUTION: Really simple, To the design Devs, Please implement it in a way so as the server uses all it's bandwidth to only calculate a PATH to the SELECTED SYSTEM RELATIVE TO MY POSITION.
Say I want to jump to system X which is 50 ly away, I then select it and instead of the server wasting all its effort of calculating a nice massive sphere of potential paths, It only focus's on THAT ONE SYSTEM.
Regards,
Every single explorer.