From 03e04205de051c588dc8c25bf964b657b7ba6b40 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sat, 4 Apr 2026 21:27:45 +0300 Subject: [PATCH] feat(games): add plutonium cod support (#745) * feat: initial entry * docs: changelog and games_list --- CHANGELOG.md | 1 + GAMES_LIST.md | 1 + lib/games.js | 8 ++++++++ 3 files changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c10b082..658bb3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/GAMES_LIST.md b/GAMES_LIST.md index 3cc2928..d6d2d95 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -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 | | diff --git a/lib/games.js b/lib/games.js index bb126ed..77a1456 100644 --- a/lib/games.js +++ b/lib/games.js @@ -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,