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:
Daniel Gibbs 2025-09-07 20:31:37 +01:00 committed by GitHub
parent b4da5fd93d
commit b27cbcbe2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 0 deletions

View file

@ -7,6 +7,7 @@
* Fix: BeamMP would not match on given port (#730)
* Fix: version field would sometimes be a Number type (#735)
* Feat: Squad - Replace Valve protocol with EOS protocol (By @k3ithos #731)
* Feat: Clive Barker's Undying - Added support (By @dgibbs64 #733)
## 5.3.1
* Fix: HTTP requests would end up making more retries than needed due to got's internal retry mechanism (#690, thanks @RattleSN4K3)

View file

@ -57,6 +57,7 @@
| c2d | CS2D | |
| c3db | Commandos 3: Destination Berlin | |
| cacr | Command and Conquer: Renegade | |
| cbu | Clive Barker's Undying | |
| chaser | Chaser | |
| chrome | Chrome | |
| cmw | Chivalry: Medieval Warfare | [Valve Protocol](#valve) |

View file

@ -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,