mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
112 lines
No EOL
2.3 KiB
INI
112 lines
No EOL
2.3 KiB
INI
// ************************************
|
|
// Q3Rally Server Example Config
|
|
// ************************************
|
|
|
|
// Multi CPU ?
|
|
// 0 = no, 1 = yes (Default: 0)
|
|
seta r_smp "0"
|
|
|
|
// Gametype
|
|
// 1 = "Racing Deatmatch"
|
|
// 2 = "Racing"
|
|
// 3 = "Demolition Derby"
|
|
// 4 = "Last Car Standing"
|
|
// 5 = "Deathmatch"
|
|
// 6 = "Team Deathmatch"
|
|
// 7 = "Team Racing"
|
|
// 8 = "Team Racing Deathmatch"
|
|
// 9 = "Capture the Flag"
|
|
// 10 = "Domination"
|
|
g_gametype "2"
|
|
|
|
// bot_enable - are Bots allowed ?
|
|
// 0 = off, 1 = on (Default: 0)
|
|
bot_enable "0"
|
|
|
|
// Minimum Number of Players - Missing Players will be filled up with Bots
|
|
bot_minplayers "0"
|
|
|
|
// Capture Limit for Capture the Flag (0 = no Limit)
|
|
capturelimit 10
|
|
|
|
// Fraglimit (0 = no Limit)
|
|
fraglimit 0
|
|
|
|
// Timelimit [in minutes] (0 = no Limit)
|
|
timelimit 0
|
|
|
|
// Maximum Number of Clients (Observer are also counts as Clients)
|
|
sv_maxClients 16
|
|
|
|
// Server Name
|
|
sv_hostname "Sample Text"
|
|
|
|
// Message of the Day
|
|
g_motd "Sample Text"
|
|
|
|
// 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 "0"
|
|
|
|
// 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_country01 ; set nextmap vstr d2"
|
|
set d2 "map q3r_nightcity ; 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 1
|
|
|
|
// Additional Infos
|
|
sets "Administrator" ""
|
|
sets "Email" ""
|
|
sets "URL" ""
|
|
sets "Location" ""
|
|
sets "CPU" "" |