Skip to content

Commit

Permalink
feat: add serious sam the second encounter support (#625)
Browse files Browse the repository at this point in the history
* feat: add serious sam the second encounter support

* docs: add game to GAMES_LIST and update CHANGELOG with pr number
  • Loading branch information
CosminPerRam authored Sep 2, 2024
1 parent fe8628f commit d71b8f0
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 @@ -3,6 +3,7 @@
## 5.X.Y
* Fix: `Deus Ex` using the wrong protocol (#621)
* Fix: `Soldier ff Fortune` using the wrong protocol (#623)
* Feat: Serious Sam: The Second Encounter (2002) - Added support (#625)
* Feat: For the Quake2 protocol `version`'s field, also look for `version` in the raw object
* Feat: Add option `requestPlayers`, defaults to `true`.
* Added support for Icarus using valve protocol (By @xCausxn #626)
Expand Down
1 change: 1 addition & 0 deletions GAMES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@
| soulmask | Soulmask | [Valve Protocol](#valve) |
| spaceengineers | Space Engineers | [Valve Protocol](#valve) |
| squad | Squad | [Valve Protocol](#valve) |
| sstse | Serious Sam: The Second Encounter | |
| stalker | S.T.A.L.K.E.R. | |
| starbound | Starbound | [Valve Protocol](#valve) |
| starmade | StarMade | |
Expand Down
9 changes: 9 additions & 0 deletions lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -2585,6 +2585,15 @@ export const games = {
protocol: 'valve'
}
},
sstse: {
name: 'Serious Sam: The Second Encounter',
release_year: 2002,
options: {
port: 25600,
port_query_offset: 1,
protocol: 'gamespy1'
}
},
theship: {
name: 'The Ship',
release_year: 2006,
Expand Down

0 comments on commit d71b8f0

Please sign in to comment.