Jujstme
Jujstme
The kind of behavior you're asking for is just unsupported in Livesplit. I don't think non-linear routes are part of its design.
Other than LiveSplit's main update interval, each autosplitter can freely change its refreshRate as documented here Also coded here: https://github.com/LiveSplit/LiveSplit.ScriptableAutoSplit/blob/f599ae9900b02fb1166e7fb6e47c35452cd74265/Component.cs#L161 Keep in mind the default value is roughly 60 times...
After a bit of testing in a fresh linux installation, it seems the issue is something that has to do with Wayland. At least In my case... or with some...
Side note to this: UnleashedRecomp should probably be compiled with support for xdg-desktop-portal instead of relying on the gtk file chooser. This is not only what is usually recommended for...
That happens because the [GamePath()](https://github.com/hedge-dev/UnleashedRecomp/blob/131427e017588fe349e10694bdaf2a37900683d7/UnleashedRecomp/user/paths.h#L13) function is set to return `.`, which corresponds to the current working directory. Of note, this also happens on Linux. If you don't launch the...
I am on a pure IPv6 connection (there's an ISP -provided translation to ipv4 for compatibility purposes) and I'm not having any issue.
Installation in gaming mode doesn't work neither before nor after this. You still need to complete the installation in desktop mode, as per [recommendations](https://github.com/hedge-dev/UnleashedRecomp?tab=readme-ov-file#file-picker-unavailable-on-steam-deck-in-game-mode) However, instead of flatout crashing, the...
It works on my steam deck, but people are welcome to test, obviously.
> * The ability to access mounted drives (I have a vague recollection it didn't quite show me all the options I had available on GTK). > * The ability...