mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue