2023-12-15 01:22:18 +00:00
|
|
|
// ************************************
|
|
|
|
// Q3Rally Server Config
|
|
|
|
// ************************************
|
2023-08-28 21:55:19 +00:00
|
|
|
|
2023-12-15 01:22:18 +00:00
|
|
|
// Multi CPU ?
|
|
|
|
// 0 = no, 1 = yes (Default: 0)
|
|
|
|
seta r_smp "1"
|
|
|
|
|
|
|
|
// Gametype
|
|
|
|
// 1 = "Racing"
|
|
|
|
// 2 = "Racing Deatmatch"
|
|
|
|
// 3 = "Demolition Derby"
|
|
|
|
// 4 = "Deathmatch"
|
|
|
|
// 5 = "Team Deathmatch"
|
|
|
|
// 6 = "Team Racing"
|
|
|
|
// 7 = "Team Racing Deathmatch"
|
|
|
|
// 8 = "Capture the Flag"
|
|
|
|
// 9 = "Domination"
|
|
|
|
g_gametype 3
|
|
|
|
|
|
|
|
// bot_enable - are Bots allowed ?
|
|
|
|
// 0 = off, 1 = on (Default: 0)
|
|
|
|
bot_enable "1"
|
|
|
|
|
|
|
|
// Minimum Number of Players - Missing Players will be filled up with Bots
|
|
|
|
bot_minplayers "4"
|
|
|
|
|
|
|
|
// Capture Limit for Capture the Flag (0 = no Limit)
|
|
|
|
capturelimit 10
|
|
|
|
|
|
|
|
// Fraglimit (0 = no Limit)
|
|
|
|
fraglimit 30
|
|
|
|
|
|
|
|
// Timelimit [in minutes] (0 = no Limit)
|
|
|
|
timelimit 12
|
|
|
|
|
|
|
|
// Maximum Number of Clients (Observer are also counts as Clients)
|
|
|
|
sv_maxClients 16
|
|
|
|
|
|
|
|
// Servername
|
|
|
|
sv_hostname "Q3R Derby Server"
|
|
|
|
|
|
|
|
// "Message of the Day"
|
|
|
|
g_motd "Happy Smashing!"
|
|
|
|
|
|
|
|
// sv_allowdownload - Allows download from server of missing assets
|
|
|
|
// 0 = off, 1 = on (Default: 0)
|
|
|
|
sv_allowdownload "0"
|
|
|
|
sv_dlURL ""
|
|
|
|
|
|
|
|
// sv_floodProtect - Flood Protection
|
|
|
|
sv_floodProtect "1"
|
|
|
|
|
|
|
|
// Password protected Server
|
|
|
|
// 1 = password required, 0 = no password required (Default: 0)
|
|
|
|
sv_privateClients 0
|
|
|
|
|
|
|
|
// Password for password protected server
|
|
|
|
sv_privatePassword ""
|
|
|
|
|
|
|
|
// RCon Password for admin the server from console
|
|
|
|
rconPassword ""
|
|
|
|
|
|
|
|
// Pure Server for Cheat protection
|
|
|
|
// 1 = on, 0 = off (Default: 1)
|
|
|
|
sv_pure 0
|
|
|
|
|
|
|
|
// Maximum bandwith for Client
|
|
|
|
// possible values: 0...25000, 0 = no Limit (Default: 0)
|
|
|
|
sv_maxRate 25000
|
|
|
|
|
|
|
|
// Increase DL Rate of Addons
|
|
|
|
// possible values: 0...1000, (Default: 100)
|
|
|
|
sv_dlRate 1000
|
|
|
|
|
|
|
|
// Master-Server for registering the server
|
|
|
|
sv_master2 ""
|
|
|
|
sv_master3 ""
|
|
|
|
sv_master4 ""
|
|
|
|
sv_master5 ""
|
|
|
|
|
|
|
|
// Map Cycle
|
2023-12-14 23:59:43 +00:00
|
|
|
set d1 "map q3r_david5 ; set nextmap vstr d2"
|
|
|
|
set d2 "map q3r_demobowl ; set nextmap vstr d3"
|
|
|
|
set d3 "map q3r_dm02 ; set nextmap vstr d1"
|
2023-08-28 21:55:19 +00:00
|
|
|
vstr d1
|
2023-12-15 01:22:18 +00:00
|
|
|
|
|
|
|
// Weapon Respawn Time [in seconds] (Default: 5)
|
|
|
|
g_weaponrespawn 5
|
|
|
|
|
|
|
|
// allow Voting?
|
|
|
|
// Vote for:
|
|
|
|
// - map
|
|
|
|
// - map restart
|
|
|
|
// - kick
|
|
|
|
// - g_gametype
|
|
|
|
// 1 = on, 0 = off (Default: 1)
|
|
|
|
g_allowvote 1
|
|
|
|
|
|
|
|
// Quad Factor for Quad Damage (Default: 3)
|
|
|
|
g_quadfactor 3
|
|
|
|
|
|
|
|
// allow recording of demo files
|
|
|
|
// 1 = on, 0 = off (Default: 0)
|
|
|
|
g_syncronousClients 1
|
|
|
|
|
|
|
|
// Additional Infos
|
|
|
|
sets "Administrator" ""
|
|
|
|
sets "Email" ""
|
|
|
|
sets "URL" ""
|
|
|
|
sets "Location" ""
|
|
|
|
sets "CPU" ""
|