fix(game/soulmask): set version from rules if available (#772)

* fix Soulmask version

* add Soulmask extra documentation

* update CHANGELOG
This commit is contained in:
Pedro Ivo Hudson 2026-05-11 16:20:00 -03:00 committed by GitHub
parent cb3e096331
commit 62f915ba53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 2 deletions

View file

@ -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
---