Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
C9Glax committed Jan 16, 2024
1 parent 9f961f2 commit 4e30b7f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Example `config.json`. Place next to executable. Will also be generated on first start.
```
```json
{
"SteamId": "<Your SteamId>",
"LogLevel": 2,
"OpenShockSettings": {
"Endpoint": "https://api.shocklink.net",
"ApiKey": "<Your Shocklink API Key>",
Expand All @@ -16,17 +16,16 @@
"Max": 1000
},
"Actions": {
"OnKill": "Beep",
"OnKill": "Nothing",
"OnDeath": "Shock",
"OnRoundStart": "Nothing",
"OnRoundEnd": "Vibrate",
"OnRoundWin": "Nothing",
"OnRoundLoss": "Shock"
"OnRoundLoss": "Shock",
"OnDamageTaken": "Vibrate"
}
}
```
### SteamId
Your SteamId64 [here](https://steamid.io/lookup)

### ApiKey
For OpenShock get token [here](https://shocklink.net/#/dashboard/tokens)
Expand Down

0 comments on commit 4e30b7f

Please sign in to comment.