diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ea665..6cb0b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/GAMES_LIST.md b/GAMES_LIST.md index 9f6c6eb..eb97803 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -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) | diff --git a/lib/games.js b/lib/games.js index a9f26d0..bf6649d 100644 --- a/lib/games.js +++ b/lib/games.js @@ -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,