docs(counterstrike2): does not provide player names, note workaround (#675)

* docs(counterstrike2): does not provide player names, note workaround plugin

* docs(CHANGELOG.md): update
This commit is contained in:
CosminPerRam 2025-02-11 11:34:32 +02:00 committed by GitHub
parent 467606f6a6
commit 7ba1bc9e67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View file

@ -3,6 +3,7 @@
## 5.X.Y
* Docs: Arma Reforger query setup note (#670, thanks @xCausxn)
* Fix: Grand Theft Auto V - FiveM wrap the players query in a try block as it doesn't provide the data by default anymore (#674, thanks @xCausxn)
* Docs: Counter-Strike 2 does not provide players names, note this and a plugin workaround (#675).
## 5.2.0
* Fix: Palworld not respecting query output players schema (#666)

View file

@ -79,7 +79,7 @@
| corekeeper | Core Keeper | [Valve Protocol](#valve) |
| counterstrike15 | Counter-Strike 1.5 | |
| counterstrike16 | Counter-Strike 1.6 | [Valve Protocol](#valve) |
| counterstrike2 | Counter-Strike 2 | [Valve Protocol](#valve) |
| counterstrike2 | Counter-Strike 2 | [Notes](#cs2), [Valve Protocol](#valve) |
| crce | Cross Racing Championship Extreme | |
| creativerse | Creativerse | [Valve Protocol](#valve) |
| crysis | Crysis | |
@ -538,3 +538,6 @@ Requires `Allow_Download` and `Logging` to be `1` in the server config.
### <a name="gta5f"></a>Grand Theft Auto V - FiveM
Requires the `sv_exposePlayerIdentifiersInHttpEndpoint` convar to be `1` for the query to return players' data.
### <a name="cs2"></a>Counter-Strike 2
Does not provide players names, using a plugin like this [one](https://github.com/Source2ZE/ServerListPlayersFix) makes the query to return them.

View file

@ -777,7 +777,8 @@ export const games = {
protocol: 'valve'
},
extra: {
old_id: 'cs2'
old_id: 'cs2',
doc_notes: 'cs2'
}
},
creativerse: {