OpenCS2hock/README.md

84 lines
2.8 KiB
Markdown
Raw Normal View History

2024-01-16 01:35:25 +01:00
# OpenCS2hock
2024-01-16 04:43:07 +01:00
![GitHub License](https://img.shields.io/github/license/c9glax/OpenCS2hock)
![GitHub Release](https://img.shields.io/github/v/release/c9glax/OpenCS2hock)
2024-01-16 01:35:25 +01:00
Electrifying your Counter-Strike experience. With [OpenShock](https://openshock.org/)!
## How to use
2024-01-16 01:36:06 +01:00
Download [latest Release](https://github.com/C9Glax/OpenCS2hock/releases/latest) and execute.
2024-01-16 01:35:25 +01:00
Example `config.json`. Place next to executable. Will also be generated on first start.
2024-01-16 01:22:53 +01:00
```json
2024-01-14 02:41:33 +01:00
{
2024-01-16 01:22:53 +01:00
"LogLevel": 2,
"Shockers": [
{
"ShockerIds": [
"ID HERE"
],
"IntensityRange": {
"Min": 30,
"Max": 50
},
"DurationRange": {
"Min": 1000,
"Max": 1000
},
"ApiType": 0,
"Endpoint": "https://api.shocklink.net",
"ApiKey": "API KEY HERE"
}
],
"ShockerActions": [
{
"TriggerEvent": 2,
"ShockerIds": [
"SAME ID HERE"
],
"Action": 2,
"ValueFromInput": false
}
]
2024-01-14 02:41:33 +01:00
}
2024-01-14 02:52:39 +01:00
```
2024-01-18 18:15:11 +01:00
### LogLevel
[Levels](https://learn.microsoft.com/de-de/dotnet/api/microsoft.extensions.logging.loglevel?view=dotnet-plat-ext-8.0)
2024-01-14 02:52:39 +01:00
### ApiKey
2024-01-18 18:15:11 +01:00
For OpenShock (HTTP) get token [here](https://shocklink.net/#/dashboard/tokens)
### ApiType
2024-01-18 18:16:10 +01:00
CShocker [![Github](https://img.shields.io/badge/Github-8A2BE2)](https://github.com/C9Glax/cshocker) [here](https://github.com/C9Glax/CShocker/blob/master/CShocker/Shockers/Abstract/ShockerApi.cs)
2024-01-14 02:52:39 +01:00
### ShockerIds
2024-01-18 18:15:11 +01:00
List of Shocker-Ids, comma seperated. Get ID of shocker [here](https://shocklink.net/#/dashboard/shockers/own). Press the three dots -> Edit
2024-01-14 02:52:39 +01:00
Example `[ "ID-1", "ID-2" ]`
### Intensity Range
2024-01-16 01:35:25 +01:00
`0-100`%
2024-01-14 02:52:39 +01:00
### Duration Range
in ms
2024-01-18 18:15:11 +01:00
### TriggerEvent IDs
2024-01-18 18:16:10 +01:00
From CS2GSI [![Github](https://img.shields.io/badge/Github-8A2BE2)](https://github.com/C9Glax/CS2GSI) [here](https://github.com/C9Glax/CS2GSI/blob/master/CS2GSI/CS2Event.cs)
2024-01-18 18:15:11 +01:00
2024-01-14 02:52:39 +01:00
### Values for `Actions`
2024-01-18 18:16:50 +01:00
From CShocker [![Github](https://img.shields.io/badge/Github-8A2BE2)](https://github.com/C9Glax/cshocker) [here](https://github.com/C9Glax/CShocker/blob/master/CShocker/Shockers/ControlAction.cs)
2024-01-18 18:15:11 +01:00
### ValueFromInput
Use CS2GSI EventArgs value to determine Intensity (within configured Range)
2024-01-16 01:35:25 +01:00
# Using
### CS2GSI
[![GitHub License](https://img.shields.io/github/license/c9glax/CS2GSI)](/LICENSE)
[![NuGet Version](https://img.shields.io/nuget/v/CS2GSI)](https://www.nuget.org/packages/CS2GSI/)
[![Github](https://img.shields.io/badge/Github-8A2BE2)](https://github.com/C9Glax/CS2GSI)
[![GitHub Release](https://img.shields.io/github/v/release/c9glax/CS2GSI)](https://github.com/C9Glax/CS2GSI/releases/latest)
### CShocker
[![GitHub License](https://img.shields.io/github/license/c9glax/cshocker)](https://github.com/C9Glax/CShocker)
[![Github](https://img.shields.io/badge/Github-8A2BE2)](https://github.com/C9Glax/cshocker)
[![NuGet Version](https://img.shields.io/nuget/v/CShocker)](https://shields.io/badges/nu-get-version)