////////////////////////////////////////////////////////////////////////////////// //================================================== Last Updated: 02.06.2013 ==// // FILE INFORMATION // //==============================================================================// // Author: FS|Fenix // // Updated by: Liquid // // Filename: uzknockout.cfg // // Compatibility: Urban Terror 4.1 - 4.1.1 - 4.2 // //==============================================================================// // GENERAL INFORMATION // //==============================================================================// // // // *This file does NOT contain all the settings needed to start a server. // // // // *Note that everything behind double slashes is ignored by the server. // // // // *This file MUST be not modified in any way. // // // // *For support on setting up a server visit: http://www.urbanterror.info. // // // // *For support regarding this very file visit: http://www.urban-zone.org. // // // ////////////////////////////////////////////////////////////////////////////////// //-------------------------------------------------------------------------------- // Visual Identifers //-------------------------------------------------------------------------------- set sv_joinmessage "^3Welcome to Urban Zone Player of the Week Knockout" //-------------------------------------------------------------------------------- // Frozen Sand Authentication System CVARs //-------------------------------------------------------------------------------- set auth_enable "1" // Set this to 0 to disable the authentication system. set auth_notoriety "0" // This sets the minimum notoriety level. 0 allows everyone to join. set auth_tags "1" // Set this to 1 to prevent clan tag thieves from joining your server. set auth_cheaters "1" // set this to 1 to block the officially banned cheaters from your server. set auth_verbosity "1" // 0 = No authentication message to everyone when a player connects ; 1 = Message on the top of the screen ; 2 = Message in the chat box. set auth_log "1" // Set this to 1 to draw the account information in the userinfo of each player in the server logs. set auth_groups "" // specify group IDs (separated by a blank) if you want to allow only a few groups to connect to the server. Empty ("") means all groups can connect. //-------------------------------------------------------------------------------- // Server CVARs //-------------------------------------------------------------------------------- seta sv_battleye "0" seta sv_floodprotect "0" seta sv_cheats "0" seta sv_pure "1" seta sv_maxPing "0" seta sv_minPing "0" seta sv_maxrate "0" seta sv_allowDownload "1" seta sv_timeout "90" sets sv_dlURL "http://downloads.urban-zone.org/" set sv_floodprotect "0" seta sv_reconnectlimit "0" seta pmove_fixed "1" seta pmove_msec "8" //-------------------------------------------------------------------------------- // Game Mod CVARs //-------------------------------------------------------------------------------- seta timescale "1" set timelimit "10" set fraglimit "0" set capturelimit "0" set g_warmup "10" set g_deadchat "2" set g_antiwarp "1" set g_antiwarptol "50" set g_gear "0" set g_followstrict "1" set g_gametype "0" set g_friendlyFire "2" set g_maxteamkills "0" set g_teamkillsforgettime "300" set g_swaproles "0" set g_armbands "0" set g_mapcycle "mapcycle.txt" seta g_gravity "800" seta g_knockback "1000" seta g_allowChat "2" seta g_allowVote "255" seta g_failedVoteTime "30" seta g_timeouts "3" seta g_timeoutlength "300" seta g_matchmode "1" seta g_pauselength "-1" seta g_teamForceBalance "0" seta g_maintainTeam "1" seta g_teamautojoin "0" seta g_inactivity "0" seta g_maxgameclients "16" set g_cahtime "60" seta g_syncronousClients "0" seta g_bulletPredictionThreshold "5" seta g_allowBulletPrediction "1" seta g_refNoBan "1" seta g_maxrounds "0" seta g_log "uzknockout.log" seta g_filterban "1" seta g_suddendeath "0" seta g_removeBodyTime "10" //-------------------------------------------------------------------------------- // Knockout Specific CVARs //-------------------------------------------------------------------------------- seta g_respawnDelay "5" seta g_respawnProtection "1" //-------------------------------------------------------------------------------- // EXEC CONFIRMATION //-------------------------------------------------------------------------------- bigtext "^3Urban Zone Knockout Config Loaded!" wait 200 reload