diff --git a/baseq3r/q3r_ctf.cfg b/baseq3r/q3r_ctf.cfg index 31831746..15346425 100644 --- a/baseq3r/q3r_ctf.cfg +++ b/baseq3r/q3r_ctf.cfg @@ -1,5 +1,111 @@ -set g_gametype 8 +// ************************************ +// 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 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 "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 d2 "map q3r_david4 ; 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" "" \ No newline at end of file diff --git a/baseq3r/q3r_derby.cfg b/baseq3r/q3r_derby.cfg index 0e0f3837..26b56d57 100644 --- a/baseq3r/q3r_derby.cfg +++ b/baseq3r/q3r_derby.cfg @@ -1,6 +1,112 @@ -set g_gametype 3 +// ************************************ +// 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 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 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" 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" "" \ No newline at end of file diff --git a/baseq3r/q3r_dm.cfg b/baseq3r/q3r_dm.cfg index 0c94f38a..46fe31e6 100644 --- a/baseq3r/q3r_dm.cfg +++ b/baseq3r/q3r_dm.cfg @@ -1,8 +1,114 @@ -set g_gametype 4 +// ************************************ +// 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 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 + +// 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 d2 "map q3r_david5 ; set nextmap vstr d3" set d3 "map q3r_demobowl ; set nextmap vstr d4" set d4 "map q3r_dm02 ; set nextmap vstr d5" set d5 "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" "" \ No newline at end of file diff --git a/baseq3r/q3r_dom.cfg b/baseq3r/q3r_dom.cfg index 21efbe74..780257af 100644 --- a/baseq3r/q3r_dom.cfg +++ b/baseq3r/q3r_dom.cfg @@ -1,6 +1,112 @@ -set g_gametype 9 +// ************************************ +// 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" "" \ No newline at end of file diff --git a/baseq3r/q3r_racing.cfg b/baseq3r/q3r_racing.cfg index 0c337940..12c968d5 100644 --- a/baseq3r/q3r_racing.cfg +++ b/baseq3r/q3r_racing.cfg @@ -1,5 +1,87 @@ -set g_gametype 0 +// ************************************ +// 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 0 + +// 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 d2 "map q3r_dirtyfun ; set nextmap vstr d3" set d3 "map q3r_downtown ; set nextmap vstr d4" @@ -9,3 +91,29 @@ set d6 "map q3r_ridgeracer ; set nextmap vstr d7" set d7 "map q3r_sk1 ; set nextmap vstr d8" set d8 "map q3r_valley ; 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" "" \ No newline at end of file diff --git a/baseq3r/q3r_racing_dm.cfg b/baseq3r/q3r_racing_dm.cfg index 08fd9abb..1cb46929 100644 --- a/baseq3r/q3r_racing_dm.cfg +++ b/baseq3r/q3r_racing_dm.cfg @@ -1,7 +1,115 @@ -set g_gametype 1 +// ************************************ +// 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 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 d2 "map q3r_nightcity ; set nextmap vstr d3" set d3 "map q3r_ridgeracer ; set nextmap vstr d4" set d4 "map q3r_valley ; 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" "" \ No newline at end of file diff --git a/baseq3r/q3r_team_dm.cfg b/baseq3r/q3r_team_dm.cfg index 9e33195d..31cb997b 100644 --- a/baseq3r/q3r_team_dm.cfg +++ b/baseq3r/q3r_team_dm.cfg @@ -1,8 +1,114 @@ -set g_gametype 5 +// ************************************ +// 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 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 d2 "map q3r_david5 ; set nextmap vstr d3" set d3 "map q3r_demobowl ; set nextmap vstr d4" set d4 "map q3r_dm02 ; set nextmap vstr d5" set d5 "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" "" \ No newline at end of file diff --git a/baseq3r/q3r_team_racing.cfg b/baseq3r/q3r_team_racing.cfg index 1d07e1d6..babb4f8d 100644 --- a/baseq3r/q3r_team_racing.cfg +++ b/baseq3r/q3r_team_racing.cfg @@ -1,5 +1,87 @@ -set g_gametype 6 +// ************************************ +// 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 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 "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 d2 "map q3r_dirtyfun ; set nextmap vstr d3" set d3 "map q3r_downtown ; set nextmap vstr d4" @@ -9,3 +91,29 @@ set d6 "map q3r_ridgeracer ; set nextmap vstr d7" set d7 "map q3r_sk1 ; set nextmap vstr d8" set d8 "map q3r_valley ; 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" "" \ No newline at end of file diff --git a/baseq3r/q3r_team_racing_dm.cfg b/baseq3r/q3r_team_racing_dm.cfg index 9b83d97b..de8ce39a 100644 --- a/baseq3r/q3r_team_racing_dm.cfg +++ b/baseq3r/q3r_team_racing_dm.cfg @@ -1,7 +1,115 @@ -set g_gametype 7 +// ************************************ +// 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 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 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 d2 "map q3r_nightcity ; set nextmap vstr d3" set d3 "map q3r_ridgeracer ; set nextmap vstr d4" set d4 "map q3r_valley ; 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" "" \ No newline at end of file