LiveSplit / obs-livesplit-one

A plugin for OBS Studio that allows adding LiveSplit One as a source.
Apache License 2.0
63 stars 17 forks source link

Autosplitters do not save splits file on reset #54

Closed BarackOBusiness closed 3 months ago

BarackOBusiness commented 4 months ago

The option "Automatically save splits file on reset" rather counterintuitively only writes to the splits file when pressing the reset hotkey in OBS. I would expect that any autosplitter calling timer::reset() should cause this write to the splits file to also be triggered with the option enabled, looking into the code however, I could not follow the control flow enough to figure out where to add this, however I'd figure it's a critical use case that should eventually be tackled.

CryZe commented 4 months ago

This is blocked by https://github.com/LiveSplit/livesplit-core/issues/807 which I already made some really good progress on in the last week.

CryZe commented 3 months ago

This is fixed in v0.4.1 :)