LiveSplit.Server icon indicating copy to clipboard operation
LiveSplit.Server copied to clipboard

A LiveSplit Component that allows a remote connection and control of LiveSplit by starting a small server within LiveSplit.

Results 11 LiveSplit.Server issues
Sort by recently updated
recently updated
newest added

After installing the server component into LiveSplit I tried to start it using the instructions but it doesn’t appear in the Control dropdown box. I have tried reinstalling the component...

On my first run, the client shows 0.00, starts when the run does, and then counts normally. After my first reset, the timer will show 0.02-0.04 until the start of...

Additionally, all commands now respond with a message indicating their success or failure

enhancement

As it is, Bizhawk prepends every command with the number of bytes of the sent message; i.e. sending "starttimer\r\n" actually sends `12 starttimer\r\n`. It would be helpful if this module...

TL; DR: Please consider adding a HTTP server (that is CORS aware) in addition to the socket server. I was trying to use LiveSplit with a web browser based game...

Hello, I can't find a documentation nor solution (after studying your source code), to set these both times. Neither the "TIME" format is documented anywhere, nor it did work with...

I'm working on autosplitting for a game that would require me to constantly change LSS files based on what i'm doing in said game. I'd love to be able to...

'getcurrenttime' is the only command that will directly retrieve livesplit's timer data, and it always retrieves via TimingMethod.RealTime. I've initialized game time. I've setcomparison to gametime. Doesn't matter. When I...

https://i.imgur.com/WZGwb0B.png It's setting the IP to VMNET8 which is the VMWare Network adapter and incorrect. An inconvenient workaround is to disable all but the correct Network Adapters and re-enable them...

Unless I'm wrong, I don't think it's possible to derive if the last segment was a gold split or not from the current implemented commands. I would like to propose...