Compare commits
4 Commits
9f961f2c65
...
2.0.1
Author | SHA1 | Date | |
---|---|---|---|
fa6a8d4e15 | |||
96443f3c0a | |||
c7b9b6bc35 | |||
4e30b7f9d8 |
@ -9,7 +9,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="CS2GSI" Version="1.0.3" />
|
<PackageReference Include="CS2GSI" Version="1.0.4" />
|
||||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
27
README.md
27
README.md
@ -1,7 +1,17 @@
|
|||||||
Example `config.json`. Place next to executable. Will also be generated on first start.
|
# OpenCS2hock
|
||||||
```
|

|
||||||
|

|
||||||
|
|
||||||
|
Electrifying your Counter-Strike experience. With [OpenShock](https://openshock.org/)!
|
||||||
|
|
||||||
|
## How to use
|
||||||
|
|
||||||
|
Download [latest Release](https://github.com/C9Glax/OpenCS2hock/releases/latest) and execute.
|
||||||
|
|
||||||
|
Example `config.json`. Place next to executable. Will also be generated on first start.
|
||||||
|
```json
|
||||||
{
|
{
|
||||||
"SteamId": "<Your SteamId>",
|
"LogLevel": 2,
|
||||||
"OpenShockSettings": {
|
"OpenShockSettings": {
|
||||||
"Endpoint": "https://api.shocklink.net",
|
"Endpoint": "https://api.shocklink.net",
|
||||||
"ApiKey": "<Your Shocklink API Key>",
|
"ApiKey": "<Your Shocklink API Key>",
|
||||||
@ -16,17 +26,16 @@
|
|||||||
"Max": 1000
|
"Max": 1000
|
||||||
},
|
},
|
||||||
"Actions": {
|
"Actions": {
|
||||||
"OnKill": "Beep",
|
"OnKill": "Nothing",
|
||||||
"OnDeath": "Shock",
|
"OnDeath": "Shock",
|
||||||
"OnRoundStart": "Nothing",
|
"OnRoundStart": "Nothing",
|
||||||
"OnRoundEnd": "Vibrate",
|
"OnRoundEnd": "Vibrate",
|
||||||
"OnRoundWin": "Nothing",
|
"OnRoundWin": "Nothing",
|
||||||
"OnRoundLoss": "Shock"
|
"OnRoundLoss": "Shock",
|
||||||
|
"OnDamageTaken": "Vibrate"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
### SteamId
|
|
||||||
Your SteamId64 [here](https://steamid.io/lookup)
|
|
||||||
|
|
||||||
### ApiKey
|
### ApiKey
|
||||||
For OpenShock get token [here](https://shocklink.net/#/dashboard/tokens)
|
For OpenShock get token [here](https://shocklink.net/#/dashboard/tokens)
|
||||||
@ -37,7 +46,7 @@ List of Shocker-Ids, comma seperated. Get Id [here](https://shocklink.net/#/dash
|
|||||||
Example `[ "ID-1", "ID-2" ]`
|
Example `[ "ID-1", "ID-2" ]`
|
||||||
|
|
||||||
### Intensity Range
|
### Intensity Range
|
||||||
`0-100`
|
`0-100`%
|
||||||
|
|
||||||
|
|
||||||
### Duration Range
|
### Duration Range
|
||||||
@ -47,3 +56,5 @@ in ms
|
|||||||
- Beep
|
- Beep
|
||||||
- Shock
|
- Shock
|
||||||
- Vibrate
|
- Vibrate
|
||||||
|
|
||||||
|
# Using [CS2GSI](https://github.com/C9Glax/CS2GSI)
|
Reference in New Issue
Block a user