From d69613a527811c727bbc2d5cd839fb721ec5fca4 Mon Sep 17 00:00:00 2001 From: insellium Date: Tue, 19 Dec 2023 10:41:40 +0500 Subject: [PATCH] Updated Server cfs's + example config --- baseq3r/q3r_ctf.cfg | 114 +++----------------------------- baseq3r/q3r_derby.cfg | 112 ++----------------------------- baseq3r/q3r_dm.cfg | 114 +++----------------------------- baseq3r/q3r_dom.cfg | 114 +++----------------------------- baseq3r/q3r_lcs.cfg | 112 ++----------------------------- baseq3r/q3r_racing.cfg | 116 +++------------------------------ baseq3r/q3r_racing_dm.cfg | 116 +++------------------------------ baseq3r/q3r_team_dm.cfg | 114 +++----------------------------- baseq3r/q3r_team_racing.cfg | 116 +++------------------------------ baseq3r/q3r_team_racing_dm.cfg | 116 +++------------------------------ baseq3r/server_example.cfg | 112 +++++++++++++++++++++++++++++++ 11 files changed, 190 insertions(+), 1066 deletions(-) create mode 100644 baseq3r/server_example.cfg diff --git a/baseq3r/q3r_ctf.cfg b/baseq3r/q3r_ctf.cfg index 594f1334..28376072 100644 --- a/baseq3r/q3r_ctf.cfg +++ b/baseq3r/q3r_ctf.cfg @@ -1,112 +1,14 @@ -// ************************************ -// Q3Rally Server Config -// ************************************ +g_gametype 9 +capturelimit 10 +timelimit 12 -// Multi CPU ? -// 0 = no, 1 = yes (Default: 0) - seta r_smp "1" +sv_maxClients 16 +sv_hostname "Q3R CTF Server" +g_motd "Happy Flagging!" -// 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 9 +sv_maxRate 25000 +sv_dlRate 1000 -// 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 6cf8d5d4..862e22c6 100644 --- a/baseq3r/q3r_derby.cfg +++ b/baseq3r/q3r_derby.cfg @@ -1,113 +1,15 @@ -// ************************************ -// Q3Rally Server Config -// ************************************ +g_gametype 3 +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_hostname "Q3R Derby Server" +sv_maxRate 25000 +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 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 b8fe9992..e5c4b64e 100644 --- a/baseq3r/q3r_dm.cfg +++ b/baseq3r/q3r_dm.cfg @@ -1,115 +1,17 @@ -// ************************************ -// Q3Rally Server Config -// ************************************ +g_gametype 5 +fraglimit 30 +timelimit 10 -// Multi CPU ? -// 0 = no, 1 = yes (Default: 0) - seta r_smp "1" +sv_maxClients 16 +sv_hostname "Q3R DM Server" +g_motd "Happy Fragging!" -// 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 5 +sv_maxRate 25000 +sv_dlRate 1000 -// 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 24885131..14a34b0e 100644 --- a/baseq3r/q3r_dom.cfg +++ b/baseq3r/q3r_dom.cfg @@ -1,113 +1,15 @@ -// ************************************ -// Q3Rally Server Config -// ************************************ +g_gametype 10 +capturelimit 100 +timelimit 20 -// Multi CPU ? -// 0 = no, 1 = yes (Default: 0) - seta r_smp "1" +sv_maxClients 16 +sv_hostname "Q3R DOM Server" +g_motd "Happy Domination!" -// 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 10 +sv_maxRate 25000 +sv_dlRate 1000 -// 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_lcs.cfg b/baseq3r/q3r_lcs.cfg index b9e4884d..99d381f2 100644 --- a/baseq3r/q3r_lcs.cfg +++ b/baseq3r/q3r_lcs.cfg @@ -1,113 +1,15 @@ -// ************************************ -// Q3Rally Server Config -// ************************************ +g_gametype 4 +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_hostname "Q3R Last Car Standing Server" +sv_maxRate 25000 +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 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_racing.cfg b/baseq3r/q3r_racing.cfg index eecd8e44..504765ce 100644 --- a/baseq3r/q3r_racing.cfg +++ b/baseq3r/q3r_racing.cfg @@ -1,88 +1,14 @@ -// ************************************ -// Q3Rally Server Config -// ************************************ +g_gametype 2 +timelimit 10 +laplimit 3 -// Multi CPU ? -// 0 = no, 1 = yes (Default: 0) - seta r_smp "1" +sv_maxClients 16 +sv_hostname "Q3R Racing Server" +g_motd "Happy Racing!" -// 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 +sv_maxRate 25000 +sv_dlRate 1000 -// 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" @@ -92,29 +18,3 @@ 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 3cfad012..dbe443c3 100644 --- a/baseq3r/q3r_racing_dm.cfg +++ b/baseq3r/q3r_racing_dm.cfg @@ -1,116 +1,16 @@ -// ************************************ -// Q3Rally Server Config -// ************************************ +g_gametype 1 +timelimit 10 +laplimit 3 -// Multi CPU ? -// 0 = no, 1 = yes (Default: 0) - seta r_smp "1" +sv_maxClients 16 +sv_hostname "Q3R Racing DM Server" +g_motd "Happy Racing!" -// 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 1 +sv_maxRate 25000 +sv_dlRate 1000 -// 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 d50fd99c..6778419d 100644 --- a/baseq3r/q3r_team_dm.cfg +++ b/baseq3r/q3r_team_dm.cfg @@ -1,115 +1,17 @@ -// ************************************ -// Q3Rally Server Config -// ************************************ +g_gametype 6 +fraglimit 30 +timelimit 10 -// Multi CPU ? -// 0 = no, 1 = yes (Default: 0) - seta r_smp "1" +sv_maxClients 16 +sv_hostname "Q3R Team DM Server" +g_motd "Happy Fragging!" -// 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 6 +sv_maxRate 25000 +sv_dlRate 1000 -// 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 608eaac5..30071e11 100644 --- a/baseq3r/q3r_team_racing.cfg +++ b/baseq3r/q3r_team_racing.cfg @@ -1,88 +1,14 @@ -// ************************************ -// Q3Rally Server Config -// ************************************ +g_gametype 7 +timelimit 10 +laplimit 3 -// Multi CPU ? -// 0 = no, 1 = yes (Default: 0) - seta r_smp "1" +sv_maxClients 16 +sv_hostname "Q3R Team Racing Server" +g_motd "Happy Racing!" -// 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 7 +sv_maxRate 25000 +sv_dlRate 1000 -// 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" @@ -92,29 +18,3 @@ 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 18e0f73f..7eeafd7e 100644 --- a/baseq3r/q3r_team_racing_dm.cfg +++ b/baseq3r/q3r_team_racing_dm.cfg @@ -1,116 +1,16 @@ -// ************************************ -// Q3Rally Server Config -// ************************************ +g_gametype 8 +timelimit 10 +laplimit 3 -// Multi CPU ? -// 0 = no, 1 = yes (Default: 0) - seta r_smp "1" +sv_maxClients 16 +sv_hostname "Q3R Team Racing DM Server" +g_motd "Happy Racing!" -// 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 8 +sv_maxRate 25000 +sv_dlRate 1000 -// 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 diff --git a/baseq3r/server_example.cfg b/baseq3r/server_example.cfg new file mode 100644 index 00000000..32f96320 --- /dev/null +++ b/baseq3r/server_example.cfg @@ -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" "" \ No newline at end of file