EvEmu-Project / evemu_Crucible

Emulator for EvE Online's Crucible expansion
https://evemu.dev
168 stars 65 forks source link

Selecting dock in the right click menu warps you to station but does not auto dock #272

Closed OperationDx closed 2 months ago

OperationDx commented 11 months ago

Describe the bug Bug - Selecting dock in the right click menu warps you to station but does not auto dock. You have to click dock again to actually dock.

To Reproduce Steps to reproduce the behavior: Fly to a new system with a station in it Select desired station in the overview window Above click on the dock button or Hold D and select station in the overview The player will warp to the station and should auto dock but does not

Expected behavior Selecting a station in the overview and selecting dock should automatically dock the player to the station

Screenshots Maybe will add later

System Details (please complete the following information):

Additional context None at this time

ZyenDomani commented 10 months ago

autodock, along with the other auto-type functions are client side only. these systems use data from the server to determine next steps.
it's not a complicated process, using simple ai, but the way we send data confuses it.

this ties in with autopilot, as it's the same type of system.

Allan

OperationDx commented 10 months ago

Thanks for the info.

jdhirst commented 2 months ago

Closing as duplicate of #263