Open jvarsoke opened 9 years ago
A tool to merge logs would solve this as well.
While valuable in its own right, it wouldn't solve this problem. You would just have one long logfile - but playing through it wouldn't give you the dice-stats unless the dice-stat system kept track of rolls in the log (which is currently does not -- I suspect the dice-stats are accumulated on the button-pushes, currently).
In a multi-session VASL game, the dice-stats logger only keeps track of the current session. However, it would be beneficial if, when playing back through a log (starting a log at the beginning and advancing until the current state) all rolls were added to the stats. This would allow stats to be accumulated over the whole game, rather than just the session.
It could potentially allow for other players, when reviewing someone else's log, to see the dice stats if this issue were resolved along with #197 .