feat(games): add plutonium cod support (#745)

* feat: initial entry

* docs: changelog and games_list
This commit is contained in:
CosminPerRam 2026-04-04 21:27:45 +03:00 committed by GitHub
parent b8e6bd858b
commit 03e04205de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View file

@ -2,6 +2,7 @@
## To Be Released...
## 5.X.Y
* Fix: ignore stale player list entries (By @cetteup #744)
* Feat: Plutonium - Added support (#745)
## 5.3.2
* Fix: detect BFBC2 Vietnam DLC as BFBC2 (By @cetteup #713)

View file

@ -228,6 +228,7 @@
| palworld | Palworld | [Notes](#palworld) |
| pce | Primal Carnage: Extinction | [Valve Protocol](#valve) |
| pixark | PixARK | [Valve Protocol](#valve) |
| plutonium | Plutonium | |
| postal2 | Postal 2 | |
| postscriptum | Post Scriptum | [Valve Protocol](#valve) |
| prb2 | Project Reality: Battlefield 2 | |

View file

@ -2216,6 +2216,14 @@ export const games = {
doc_notes: 'palworld'
}
},
plutonium: {
name: 'Plutonium',
release_year: 2017,
options: {
port: 28960,
protocol: 'quake3'
}
},
pvak2: {
name: 'Pirates, Vikings, and Knights II',
release_year: 2007,