Record event markers when playing a replay from a file? #4
Robertsmania
started this conversation in
Ideas
Replies: 1 comment
-
I did implement this as a feature. There is a variable that gets set in the initialization command:
There is also a command to toggle the property:
If you do want to use the system to record markers for a replay you load from a file, here are the steps to take:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been playing with saving/loading the event marker data. One issue that has come up is whether the system continues to try and add event markers when its playing a replay that was loaded from a file.
It used to be that it would always record the markers, but tried not to have duplicate entries in the list. I'm finding that to be actually problematic and in the current release it only records the event markers if it knows its running in a live session.
But it has come up that some people would like to be able to load a replay that they do not have marker data for, run the event and have it set the markers - and then save that data for future review.
We could introduce a configuration variable to control that, but I wonder if the added complexity would just make it more confusing or prone to error?
Beta Was this translation helpful? Give feedback.
All reactions