mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
feat: add serious sam the second encounter support (#625)
* feat: add serious sam the second encounter support * docs: add game to GAMES_LIST and update CHANGELOG with pr number
This commit is contained in:
parent
fe8628fcee
commit
d71b8f0243
3 changed files with 11 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
## 5.X.Y
|
## 5.X.Y
|
||||||
* Fix: `Deus Ex` using the wrong protocol (#621)
|
* Fix: `Deus Ex` using the wrong protocol (#621)
|
||||||
* Fix: `Soldier ff Fortune` using the wrong protocol (#623)
|
* 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: For the Quake2 protocol `version`'s field, also look for `version` in the raw object
|
||||||
* Feat: Add option `requestPlayers`, defaults to `true`.
|
* Feat: Add option `requestPlayers`, defaults to `true`.
|
||||||
* Added support for Icarus using valve protocol (By @xCausxn #626)
|
* Added support for Icarus using valve protocol (By @xCausxn #626)
|
||||||
|
|
|
||||||
|
|
@ -270,6 +270,7 @@
|
||||||
| soulmask | Soulmask | [Valve Protocol](#valve) |
|
| soulmask | Soulmask | [Valve Protocol](#valve) |
|
||||||
| spaceengineers | Space Engineers | [Valve Protocol](#valve) |
|
| spaceengineers | Space Engineers | [Valve Protocol](#valve) |
|
||||||
| squad | Squad | [Valve Protocol](#valve) |
|
| squad | Squad | [Valve Protocol](#valve) |
|
||||||
|
| sstse | Serious Sam: The Second Encounter | |
|
||||||
| stalker | S.T.A.L.K.E.R. | |
|
| stalker | S.T.A.L.K.E.R. | |
|
||||||
| starbound | Starbound | [Valve Protocol](#valve) |
|
| starbound | Starbound | [Valve Protocol](#valve) |
|
||||||
| starmade | StarMade | |
|
| starmade | StarMade | |
|
||||||
|
|
|
||||||
|
|
@ -2585,6 +2585,15 @@ export const games = {
|
||||||
protocol: 'valve'
|
protocol: 'valve'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
sstse: {
|
||||||
|
name: 'Serious Sam: The Second Encounter',
|
||||||
|
release_year: 2002,
|
||||||
|
options: {
|
||||||
|
port: 25600,
|
||||||
|
port_query_offset: 1,
|
||||||
|
protocol: 'gamespy1'
|
||||||
|
}
|
||||||
|
},
|
||||||
theship: {
|
theship: {
|
||||||
name: 'The Ship',
|
name: 'The Ship',
|
||||||
release_year: 2006,
|
release_year: 2006,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue