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
|
|
@ -7,6 +7,7 @@
|
||||||
* Fix: BeamMP would not match on given port (#730)
|
* Fix: BeamMP would not match on given port (#730)
|
||||||
* Fix: version field would sometimes be a Number type (#735)
|
* Fix: version field would sometimes be a Number type (#735)
|
||||||
* Feat: Squad - Replace Valve protocol with EOS protocol (By @k3ithos #731)
|
* Feat: Squad - Replace Valve protocol with EOS protocol (By @k3ithos #731)
|
||||||
|
* Feat: Clive Barker's Undying - Added support (By @dgibbs64 #733)
|
||||||
|
|
||||||
## 5.3.1
|
## 5.3.1
|
||||||
* Fix: HTTP requests would end up making more retries than needed due to got's internal retry mechanism (#690, thanks @RattleSN4K3)
|
* Fix: HTTP requests would end up making more retries than needed due to got's internal retry mechanism (#690, thanks @RattleSN4K3)
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,7 @@
|
||||||
| c2d | CS2D | |
|
| c2d | CS2D | |
|
||||||
| c3db | Commandos 3: Destination Berlin | |
|
| c3db | Commandos 3: Destination Berlin | |
|
||||||
| cacr | Command and Conquer: Renegade | |
|
| cacr | Command and Conquer: Renegade | |
|
||||||
|
| cbu | Clive Barker's Undying | |
|
||||||
| chaser | Chaser | |
|
| chaser | Chaser | |
|
||||||
| chrome | Chrome | |
|
| chrome | Chrome | |
|
||||||
| cmw | Chivalry: Medieval Warfare | [Valve Protocol](#valve) |
|
| cmw | Chivalry: Medieval Warfare | [Valve Protocol](#valve) |
|
||||||
|
|
|
||||||
|
|
@ -510,6 +510,15 @@ export const games = {
|
||||||
doc_notes: 'aosc-buildandshoot'
|
doc_notes: 'aosc-buildandshoot'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
cbu: {
|
||||||
|
name: "Clive Barker's Undying",
|
||||||
|
release_year: 2002,
|
||||||
|
options: {
|
||||||
|
port: 7777,
|
||||||
|
port_query_offset: 1,
|
||||||
|
protocol: 'gamespy1'
|
||||||
|
}
|
||||||
|
},
|
||||||
cod: {
|
cod: {
|
||||||
name: 'Call of Duty',
|
name: 'Call of Duty',
|
||||||
release_year: 2003,
|
release_year: 2003,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue