You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.6 KiB
50 lines
1.6 KiB
// ************************************************************************** //
|
|
// //
|
|
// Quake II - server.cfg //
|
|
// Version 260426 //
|
|
// //
|
|
// ************************************************************************** //
|
|
|
|
// .................................. Basic ................................. //
|
|
|
|
// hostname - Name of the server.
|
|
set hostname "SERVERNAME"
|
|
|
|
// rcon_password - Remote console password.
|
|
set rcon_password "ADMINPASSWORD"
|
|
|
|
// location - Server location shown in listings.
|
|
set location "The Internet"
|
|
|
|
// website - Server website URL.
|
|
set website "https://linuxgsm.com"
|
|
|
|
// ................................. Discovery ............................... //
|
|
|
|
// public - Advertise this server publicly.
|
|
set public 1
|
|
|
|
// setmaster - Master servers used for server listing.
|
|
setmaster master.q2servers.com:27900
|
|
setmaster master.quakeservers.net:27900
|
|
setmaster netdome.biz:27900
|
|
|
|
// ................................ Gameplay ................................ //
|
|
|
|
// deathmatch - Enable deathmatch rules.
|
|
set deathmatch 1
|
|
|
|
// maxclients - Maximum number of connected players.
|
|
set maxclients 8
|
|
|
|
// timelimit - Time limit in minutes.
|
|
set timelimit 30
|
|
|
|
// fraglimit - Frag limit per match.
|
|
set fraglimit 30
|
|
|
|
// ............................. Startup Commands ........................... //
|
|
|
|
// This server uses a single startup map rather than a rotation chain.
|
|
// map - Startup map.
|
|
map q2dm1
|