// *NOTE* any line that starts with // is ignored by quake. //*** Administrator Info *** sets Admin "Thilo Schulz" sets Email "thilo@kickchat.com" //*** Server Name and Daily Message *** Set sv_hostname "KickChat's SYC Server" set g_motd "Visit www.kickchat.com" //*** Game Settings *** set sv_maxclients "16" set sv_privateClients "2" set g_gametype "3" set pointlimit "120" // 0 = none // sets pointlimit for Spray you Color set timelimit "20" // 0 = none set g_friendlyFire "0" // 0 = off, 1 = on //*** Bots *** set bot_enable "1" set bot_minplayers "4" //*** Passwords *** set rconpassword "masked" // Remote administration password. set sv_privatePassword "masked" // Password for private slots on server. Client enters password by typing "set password -----" at the console. set g_password "" // Used to password protect the server. Client enters password by typing "set password -----" at the console. //*** Server Settings *** set sv_pure "1" // A Pure server will only let users connect if they have the exact same .pk3 files in their directory as the server does. Helps stop cheaters from using modified code. set g_allowvote "1" // 0 = off, 1 = on set sv_allowdownload "0" // 0 = off, 1 = on set gamename "wop" set sv_maxRate "10000" // Sets the maximum allowable rate a client may have set when connected to the server. A suggested setting is 8000 or 10000 so server bandwidth is not used up by high speed clients, thus allowing modem players to have a smoother game. // set g_log "server.log" // This is to set the name of the output file. By default it's "games.log". // set g_inactivity 3000 // Number of seconds before an inactive player is kicked. //*** Master Servers *** set sv_master2 "master0.gamespy.com:28900" // Server reports to gamespy master server. seta sv_master4 "q3master.gamesinferno.com" seta sv_master3 "q3master.barrysworld.com:27950" seta sv_master2 "master0.gamespy.com" seta sv_master1 "master3.idsoftware.com" // By default the server will report to the Id Software master server. // The server can report to a maximum of 5 master servers. // seta pb_sv_httpPort 8001 //*** Map Rotation *** set m1 "map wop_diner ; set nextmap vstr m2" set m2 "map wop_padship ; set nextmap vstr m3" set m3 "map wop_cybbath ; set nextmap vstr m4" set m4 "map wop_anteroom ; set nextmap vstr m5" set m5 "map wop_padgarden ; set nextmap vstr m6" set m6 "map wop_huette ; set nextmap vstr m7" set m7 "map wop_mopans_jail ; set nextmap vstr m8" set m8 "map wop_cabin ; set nextmap vstr m9" set m9 "map wop_padkitchen ; set nextmap vstr m10" set m10 "map wop_backyard ; set nextmap vstr m11" set m11 "map wop_padattic ; set nextmap vstr m12"; set m12 "map wop_padshop ; set nextmap vstr m1"; vstr m8