Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distance to dock #879

Open
royfalk opened this issue Sep 22, 2024 · 5 comments
Open

Distance to dock #879

royfalk opened this issue Sep 22, 2024 · 5 comments
Labels

Comments

@royfalk
Copy link
Contributor

royfalk commented Sep 22, 2024

When getting very close to the dock (1k-5k?) of a planet, the distance from the dock disappears. This should not happen.

@royfalk royfalk added the bug label Sep 22, 2024
@evertvorster
Copy link
Contributor

Agreed.
In my play testing I would hang around that area for a little while, and the numbers would then become visible again. Sometimes for longer, sometimes for shorter periods. What always stays the same, is the time that the numbers are gone.

This is also a similar time that when you try to land at a base, and some other ship pops into the dock before you, making that dock unavailable.

This leads me to think that the game engine currently has only one dock assigned to a planet, and when a ship is using it, it is not available to you. We should just modify the dock code for planets to always accept a docking request when you are in range, and the chances are that this change would also clear up this issue.

@royfalk
Copy link
Contributor Author

royfalk commented Sep 22, 2024

That is potentially very helpful. I did not notice that. To be fair, I haven't actually been playing the game the last couple of years, except when testing.

@BenjamenMeyer
Copy link
Member

I don't know that it necessarily disappears; it's just that you're so close to the planet and the dock rectangle is so large you have a hard time seeing it.

@royfalk
Copy link
Contributor Author

royfalk commented Sep 23, 2024

I don't know that it necessarily disappears; it's just that you're so close to the planet and the dock rectangle is so large you have a hard time seeing it.

It's not the rectangle that disappears. It's the distance to it in the hud.

@BenjamenMeyer
Copy link
Member

I don't know that it necessarily disappears; it's just that you're so close to the planet and the dock rectangle is so large you have a hard time seeing it.

It's not the rectangle that disappears. It's the distance to it in the hud.

ahh.. yeah I see that very often. I'd also like to increase that distance for planets so that the rectangle remains in easy view when it kicks off the dock instead of requiring you to be so close to the planet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants