Skip to content

Commit

Permalink
Merge branch 'master' into feat/add-minetest
Browse files Browse the repository at this point in the history
  • Loading branch information
xCausxn authored Jun 11, 2024
2 parents a4bd3cd + 0502c39 commit 50e2ca7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## To Be Released...
## 5.X.Y
* Minetest - Added support for minetest utilizing official server list (By @xCausxn #573)
* Soulmask - Added support (By @xCausxn #572)

## 5.0.0
* Added a new stabilized field `version` in the query response (By @podrivo #532)
Expand Down
1 change: 1 addition & 0 deletions GAMES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,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. | |
Expand Down
9 changes: 9 additions & 0 deletions lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -2637,6 +2637,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,
Expand Down

0 comments on commit 50e2ca7

Please sign in to comment.