Skip to content

Commit

Permalink
feat: add xonotic support (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam authored Jan 18, 2024
1 parent e05ac1f commit 10718d9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions GAMES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
8 changes: 8 additions & 0 deletions lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 10718d9

Please sign in to comment.