mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
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:
parent
675c5ee4bc
commit
c77ca299b0
5 changed files with 58 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue