mirror of
https://github.com/Tribufu/node-gamedig
synced 2026-08-09 23:21:06 +00:00
fix(game/soulmask): set version from rules if available (#772)
* fix Soulmask version * add Soulmask extra documentation * update CHANGELOG
This commit is contained in:
parent
cb3e096331
commit
62f915ba53
4 changed files with 17 additions and 2 deletions
|
|
@ -279,7 +279,7 @@
|
|||
| sof2 | Soldier of Fortune 2 | |
|
||||
| soldat | Soldat | [Notes](#soldat) |
|
||||
| sotf | Sons Of The Forest | [Valve Protocol](#valve) |
|
||||
| soulmask | Soulmask | [Valve Protocol](#valve) |
|
||||
| soulmask | Soulmask | [Notes](#soulmask), [Valve Protocol](#valve) |
|
||||
| spaceengineers | Space Engineers | [Valve Protocol](#valve) |
|
||||
| squad | Squad | [EOS Protocol](#epic) |
|
||||
| ssl | SCP: Secret Labratory | [Notes](#ssl) |
|
||||
|
|
@ -518,6 +518,9 @@ For queries to work, A2S needs to be setup in the server config, more info [here
|
|||
|
||||
Does not provide players data.
|
||||
|
||||
### <a name="soulmask"></a>Soulmask
|
||||
Soulmask reports a hardcoded version (`1.0.0.0`) in the A2S_INFO response. To get the real game version, pass `requestRules: true` — the actual version is read from the `NO_s` rules key.
|
||||
|
||||
Protocols with Additional Notes
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue