-
Notifications
You must be signed in to change notification settings - Fork 8
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
Recording status alert #41
Comments
Status reports could also include (change) of tracker? |
Easiest would be to print (chat) messages when something changes, but I guess it would (also) be nice to have it on screen (like FPS/UPS, evo, etc info)? Maybe implement both and make it configurable by the user to have it off, in chat, or on-screen |
I really like this idea. Maybe all it needs is a series of lights in the main timelapse menu. 'Normal recording', 'transition underway', 'transition complete' |
is it possible to do this with a reskin of the "pause all cameras" button? So it would switch between icons to indicate recording/transition status? I don't know enough to know if buttons can have their icons changed during the game. |
That would be nice, but I doubt it is possible as prototypes are constructed/managed in the 'data stage' only. |
Experimented with custom alerts, but those require an entity to get tied to (can fake one, but still). And they disappear after a while (so we'd need to spam them over and over) |
Decided to make use of Stats GUI. I could not think of a good indicator that actually works (having a 'lamp' in some corner of the screen didn't look nice in my mind, especially with multiple cameras). Adding support for Stats GUI is easy and could be replaced when a better (graphical) UI have been figured out. |
@drdozer Feel free to try it from branch issue-41_show-camera-stats. |
The feature will be included in the next release |
Is your policy to leave tickets open until the release, or close them when the final merge happens? I don't much mind which but would like to know what the policy is. |
until after the release |
Released in v1.5.0 |
From https://mods.factorio.com/mod/TLBE/discussion/6498a5ed070072bbaa7d044c
The text was updated successfully, but these errors were encountered: