Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyHen committed Oct 7, 2022
2 parents a658ecf + 55e67d5 commit b0106f4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# LiveSplit component for therun.gg

This component does two things:

1. After every reset, it uploads your LiveSplit .lss file to therun.gg. This will automatically sync your runs with the site. No more manual uploading needed. Also works with new runs that haven't been uploaded before to the site.
2. After every split action, sends data about the current run only to therun.gg. This allows therun.gg to keep track of live runs.

Right now, only the automatic upload is working. The data for the live runs gets transmitted, but I'm still working on the features on therun.gg itself to handle this data. Coming soon!

## How to install

1. Download the .dll file from the latest release https://github.com/therungg/LiveSplit.TheRun/releases/
2. Insert the .dll file into your LiveSplit/Components directory and restart LiveSplit.
3. Edit your LiveSplit Layout. Create a new Layout entry. The component should be under Information and is called therun.gg.
4. Login to therun.gg and hover over your name in the top-right corner. Select Upload Key (or go here: https://therun.gg/upload-key). Copy the key from the clickable box.
5. Back in LiveSplit, edit your Layout once again and select Layout Settings. On the "therun.gg" tab, insert your upload key. Select OK.

That's it! From now on, when you use this layout, your runs will automatically be uploaded to therun.gg.

## Upload Key

Make sure to keep your Upload key secret! Anyone with this key can upload runs on your behalf.

## Beta

The Component is still in beta and being tested. If you find any bugs, please let me know at [email protected] or through our Discord at https://discord.gg/KuAwwPsKUp.

0 comments on commit b0106f4

Please sign in to comment.