q3rally/baseq3r/q3r_dom.cfg
insellium 47893b81f9 Updated server cfg's
These files were once used to create official Q3Rally servers. Now I've got the time to add them to baseq3r
2023-12-15 06:22:18 +05:00

112 lines
No EOL
2.3 KiB
INI

// ************************************
// Q3Rally Server Config
// ************************************
// 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 9
// bot_enable - are Bots allowed ?
// 0 = off, 1 = on (Default: 1)
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 100
// Fraglimit (0 = no Limit)
fraglimit 0
// Timelimit [in minutes] (0 = no Limit)
timelimit 20
// Maximum Number of Clients (Observer are also counts as Clients)
sv_maxClients 16
// Servername
sv_hostname "Q3R DOM Server"
// "Message of the Day"
g_motd "Happy Domination!"
// sv_allowdownload - Allows download from server of missing assets
// 0 = off, 1 = on (Default: 0)
sv_allowdownload "1"
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
set d1 "map q3r_babel ; set nextmap vstr d2"
set d2 "map q3r_citydom ; set nextmap vstr d3"
set d3 "map q3r_mk ; set nextmap vstr d1"
vstr d1
// 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 0
// Additional Infos
sets "Administrator" ""
sets "Email" ""
sets "URL" ""
sets "Location" ""
sets "CPU" ""