Skip to content

Commit

Permalink
feat: add Nexuiz, OpenArena, Warsow and Xonotic support
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndr committed Nov 18, 2023
1 parent 6e8e57c commit f935f68
Show file tree
Hide file tree
Showing 8 changed files with 195 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/games/Nexuiz.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Game]
id = nexuiz
protocol = quake3
port = 26000

[Match]
inf.gamename = "Nexuiz"

[Info]
game-name = "Nexuiz"

[Extra]
release-year = 2005
icon-source = https://en.wikipedia.org/wiki/Nexuiz#/media/File:Nexuiz_logo.svg
14 changes: 14 additions & 0 deletions data/games/OpenArena.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Game]
id = warsow
protocol = quake3
port = 27960

[Match]
inf.gamename = "baseoa"

[Info]
game-name = "OpenArena"

[Extra]
release-year = 2005
icon-source = https://en.wikipedia.org/wiki/OpenArena#/media/File:Openarena-logo.svg
14 changes: 14 additions & 0 deletions data/games/Warsow.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Game]
id = warsow
protocol = source
port = 44400

[Match]
inf.gameid = "265850"

[Info]
game-name = "Warsow"

[Extra]
release-year = 2012
icon-source = https://en.wikipedia.org/wiki/Warsow_(video_game)#/media/File:Warsow_logo.svg
14 changes: 14 additions & 0 deletions data/games/Xonotic.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Game]
id = xonotic
protocol = quake3
port = 26000

[Match]
inf.gamename = "Xonotic"

[Info]
game-name = "Xonotic"

[Extra]
release-year = 2011
icon-source = https://en.wikipedia.org/wiki/Xonotic#/media/File:Xonotic_icon.svg
3 changes: 3 additions & 0 deletions data/icons/games/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ icons = [
'iosoccer.png',
'mc.webp',
'mta.png',
'nexuiz.svg',
'openarena.svg',
'syn.png',
'warsow.svg',
'xonotic.svg',
'zp.png',
]

Expand Down
39 changes: 39 additions & 0 deletions data/icons/games/nexuiz.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions data/icons/games/openarena.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 82 additions & 0 deletions data/icons/games/xonotic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f935f68

Please sign in to comment.