1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
// Example Quake server configuration for Debian
// This is installed into /etc/quake-server/server.cfg and symlinked into
// the game directory as debian_server.cfg, so you can run it via:
//
// exec debian_server.cfg
deathmatch 1
hostname "An anonymous Debian server"
timelimit 30
fraglimit 30
map dm1
// Various options depend on the server version you're using.
// When using darkplaces-server, you can use "sv_public 1" to advertise
// your server to the "master servers"
// sv_public 0
|