mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
feat(games): add Clive Barker's Undying to game list (#733)
* feat(games): add Clive Barker's Undying to game list * Added new game entry for "Clive Barker's Undying" * Release year set to 2002 * Configured options with port 7777 and protocol 'gamespy1' * docs: add GAMES_LIST.md entryw * docs: add CHANGELOG.md line --------- Co-authored-by: CosminPerRam <cosmin.p@live.com>
This commit is contained in:
parent
b4da5fd93d
commit
b27cbcbe2b
3 changed files with 11 additions and 0 deletions
|
|
@ -510,6 +510,15 @@ export const games = {
|
|||
doc_notes: 'aosc-buildandshoot'
|
||||
}
|
||||
},
|
||||
cbu: {
|
||||
name: "Clive Barker's Undying",
|
||||
release_year: 2002,
|
||||
options: {
|
||||
port: 7777,
|
||||
port_query_offset: 1,
|
||||
protocol: 'gamespy1'
|
||||
}
|
||||
},
|
||||
cod: {
|
||||
name: 'Call of Duty',
|
||||
release_year: 2003,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue