FrankvdStam / SoulSplitter

A livesplit plugin for souls-games
GNU General Public License v3.0
40 stars 8 forks source link

Somewhat proper standalone timer implementation #27

Closed Vinjul1704 closed 6 months ago

Vinjul1704 commented 6 months ago

This PR moves the standalone ER cli timer + blackscreen remover to a separate executable, while also adding support for DS 1-3 and Sekiro.

On start, it prompts the user for the game, after which it displays the timer (or error message) underneath it. Due to this, it also doesn't clear the entire console window anymore each time it updates, and instead updates the same line. In some cases, resizing the window too much might not work super well, but it generally behaved well on both Windows and Linux in my testing.

I also noticed that the time formatting in the previous code sticked to a 24 hour time format, after which it would loop around, which I fixed.

The use case for this is mostly Linux users speedrunning via Wine/Proton, since LiveSplit tends to be wonky there.

FrankvdStam commented 6 months ago

Thanks a lot for your efforts, much appreciated. I have a few comments and it looks like I have to fiddle with the build a bit to merge this.