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

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