Skip to content

Instantly share code, notes, and snippets.

@kwadroke
Created December 9, 2017 05:20
Show Gist options
  • Save kwadroke/35a9c8052daefdd82116419a2cd2e3fa to your computer and use it in GitHub Desktop.
Save kwadroke/35a9c8052daefdd82116419a2cd2e3fa to your computer and use it in GitHub Desktop.
FreeCS (CS1.5/FTEQW) additions for QStat
## Add to bottom of /etc/qstat.cfg
## query with "quakestat -freecsm dpmaster.deathmask.net:27950" (on Debian)
gametype FREECS new extend Q3S
name = FreeCS
default port = 27950
template var = FREECS
game rule = gamename
end
gametype FREECSM new extend Q3M
name = FreeCS Master
default port = 27950
template var = FREECSMASTER
master for gametype = FREECS
master query = empty full
master protocol = 3
master packet = \xff\xff\xff\xffgetservers FREECS %s %s
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment