// QuakeCon 2006 Enemy Territory Tournament // Tournament configuration file // Version 1.2.2 // Date: 28-07-2006 configname "QuakeCon Tournament" version 1.2.1.0 quakecon-t.version.quakecon.org init { setl sv_pure 1 setl sv_cheats 0 setl g_gametype 3 setl g_warmup 15 setl g_doWarmup 1 setl g_voiceChatsAllowed 99 setl g_spectatorInactivity 0 setl g_friendlyFire 1 setl g_heavyWeaponRestriction 20 setl g_medicChargeTime 45000 setl g_LTChargeTime 40000 setl g_engineerChargeTime 30000 setl g_soldierChargeTime 25000 setl g_covertopschargetime 30000 setl g_landminetimeout 0 setl g_teamForceBalance 0 setl g_filtercams 1 setl g_fastres 0 setl g_noTeamSwitching 0 setl g_knifeonly 0 setl g_alliedmaxlives 0 setl g_axismaxlives 0 setl g_speed 320 setl g_gravity 800 setl g_knockback 1000 setl team_maxMortars 1 setl team_maxFlamers 1 setl team_maxMg42s 1 setl team_maxPanzers 1 setl team_maxMines 5 setl team_maxRiflegrenades 1 setl team_maxplayers 0 setl team_nocontrols 0 setl match_timeoutcount 1 setl match_timeoutlength 60 setl match_minplayers 2 setl match_latejoin 1 setl match_mutespecs 0 setl match_readypercent 100 setl match_warmupDamage 2 setl pmove_fixed 0 set nextmap "" setl g_allowVote 1 setl vote_limit 99 setl vote_percent 51 setl vote_allow_balancedteams 0 setl vote_allow_muting 1 setl vote_allow_swapteams 1 setl vote_allow_friendlyfire 0 setl vote_allow_timelimit 1 setl vote_allow_warmupdamage 0 setl vote_allow_kick 1 setl vote_allow_map 1 setl vote_allow_matchreset 1 setl vote_allow_mutespecs 0 setl vote_allow_nextmap 0 setl vote_allow_referee 0 setl vote_allow_config * setl vote_allow_comp 0 setl vote_allow_gametype 0 setl vote_allow_pub 0 setl vote_allow_shuffleteamsxp 0 setl vote_allow_cointoss 1 setl vote_allow_surrender 1 setl b_mapscriptdirectory "etpromapscripts" setl b_levels_battlesense "-1" setl b_levels_engineer "-1" setl b_levels_medic "-1" setl b_levels_fieldops "-1" setl b_levels_lightweapons "-1" setl b_levels_soldier "-1" setl b_levels_covertops "-1" setl b_defaultskills "" setl b_noskillupgrades 1 setl b_statsaver 1 setl b_intermissiontime 20 setl b_privatemessages 0 setl b_match_warmupjoin 0 setl b_xpstopwatch 0 setl b_spectatornames 1 setl b_shove 0 setl b_stickycharge 2 setl b_damagexp 1 setl b_antiwarp 1 setl b_panzerlevelup 5 setl b_headshot 0 setl b_riflegrenades 1 setl b_fallingbugfix 1 setl b_fixedphysics 1 setl b_fixedphysicsfps 125 setl b_pronedelay 1 setl b_extendedprone 1 setl b_realhead 1 set b_ettv_flags 3 setl b_campaignfile "" setl b_defaultbantime 60 setl lua_allowedmodules "" setl lua_modules "" setl team_maxSoldiers -1 setl team_maxMedics -1 setl team_maxEngineers -1 setl team_maxFieldops -1 setl team_maxCovertops -1 setl b_shrug 0 setl b_flushItems 1 setl b_wolfrof 0 setl b_distancefalloff 1 setl b_helmetprotection 1 setl b_maxmortarpitch 20 setl b_chargetransfer 0 setl b_sv_hitsounds 1 set g_log "qc2006-match.log" set b_cheatlog "qc2006-cheat.log" setl b_anticheat 1 setl b_cheatkicktime 1 command "pb_sv_enable" command "pb_sv_kicklen 1" command "pb_sv_autoss 1" command "pb_sv_cvarempty" command "sv_cvarempty" // Cheat-protected cvars command "sv_cvar r_drawentities EQ 1" command "sv_cvar r_drawworld EQ 1" command "sv_cvar r_lightmap EQ 0" command "sv_cvar r_showmodelbounds EQ 0" command "sv_cvar r_showtris EQ 0" command "sv_cvar r_znear EQ 3" // Network settings command "sv_cvar cl_maxpackets EQ 100" // Mouse/look cvars command "sv_cvar cl_freelook EQ 1" command "sv_cvar cl_pitchspeed EQ 0" command "sv_cvar cl_yawspeed EQ 0" command "sv_cvar m_pitch OUT -0.015 0.015" command "sv_cvar m_yaw IN -0.022 0.022" // Visual settings: exploits command "sv_cvar cg_bobup IN 0 0.005" command "sv_cvar cg_fov IN 90 125" command "sv_cvar r_allowextensions EQ 1" command "sv_cvar r_ati_fsaa_samples EQ 0" command "sv_cvar r_ati_truform_tess EQ 0" command "sv_cvar r_clamptoedge EQ 1" command "sv_cvar r_colorMipLevels EQ 0" command "sv_cvar r_ext_ATI_pntriangles EQ 0" command "sv_cvar r_nv_fogdist_mode INCLUDE NV GL_EYE_RADIAL_NV" command "sv_cvar r_primitives IN 0 2" } map default { set g_userTimeLimit 0 setl g_useralliedrespawntime 0 setl g_useraxisrespawntime 0 setl b_moverscale 1 command "forcecvar r_drawfoliage 1" } map braundorf_b4 { set g_userTimeLimit 15 } map radar { set g_userTimeLimit 12 command "forcecvar r_drawfoliage 0" } map reactor_final { set g_userTimeLimit 15 } map battery { set g_userTimeLimit 10 } map supplydepot2 { set g_userTimeLimit 15 } map sp_delivery2 { set g_userTimeLimit 15 } map sw_goldrush_te { set g_userTimeLimit 15 }