feat: Add Soulmask Support (#572)

* feat: Add Soulmask game support (valve)

* feat: Update Soulmask game port to 8777 and add port_query field

* Update CHANGELOG.md
This commit is contained in:
James Causon 2024-06-11 20:03:44 +01:00 committed by GitHub
parent 2b58e0d233
commit 0502c39c9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,7 @@
## To Be Released...
## 5.X.Y
In progress?
* Soulmask - Added support (By @xCausxn #572)
## 5.0.0
* Added a new stabilized field `version` in the query response (By @podrivo #532)

View File

@ -261,6 +261,7 @@
| sof2 | Soldier of Fortune 2 | |
| soldat | Soldat | |
| sotf | Sons Of The Forest | [Valve Protocol](#valve) |
| soulmask | Soulmask | [Valve Protocol](#valve) |
| spaceengineers | Space Engineers | [Valve Protocol](#valve) |
| squad | Squad | [Valve Protocol](#valve) |
| stalker | S.T.A.L.K.E.R. | |

View File

@ -2629,6 +2629,15 @@ export const games = {
old_id: 'sonsoftheforest'
}
},
soulmask: {
name: 'Soulmask',
release_year: 2024,
options: {
port: 8777,
port_query: 27015,
protocol: 'valve'
}
},
stalker: {
name: 'S.T.A.L.K.E.R.',
release_year: 2007,