Skip to content

Commit

Permalink
feat: Add Call of Duty: Black Ops 3 support (#473)
Browse files Browse the repository at this point in the history
* feat: add black ops 3 support

* fix duplicate game name

* fix codbo3 port

* try resolve conflict

* possible conflict fix
  • Loading branch information
podrivo authored Jan 17, 2024
1 parent 7c23e6c commit 861d248
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ placeholders in the `players` fields.
* Valve: dont skip players with no name and keep state.raw.players.
* Stabilized field `numplayers`.
* BeamMP (2021) - Added support.
* Call of Duty: Black Ops 3 (2015) - Added support.

### 4.3.1
* Fixed support for the Minecraft [Better Compatibility Checker](https://www.curseforge.com/minecraft/mc-mods/better-compatibility-checker) Mod (By @Douile, #436).
Expand Down
1 change: 1 addition & 0 deletions GAMES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
| cod4mw | Call of Duty 4: Modern Warfare | |
| codenamecure | Codename CURE | [Valve Protocol](#valve) |
| codenameeagle | Codename Eagle | |
| codbo3 | Call of Duty: Black Ops 3 | |
| codmw2 | Call of Duty: Modern Warfare 2 | |
| codmw3 | Call of Duty: Modern Warfare 3 | [Valve Protocol](#valve) |
| coduo | Call of Duty: United Offensive | |
Expand Down
8 changes: 8 additions & 0 deletions lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,14 @@ export const games = {
},
release_year: 2007
},
codbo3: {
name: 'Call of Duty: Black Ops 3',
release_year: 2015,
options: {
port: 27017,
protocol: 'valve'
}
},
codwaw: {
name: 'Call of Duty: World at War',
release_year: 2008,
Expand Down

0 comments on commit 861d248

Please sign in to comment.