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

Show remaining time until site adding completes (as a progress bar) #5

Open
narc0tiq opened this issue Oct 4, 2015 · 3 comments
Open

Comments

@narc0tiq
Copy link
Owner

narc0tiq commented Oct 4, 2015

When adding a site, there is a ten second grace period during which you can add more entities of the same ore type (e.g., for merging two shards of the same kind of ore, or for oil sites). We should show visual feedback while this timer counts down, to allow the player to gauge how quickly they need to move.

@jocker-il
Copy link
Contributor

A very good idea ! I second that

@georgehank
Copy link

Yes, this. Since there's no (is there?) way to shorten that interval... for adding sort-of close by fields that you do want as separate fields anyway.

@narc0tiq narc0tiq modified the milestone: 0.8 Aug 17, 2016
@narc0tiq narc0tiq removed this from the Next major version milestone Mar 23, 2019
@narc0tiq narc0tiq added this to the Stretch goals for 1.0 milestone Nov 18, 2024
@narc0tiq
Copy link
Owner Author

With the UI refactor coming in 1.0, there's probably a chance to add this. It's not that hard, just check if player_data.current_site and we can further check for a progress { total = 120, started_at = --[[tick number]] 12345 } table, and that should be enough to make a time-progress bar.

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

No branches or pull requests

3 participants