mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
feat: add xonotic support (#472)
This commit is contained in:
parent
e05ac1fd48
commit
10718d917c
3 changed files with 10 additions and 0 deletions
|
@ -47,6 +47,7 @@ placeholders in the `players` fields.
|
|||
* Stabilized field `numplayers`.
|
||||
* V Rising (2022) - Updated `options.port_query_offset` to `[1, 15]` (#438).
|
||||
* BeamMP (2021) - Added support.
|
||||
* Xonotic (2011) - Added support.
|
||||
* Call of Duty: Black Ops 3 (2015) - Added support.
|
||||
* Unreal 2: The Awakening - XMP - Added support.
|
||||
|
||||
|
|
|
@ -323,6 +323,7 @@
|
|||
| wolfenstein | Wolfenstein | |
|
||||
| wot | Wheel of Time | |
|
||||
| wurmunlimited | Wurm Unlimited | [Valve Protocol](#valve) |
|
||||
| xonotic | Xonotic | |
|
||||
| xpandrally | Xpand Rally | |
|
||||
| zombiemaster | Zombie Master | [Valve Protocol](#valve) |
|
||||
| zps | Zombie Panic: Source | [Valve Protocol](#valve) |
|
||||
|
|
|
@ -2742,6 +2742,14 @@ export const games = {
|
|||
},
|
||||
release_year: 2006
|
||||
},
|
||||
xonotic: {
|
||||
name: 'Xonotic',
|
||||
options: {
|
||||
port: 26000,
|
||||
protocol: 'quake3'
|
||||
},
|
||||
release_year: 2011
|
||||
},
|
||||
xpandrally: {
|
||||
name: 'Xpand Rally',
|
||||
options: {
|
||||
|
|
Loading…
Reference in a new issue