mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
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:
parent
2b58e0d233
commit
0502c39c9c
3 changed files with 11 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue