feat: update Soldat protocol (#642)

* feat: add Soldat support

* feat: update protocol in games.js and CHANGELOG

* feat: add gamemode in the raw object

* remove debug console log

* misspell

* docs: add server config requirements

* fix games list formatting issue

* fix: players list
This commit is contained in:
CosminPerRam 2024-09-25 18:56:15 +03:00 committed by GitHub
parent 675c5ee4bc
commit c77ca299b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 58 additions and 5 deletions

View file

@ -267,7 +267,7 @@
| sinepisodes | SiN Episodes | [Valve Protocol](#valve) |
| sof | Soldier of Fortune | |
| sof2 | Soldier of Fortune 2 | |
| soldat | Soldat | |
| soldat | Soldat | [Notes](#soldat) |
| sotf | Sons Of The Forest | [Valve Protocol](#valve) |
| soulmask | Soulmask | [Valve Protocol](#valve) |
| spaceengineers | Space Engineers | [Valve Protocol](#valve) |
@ -490,3 +490,6 @@ EOS does not provide players data.
### <a name="palworld"></a>Palworld
Palworld support can be unstable, the devs mention the api is currently experimental.
To query Palworld servers, the `RESTAPIEnabled` setting must be `True` in the configuration file, and you need to pass the `username` (currently always `admin`) and the `adminpassword` (from the server config) as the `password` parameter.
### <a name="soldat"></a>Soldat
Requires `Allow_Download` and `Logging` to be `1` in the server config.