mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat(games): add plutonium cod support (#745)
* feat: initial entry * docs: changelog and games_list
This commit is contained in:
parent
b8e6bd858b
commit
03e04205de
3 changed files with 10 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
## To Be Released...
|
## To Be Released...
|
||||||
## 5.X.Y
|
## 5.X.Y
|
||||||
* Fix: ignore stale player list entries (By @cetteup #744)
|
* Fix: ignore stale player list entries (By @cetteup #744)
|
||||||
|
* Feat: Plutonium - Added support (#745)
|
||||||
|
|
||||||
## 5.3.2
|
## 5.3.2
|
||||||
* Fix: detect BFBC2 Vietnam DLC as BFBC2 (By @cetteup #713)
|
* Fix: detect BFBC2 Vietnam DLC as BFBC2 (By @cetteup #713)
|
||||||
|
|
|
||||||
|
|
@ -228,6 +228,7 @@
|
||||||
| palworld | Palworld | [Notes](#palworld) |
|
| palworld | Palworld | [Notes](#palworld) |
|
||||||
| pce | Primal Carnage: Extinction | [Valve Protocol](#valve) |
|
| pce | Primal Carnage: Extinction | [Valve Protocol](#valve) |
|
||||||
| pixark | PixARK | [Valve Protocol](#valve) |
|
| pixark | PixARK | [Valve Protocol](#valve) |
|
||||||
|
| plutonium | Plutonium | |
|
||||||
| postal2 | Postal 2 | |
|
| postal2 | Postal 2 | |
|
||||||
| postscriptum | Post Scriptum | [Valve Protocol](#valve) |
|
| postscriptum | Post Scriptum | [Valve Protocol](#valve) |
|
||||||
| prb2 | Project Reality: Battlefield 2 | |
|
| prb2 | Project Reality: Battlefield 2 | |
|
||||||
|
|
|
||||||
|
|
@ -2216,6 +2216,14 @@ export const games = {
|
||||||
doc_notes: 'palworld'
|
doc_notes: 'palworld'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
plutonium: {
|
||||||
|
name: 'Plutonium',
|
||||||
|
release_year: 2017,
|
||||||
|
options: {
|
||||||
|
port: 28960,
|
||||||
|
protocol: 'quake3'
|
||||||
|
}
|
||||||
|
},
|
||||||
pvak2: {
|
pvak2: {
|
||||||
name: 'Pirates, Vikings, and Knights II',
|
name: 'Pirates, Vikings, and Knights II',
|
||||||
release_year: 2007,
|
release_year: 2007,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue