1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
// Example Quake II demo server configuration for Debian
// This is installed into /etc/quake2-server/demo/debian_server.cfg
// and symlinked into the demo data directory as debian_server.cfg, so
// you can run it via:
//
// exec debian_server.cfg
//
// If you have the full game (quake2-full-data) look at
// /etc/quake2-server/debian_server.cfg instead.
set hostname "An anonymous Debian Quake II demo server"
set location "The Internet"
set website "http://www.debian.org/"
set deathmatch 1
set maxclients 8
set timelimit 30
set fraglimit 30
// the demo only contains a few maps, so you will have to select
// one of them instead if using demo data
map demo1
|