feat: add xonotic support (#472)

This commit is contained in:
CosminPerRam 2024-01-19 00:33:27 +02:00 committed by GitHub
parent e05ac1fd48
commit 10718d917c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View File

@ -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.

View File

@ -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) |

View File

@ -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: {