-
Notifications
You must be signed in to change notification settings - Fork 540
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
Makes the emergency shuttle and status display process timed to the second #36388
Makes the emergency shuttle and status display process timed to the second #36388
Conversation
Awful way to go about it. |
i was debating making the shuttles do this too but yea, wasnt sure |
I'm going to recommend Damian's implementation over this version. Having a 1 second tick subsystem (or, imo, slightly less than a second, Half a second?) for things like the status screens and other specific machinery that needs the precision would be pretty nice. |
redid it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On testing with the escape shuttle, the timers are more accurate on their updating, but are still not perfect. In my testing, I found that about 50% of the time it skips a second. Pretty close though - we might need to make the wait time even shorter in order to properly update so that it guarantees an update to the second even accounting for other strange tick delay stuff.
i'll see what i can do, but if i run into other issues during it i'll leave it as is, i still find it to be an improvement. |
[bugfix]
What this does
so displays don't skip from 0:06 to 0:04 for example
changes emergency shuttle subsystem update from 2 to 1 seconds, supply shuttle one was already on 1 anyways
Changelog
🆑