4 changed files with 157 additions and 5 deletions
@ -0,0 +1,114 @@
|
||||
// Catch The Chicken Team Config |
||||
|
||||
//set host name that shows up in server list. |
||||
set sv_hostname "SBZ Catch the chicken" |
||||
|
||||
set g_log "" // disables writing gamestats to log file |
||||
set g_motd "Welcome to Team Catch The Chicken" |
||||
set pmove_fixed "1" // fps independent physics |
||||
|
||||
//dedicated server |
||||
set snaps "40" |
||||
set sv_fps "40" // server fps |
||||
set sv_maxRate 25000 // set max allowable rate for a client. 8000 to 10000 recommended. Max: 25000 |
||||
set net_ip "0.0.0.0" //all interfaces |
||||
set net_port "27960" |
||||
set dedicated 2 // 1 = LAN, 2 = public/internet |
||||
set sv_lanForceRate 1 // forces LAN clients to the maximum rate instead of accepting client setting (1 is the default behaviour, backward compatible) |
||||
set g_syncronousClients "0" // enable only for server recording demos |
||||
set g_smoothclients "1" |
||||
set sv_allowDownload 8 // do not ask the client to disconnect when using HTTP/FTP downloads |
||||
|
||||
//allow chicken menu |
||||
set chickmenu 1 |
||||
|
||||
//time holder scores with chicken |
||||
set teamchicktime 30 |
||||
|
||||
//time chickholder scores, rounded up to nearest multiple of 5 |
||||
set scoretime 10 |
||||
|
||||
//time chicken wanders till respawn, 0 = never |
||||
set respawntime 20 |
||||
|
||||
//does chicken wander or stay still |
||||
set g_chickroam 1 |
||||
|
||||
//set max allowable rate for a client. 8000 to 10000 recommended. Max: 25000 (Default: 0) |
||||
set sv_maxRate 10000 |
||||
|
||||
//allow chicken holder to grab powerups |
||||
set g_allowpowerups 1 |
||||
|
||||
//Free For All Settings Below |
||||
//set ffa fraglimit. Set to 0 for no limit. |
||||
set fraglimit 25 |
||||
|
||||
//set ffa timelimit. Set to 0 for no limit. |
||||
set timelimit 15 |
||||
|
||||
//set Gametype to 3 for Team ctc |
||||
set g_gametype 3 |
||||
|
||||
//set Maximum number of clients |
||||
set sv_maxclients 16 |
||||
|
||||
//turn on/off pak cheat check. 1=on, 0=off (Default: 1) |
||||
set sv_pure 1 |
||||
|
||||
//q3ctc main options |
||||
//Glow colour 0-RED 1-YELLOW 2-GREEN 3-NONE |
||||
set g_chickglow 2 |
||||
|
||||
//allow health pickup with chicken |
||||
set g_allowarmour 1 |
||||
|
||||
//allow health pickup with chicken |
||||
set g_allowhealth 1 |
||||
|
||||
//allow dropable chicken |
||||
set g_allowdrop 1 |
||||
|
||||
//score on kills |
||||
set g_killscore 1 |
||||
|
||||
//set weapon respawn times for free for all in seconds. May need to decrease for large number of clients. (Default: 5) |
||||
set g_weaponrespawn 5 |
||||
set g_weaponTeamRespawn 5 |
||||
|
||||
//set voting. 1=on, 0=off (Default: 1) |
||||
set g_allowvote 1 |
||||
|
||||
//set power multiples for quad damage (Default: 3) |
||||
set g_quadfactor 3 |
||||
|
||||
set g_enablebreath "1" // breathing effect (0: off, 1: on) |
||||
set g_enabledust "1" // dust effect by feet on particular maps (0: off, 1: on) |
||||
|
||||
set g_teamAutoJoin "1" |
||||
set g_teamForceBalance "0" |
||||
set g_inactivity "30" |
||||
set g_warmup "15" |
||||
set g_doWarmup "1" |
||||
|
||||
// bots |
||||
set bot_enable "1" // whether bots are allowed on the server |
||||
set bot_minplayers "3" // minimum players number |
||||
set bot_nochat "1" // einfach die Fresse halten |
||||
set g_spSkill "1" // bot difficulty |
||||
|
||||
|
||||
//Set map selection, cycle order, and load first map for free for all |
||||
set d1 "fraglimit 25;timelimit 15;map q3dm6 ;set nextmap vstr d2" |
||||
set d2 "fraglimit 25;timelimit 15;map q3dm7 ;set nextmap vstr d3" |
||||
set d3 "fraglimit 25;timelimit 15;map q3dm8 ;set nextmap vstr d4" |
||||
set d4 "fraglimit 25;timelimit 15;map q3dm9 ; set nextmap vstr d5" |
||||
set d5 "fraglimit 25;timelimit 15;map q3dm11 ;set nextmap vstr d6" |
||||
set d6 "fraglimit 25;timelimit 15;map q3dm12 ;set nextmap vstr d7" |
||||
set d7 "fraglimit 25;timelimit 15;map q3dm13 ;set nextmap vstr d8" |
||||
set d8 "fraglimit 25;timelimit 15;map q3dm15 ;set nextmap vstr d1" |
||||
|
||||
vstr d1 |
||||
|
||||
|
||||
|
Loading…
Reference in new issue