From 4e30b7f9d8632711fca7c909c71417f99d20c595 Mon Sep 17 00:00:00 2001 From: glax Date: Tue, 16 Jan 2024 01:22:53 +0100 Subject: [PATCH] Update Readme --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9ac8308..bf87b31 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Example `config.json`. Place next to executable. Will also be generated on first start. -``` +```json { - "SteamId": "", + "LogLevel": 2, "OpenShockSettings": { "Endpoint": "https://api.shocklink.net", "ApiKey": "", @@ -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)