Skip to content

Commit

Permalink
updated files for push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardmedicNL committed Dec 19, 2023
1 parent 850818a commit c6f26c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/example_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"onlyleaderboards":"false",
"show_input": "true",
"verbose": "false",
"log_to_file": "true"
"log_to_file": "false"
}
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# what does it do:
a server sided script that reads logs from assettoserver and acServer for lap times, stage times (found on shutoko), shmoovin score entries and general server information and posts them to a leaderboard posted via discord webhooks.
a server sided script that reads logs from assettoserver and acServer for lap times, stage times (found on shutoko), shmoovin score entries and general server information and posts them to a leaderboard posted via discord webhooks aswell as html files in a html folder to use as live overlays in obs.

it makes as many messages as there are servers and will delete them if the server no longer exsists.

Expand All @@ -16,6 +16,8 @@ laptimes and full server info can be set on or off in the configs as described b

![alt text](screenshot6.png)

![alt text](screenshot7.png)

# how to use:
1. install python on your system from the python website https://www.python.org/downloads/ make sure to select add python to path
2. install the requests module trough pip with the following command in a terminal
Expand Down
Binary file added screenshot7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c6f26c4

Please sign in to comment.