Add Xonotic Dedicated Server (#96)

This commit is contained in:
Greelan
2022-05-30 07:15:44 +10:00
committed by GitHub
parent 2397051f3b
commit 32f412de00
4 changed files with 502 additions and 0 deletions

9
xonoticmetaconfig.json Normal file
View File

@@ -0,0 +1,9 @@
[
{
"ConfigFile":"ServerData/data/server.cfg",
"AutoMap":true,
"ConfigType":"kvp",
"ConfigFormat":"{0} \"{1}\"",
"ConfigFormatRegex":"^(?<key>.+?) \"(?<value>.*?)\"$"
}
]