mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
Updated Server cfs's + example config
This commit is contained in:
parent
91aebdd96f
commit
d69613a527
11 changed files with 190 additions and 1066 deletions
|
@ -1,112 +1,14 @@
|
||||||
// ************************************
|
g_gametype 9
|
||||||
// Q3Rally Server Config
|
capturelimit 10
|
||||||
// ************************************
|
timelimit 12
|
||||||
|
|
||||||
// Multi CPU ?
|
sv_maxClients 16
|
||||||
// 0 = no, 1 = yes (Default: 0)
|
sv_hostname "Q3R CTF Server"
|
||||||
seta r_smp "1"
|
g_motd "Happy Flagging!"
|
||||||
|
|
||||||
// Gametype
|
sv_maxRate 25000
|
||||||
// 1 = "Racing Deatmatch"
|
sv_dlRate 1000
|
||||||
// 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 9
|
|
||||||
|
|
||||||
// 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 CTF Server"
|
|
||||||
|
|
||||||
// "Message of the Day"
|
|
||||||
g_motd "Happy Flagging!"
|
|
||||||
|
|
||||||
// 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
|
|
||||||
set d1 "map q3r_ctf_01 ; set nextmap vstr d2"
|
set d1 "map q3r_ctf_01 ; set nextmap vstr d2"
|
||||||
set d2 "map q3r_david4 ; set nextmap vstr d1"
|
set d2 "map q3r_david4 ; set nextmap vstr d1"
|
||||||
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" ""
|
|
|
@ -1,113 +1,15 @@
|
||||||
// ************************************
|
g_gametype 3
|
||||||
// Q3Rally Server Config
|
timelimit 10
|
||||||
// ************************************
|
|
||||||
|
|
||||||
// Multi CPU ?
|
|
||||||
// 0 = no, 1 = yes (Default: 0)
|
|
||||||
seta r_smp "1"
|
|
||||||
|
|
||||||
// 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 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
|
||||||
sv_maxClients 16
|
sv_hostname "Q3R Derby Server"
|
||||||
|
g_motd "Happy Smashing!"
|
||||||
|
|
||||||
// Servername
|
sv_maxRate 25000
|
||||||
sv_hostname "Q3R Derby Server"
|
sv_dlRate 1000
|
||||||
|
|
||||||
// "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
|
|
||||||
set d1 "map q3r_david5 ; set nextmap vstr d2"
|
set d1 "map q3r_david5 ; set nextmap vstr d2"
|
||||||
set d2 "map q3r_demobowl ; set nextmap vstr d3"
|
set d2 "map q3r_demobowl ; set nextmap vstr d3"
|
||||||
set d3 "map q3r_dm02 ; set nextmap vstr d1"
|
set d3 "map q3r_dm02 ; set nextmap vstr d1"
|
||||||
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" ""
|
|
|
@ -1,115 +1,17 @@
|
||||||
// ************************************
|
g_gametype 5
|
||||||
// Q3Rally Server Config
|
fraglimit 30
|
||||||
// ************************************
|
timelimit 10
|
||||||
|
|
||||||
// Multi CPU ?
|
sv_maxClients 16
|
||||||
// 0 = no, 1 = yes (Default: 0)
|
sv_hostname "Q3R DM Server"
|
||||||
seta r_smp "1"
|
g_motd "Happy Fragging!"
|
||||||
|
|
||||||
// Gametype
|
sv_maxRate 25000
|
||||||
// 1 = "Racing Deatmatch"
|
sv_dlRate 1000
|
||||||
// 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 5
|
|
||||||
|
|
||||||
// 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 DM Server"
|
|
||||||
|
|
||||||
// "Message of the Day"
|
|
||||||
g_motd "Happy Fragging!"
|
|
||||||
|
|
||||||
// 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_battlecanyon ; set nextmap vstr d2"
|
set d1 "map q3r_battlecanyon ; set nextmap vstr d2"
|
||||||
set d2 "map q3r_david5 ; set nextmap vstr d3"
|
set d2 "map q3r_david5 ; set nextmap vstr d3"
|
||||||
set d3 "map q3r_demobowl ; set nextmap vstr d4"
|
set d3 "map q3r_demobowl ; set nextmap vstr d4"
|
||||||
set d4 "map q3r_dm02 ; set nextmap vstr d5"
|
set d4 "map q3r_dm02 ; set nextmap vstr d5"
|
||||||
set d5 "map q3r_mk ; set nextmap vstr d1"
|
set d5 "map q3r_mk ; set nextmap vstr d1"
|
||||||
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" ""
|
|
|
@ -1,113 +1,15 @@
|
||||||
// ************************************
|
g_gametype 10
|
||||||
// Q3Rally Server Config
|
capturelimit 100
|
||||||
// ************************************
|
timelimit 20
|
||||||
|
|
||||||
// Multi CPU ?
|
sv_maxClients 16
|
||||||
// 0 = no, 1 = yes (Default: 0)
|
sv_hostname "Q3R DOM Server"
|
||||||
seta r_smp "1"
|
g_motd "Happy Domination!"
|
||||||
|
|
||||||
// Gametype
|
sv_maxRate 25000
|
||||||
// 1 = "Racing Deatmatch"
|
sv_dlRate 1000
|
||||||
// 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 10
|
|
||||||
|
|
||||||
// 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 d1 "map q3r_babel ; set nextmap vstr d2"
|
||||||
set d2 "map q3r_citydom ; set nextmap vstr d3"
|
set d2 "map q3r_citydom ; set nextmap vstr d3"
|
||||||
set d3 "map q3r_mk ; set nextmap vstr d1"
|
set d3 "map q3r_mk ; set nextmap vstr d1"
|
||||||
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" ""
|
|
|
@ -1,113 +1,15 @@
|
||||||
// ************************************
|
g_gametype 4
|
||||||
// Q3Rally Server Config
|
timelimit 10
|
||||||
// ************************************
|
|
||||||
|
|
||||||
// Multi CPU ?
|
|
||||||
// 0 = no, 1 = yes (Default: 0)
|
|
||||||
seta r_smp "1"
|
|
||||||
|
|
||||||
// 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 4
|
|
||||||
|
|
||||||
// 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
|
||||||
sv_maxClients 16
|
sv_hostname "Q3R Last Car Standing Server"
|
||||||
|
g_motd "Happy Surviving!"
|
||||||
|
|
||||||
// Servername
|
sv_maxRate 25000
|
||||||
sv_hostname "Q3R Last Car Standing Server"
|
sv_dlRate 1000
|
||||||
|
|
||||||
// "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
|
|
||||||
set d1 "map q3r_david5 ; set nextmap vstr d2"
|
set d1 "map q3r_david5 ; set nextmap vstr d2"
|
||||||
set d2 "map q3r_demobowl ; set nextmap vstr d3"
|
set d2 "map q3r_demobowl ; set nextmap vstr d3"
|
||||||
set d3 "map q3r_dm02 ; set nextmap vstr d1"
|
set d3 "map q3r_dm02 ; set nextmap vstr d1"
|
||||||
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" ""
|
|
|
@ -1,88 +1,14 @@
|
||||||
// ************************************
|
g_gametype 2
|
||||||
// Q3Rally Server Config
|
timelimit 10
|
||||||
// ************************************
|
laplimit 3
|
||||||
|
|
||||||
// Multi CPU ?
|
sv_maxClients 16
|
||||||
// 0 = no, 1 = yes (Default: 0)
|
sv_hostname "Q3R Racing Server"
|
||||||
seta r_smp "1"
|
g_motd "Happy Racing!"
|
||||||
|
|
||||||
// Gametype
|
sv_maxRate 25000
|
||||||
// 1 = "Racing Deatmatch"
|
sv_dlRate 1000
|
||||||
// 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 "1"
|
|
||||||
|
|
||||||
// Minimum Number of Players - Missing Players will be filled up with Bots
|
|
||||||
bot_minplayers "3"
|
|
||||||
|
|
||||||
// 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
|
|
||||||
|
|
||||||
// Laplimit
|
|
||||||
laplimit 3
|
|
||||||
|
|
||||||
// Maximum Number of Clients (Observer are also counts as Clients)
|
|
||||||
sv_maxClients 16
|
|
||||||
|
|
||||||
// Servername
|
|
||||||
sv_hostname "Q3R Racing Server"
|
|
||||||
|
|
||||||
// "Message of the Day"
|
|
||||||
g_motd "Happy Racing!"
|
|
||||||
|
|
||||||
// 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_country01 ; set nextmap vstr d2"
|
set d1 "map q3r_country01 ; set nextmap vstr d2"
|
||||||
set d2 "map q3r_dirtyfun ; set nextmap vstr d3"
|
set d2 "map q3r_dirtyfun ; set nextmap vstr d3"
|
||||||
set d3 "map q3r_downtown ; set nextmap vstr d4"
|
set d3 "map q3r_downtown ; set nextmap vstr d4"
|
||||||
|
@ -92,29 +18,3 @@ set d6 "map q3r_ridgeracer ; set nextmap vstr d7"
|
||||||
set d7 "map q3r_sk1 ; set nextmap vstr d8"
|
set d7 "map q3r_sk1 ; set nextmap vstr d8"
|
||||||
set d8 "map q3r_valley ; set nextmap vstr d1“
|
set d8 "map q3r_valley ; set nextmap vstr d1“
|
||||||
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" ""
|
|
|
@ -1,116 +1,16 @@
|
||||||
// ************************************
|
g_gametype 1
|
||||||
// Q3Rally Server Config
|
timelimit 10
|
||||||
// ************************************
|
laplimit 3
|
||||||
|
|
||||||
// Multi CPU ?
|
sv_maxClients 16
|
||||||
// 0 = no, 1 = yes (Default: 0)
|
sv_hostname "Q3R Racing DM Server"
|
||||||
seta r_smp "1"
|
g_motd "Happy Racing!"
|
||||||
|
|
||||||
// Gametype
|
sv_maxRate 25000
|
||||||
// 1 = "Racing Deatmatch"
|
sv_dlRate 1000
|
||||||
// 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 1
|
|
||||||
|
|
||||||
// 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 "3"
|
|
||||||
|
|
||||||
// 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
|
|
||||||
|
|
||||||
// Laplimit
|
|
||||||
laplimit 3
|
|
||||||
|
|
||||||
// Maximum Number of Clients (Observer are also counts as Clients)
|
|
||||||
sv_maxClients 16
|
|
||||||
|
|
||||||
// Servername
|
|
||||||
sv_hostname "Q3R Racing DM Server"
|
|
||||||
|
|
||||||
// "Message of the Day"
|
|
||||||
g_motd "Happy Racing!"
|
|
||||||
|
|
||||||
// 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_lavafalls ; set nextmap vstr d2"
|
set d1 "map q3r_lavafalls ; set nextmap vstr d2"
|
||||||
set d2 "map q3r_nightcity ; set nextmap vstr d3"
|
set d2 "map q3r_nightcity ; set nextmap vstr d3"
|
||||||
set d3 "map q3r_ridgeracer ; set nextmap vstr d4"
|
set d3 "map q3r_ridgeracer ; set nextmap vstr d4"
|
||||||
set d4 "map q3r_valley ; set nextmap vstr d1"
|
set d4 "map q3r_valley ; set nextmap vstr d1"
|
||||||
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" ""
|
|
|
@ -1,115 +1,17 @@
|
||||||
// ************************************
|
g_gametype 6
|
||||||
// Q3Rally Server Config
|
fraglimit 30
|
||||||
// ************************************
|
timelimit 10
|
||||||
|
|
||||||
// Multi CPU ?
|
sv_maxClients 16
|
||||||
// 0 = no, 1 = yes (Default: 0)
|
sv_hostname "Q3R Team DM Server"
|
||||||
seta r_smp "1"
|
g_motd "Happy Fragging!"
|
||||||
|
|
||||||
// Gametype
|
sv_maxRate 25000
|
||||||
// 1 = "Racing Deatmatch"
|
sv_dlRate 1000
|
||||||
// 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 6
|
|
||||||
|
|
||||||
// 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 DM Server"
|
|
||||||
|
|
||||||
// "Message of the Day"
|
|
||||||
g_motd "Happy Fragging!"
|
|
||||||
|
|
||||||
// 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_battlecanyon ; set nextmap vstr d2"
|
set d1 "map q3r_battlecanyon ; set nextmap vstr d2"
|
||||||
set d2 "map q3r_david5 ; set nextmap vstr d3"
|
set d2 "map q3r_david5 ; set nextmap vstr d3"
|
||||||
set d3 "map q3r_demobowl ; set nextmap vstr d4"
|
set d3 "map q3r_demobowl ; set nextmap vstr d4"
|
||||||
set d4 "map q3r_dm02 ; set nextmap vstr d5"
|
set d4 "map q3r_dm02 ; set nextmap vstr d5"
|
||||||
set d5 "map q3r_mk ; set nextmap vstr d1"
|
set d5 "map q3r_mk ; set nextmap vstr d1"
|
||||||
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" ""
|
|
|
@ -1,88 +1,14 @@
|
||||||
// ************************************
|
g_gametype 7
|
||||||
// Q3Rally Server Config
|
timelimit 10
|
||||||
// ************************************
|
laplimit 3
|
||||||
|
|
||||||
// Multi CPU ?
|
sv_maxClients 16
|
||||||
// 0 = no, 1 = yes (Default: 0)
|
sv_hostname "Q3R Team Racing Server"
|
||||||
seta r_smp "1"
|
g_motd "Happy Racing!"
|
||||||
|
|
||||||
// Gametype
|
sv_maxRate 25000
|
||||||
// 1 = "Racing Deatmatch"
|
sv_dlRate 1000
|
||||||
// 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 7
|
|
||||||
|
|
||||||
// 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 "3"
|
|
||||||
|
|
||||||
// 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
|
|
||||||
|
|
||||||
// Laplimit
|
|
||||||
laplimit 3
|
|
||||||
|
|
||||||
// Maximum Number of Clients (Observer are also counts as Clients)
|
|
||||||
sv_maxClients 16
|
|
||||||
|
|
||||||
// Servername
|
|
||||||
sv_hostname "Q3R Team Racing Server"
|
|
||||||
|
|
||||||
// "Message of the Day"
|
|
||||||
g_motd "Happy Racing!"
|
|
||||||
|
|
||||||
// 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_country01 ; set nextmap vstr d2"
|
set d1 "map q3r_country01 ; set nextmap vstr d2"
|
||||||
set d2 "map q3r_dirtyfun ; set nextmap vstr d3"
|
set d2 "map q3r_dirtyfun ; set nextmap vstr d3"
|
||||||
set d3 "map q3r_downtown ; set nextmap vstr d4"
|
set d3 "map q3r_downtown ; set nextmap vstr d4"
|
||||||
|
@ -92,29 +18,3 @@ set d6 "map q3r_ridgeracer ; set nextmap vstr d7"
|
||||||
set d7 "map q3r_sk1 ; set nextmap vstr d8"
|
set d7 "map q3r_sk1 ; set nextmap vstr d8"
|
||||||
set d8 "map q3r_valley ; set nextmap vstr d1“
|
set d8 "map q3r_valley ; set nextmap vstr d1“
|
||||||
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" ""
|
|
|
@ -1,116 +1,16 @@
|
||||||
// ************************************
|
g_gametype 8
|
||||||
// Q3Rally Server Config
|
timelimit 10
|
||||||
// ************************************
|
laplimit 3
|
||||||
|
|
||||||
// Multi CPU ?
|
sv_maxClients 16
|
||||||
// 0 = no, 1 = yes (Default: 0)
|
sv_hostname "Q3R Team Racing DM Server"
|
||||||
seta r_smp "1"
|
g_motd "Happy Racing!"
|
||||||
|
|
||||||
// Gametype
|
sv_maxRate 25000
|
||||||
// 1 = "Racing Deatmatch"
|
sv_dlRate 1000
|
||||||
// 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 8
|
|
||||||
|
|
||||||
// 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 "3"
|
|
||||||
|
|
||||||
// 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
|
|
||||||
|
|
||||||
// Laplimit
|
|
||||||
laplimit 3
|
|
||||||
|
|
||||||
// Maximum Number of Clients (Observer are also counts as Clients)
|
|
||||||
sv_maxClients 16
|
|
||||||
|
|
||||||
// Servername
|
|
||||||
sv_hostname "Q3R Team Racing DM Server"
|
|
||||||
|
|
||||||
// "Message of the Day"
|
|
||||||
g_motd "Happy Racing!"
|
|
||||||
|
|
||||||
// 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_lavafalls ; set nextmap vstr d2"
|
set d1 "map q3r_lavafalls ; set nextmap vstr d2"
|
||||||
set d2 "map q3r_nightcity ; set nextmap vstr d3"
|
set d2 "map q3r_nightcity ; set nextmap vstr d3"
|
||||||
set d3 "map q3r_ridgeracer ; set nextmap vstr d4"
|
set d3 "map q3r_ridgeracer ; set nextmap vstr d4"
|
||||||
set d4 "map q3r_valley ; set nextmap vstr d1"
|
set d4 "map q3r_valley ; set nextmap vstr d1"
|
||||||
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" ""
|
|
112
baseq3r/server_example.cfg
Normal file
112
baseq3r/server_example.cfg
Normal file
|
@ -0,0 +1,112 @@
|
||||||
|
// ************************************
|
||||||
|
// 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" ""
|
Loading…
Reference in a new issue