mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: add nova-life: amboise support (#562)
This commit is contained in:
parent
47bd986fad
commit
0d4189a8ff
3 changed files with 11 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
* Fix: BeamMP maxplayers that was displaying player count (By @dgibbs64 #551)
|
* Fix: BeamMP maxplayers that was displaying player count (By @dgibbs64 #551)
|
||||||
* Fix: BeamMP filter servers by address, not host (By @Rephot #558)
|
* Fix: BeamMP filter servers by address, not host (By @Rephot #558)
|
||||||
* Palworld - Replace old and broken protocol with the new one (#560)
|
* Palworld - Replace old and broken protocol with the new one (#560)
|
||||||
|
* Nova-Life: Amboise - Added support.
|
||||||
|
|
||||||
## 5.0.0-beta.2
|
## 5.0.0-beta.2
|
||||||
* Fixed support for projects using `require`.
|
* Fixed support for projects using `require`.
|
||||||
|
|
|
||||||
|
|
@ -200,6 +200,7 @@
|
||||||
| nexuiz | Nexuiz | |
|
| nexuiz | Nexuiz | |
|
||||||
| nfshp2 | Need for Speed: Hot Pursuit 2 | |
|
| nfshp2 | Need for Speed: Hot Pursuit 2 | |
|
||||||
| nitrofamily | Nitro Family | |
|
| nitrofamily | Nitro Family | |
|
||||||
|
| nla | Nova-Life: Amboise | [Valve Protocol](#valve) |
|
||||||
| nmrih | No More Room in Hell | [Valve Protocol](#valve) |
|
| nmrih | No More Room in Hell | [Valve Protocol](#valve) |
|
||||||
| nolf2asihw | No One Lives Forever 2: A Spy in H.A.R.M.'s Way | |
|
| nolf2asihw | No One Lives Forever 2: A Spy in H.A.R.M.'s Way | |
|
||||||
| nucleardawn | Nuclear Dawn | [Valve Protocol](#valve) |
|
| nucleardawn | Nuclear Dawn | [Valve Protocol](#valve) |
|
||||||
|
|
@ -210,7 +211,7 @@
|
||||||
| openarena | OpenArena | |
|
| openarena | OpenArena | |
|
||||||
| openttd | OpenTTD | |
|
| openttd | OpenTTD | |
|
||||||
| painkiller | Painkiller | |
|
| painkiller | Painkiller | |
|
||||||
| palworld | Palworld | [Notes](#palworld) |
|
| palworld | 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) |
|
||||||
| postal2 | Postal 2 | |
|
| postal2 | Postal 2 | |
|
||||||
|
|
|
||||||
|
|
@ -2026,6 +2026,14 @@ export const games = {
|
||||||
old_id: 'nolf'
|
old_id: 'nolf'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
nla: {
|
||||||
|
name: 'Nova-Life: Amboise',
|
||||||
|
release_year: 2020,
|
||||||
|
options: {
|
||||||
|
port_query: 27015,
|
||||||
|
protocol: 'valve'
|
||||||
|
}
|
||||||
|
},
|
||||||
nolf2asihw: {
|
nolf2asihw: {
|
||||||
name: "No One Lives Forever 2: A Spy in H.A.R.M.'s Way",
|
name: "No One Lives Forever 2: A Spy in H.A.R.M.'s Way",
|
||||||
release_year: 2002,
|
release_year: 2002,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue