diff --git a/cfg/ugc_HL_base.cfg b/cfg/ugc_HL_base.cfg index 5ecf553..e2c07f9 100644 --- a/cfg/ugc_HL_base.cfg +++ b/cfg/ugc_HL_base.cfg @@ -1,6 +1,6 @@ //=== UGC standard league settings - executed map type UGC Highlander configs -//=== v.05-07-14 -//=== UPDATED by .Blazingboy May 7, 2014 +//=== v.11-04-14 +//=== UPDATED by .Blazingboy November 4, 2014 //=== THIS CONFIG IS AUTOMATICALLY EXECUTED BY GAMEMODE-SPECIFIC CONFIGS //=== DO NOT MANUALLY EXEC THIS CFG //=== Matches are started with map type cfgs, Exmaple: ugc_HL_stopwatch.cfg @@ -9,6 +9,7 @@ //Server Logging Parameters log on mp_logdetail "3" +sv_contact "ugcleague.com/contact_us.cfm" //Load customizable settings exec "ugc_HL_custom.cfg" @@ -26,6 +27,7 @@ tv_transmitall "1" //Competitive Settings tf_allow_player_use "0" +tf_allow_sliding_taunt "0" tf_arena_first_blood "0" tf_arena_round_time "0" tf_arena_use_queue "0" @@ -33,8 +35,11 @@ tf_clamp_airducks "1" tf_ctf_bonus_time "0" tf_damage_disablespread "1" tf_flag_caps_per_round "0" +tf_forced_holiday "0" tf_overtime_nag "0" tf_playergib "1" +tf_player_spell_drop_on_death_rate "0" +tf_spells_enabled "0" tf_teamtalk "1" tf_tournament_classlimit_scout "-1" tf_tournament_classlimit_soldier "-1" @@ -48,6 +53,7 @@ tf_tournament_classlimit_spy "-1" tf_tournament_hide_domination_icons "1" tf_use_fixed_weaponspreads "1" tf_weapon_criticals "0" +tf_weapon_criticals_melee "0" //Game Specific mp_allowspectators "1" @@ -131,4 +137,4 @@ sv_maxupdaterate "66" sv_maxcmdrate "66" sv_mincmdrate "50" sv_minrate "1500" -sv_minupdaterate "50" +sv_minupdaterate "50" \ No newline at end of file diff --git a/cfg/ugc_off.cfg b/cfg/ugc_off.cfg index e30b777..846c75c 100644 --- a/cfg/ugc_off.cfg +++ b/cfg/ugc_off.cfg @@ -1,6 +1,24 @@ //=== UGC TF2 Reset Config === //=== THIS CONFIG IS USED TO REMOVE LEAGUE SETTINGS AND TO RETURN THE SERVER TO IT"S DEFAULT SERVER CFG FILE +//=== Stops SourceTV demo and unloads the STV bot +tv_stoprecord +tv_stop +tv_autorecord "0" +tv_enable "0" + +//Closes current log file and opens a new one +log on + +//Reset to standard Valve settings +sv_contact "" +tv_stoprecord +tv_stop +tv_autorecord "0" +tv_enable "0" +tv_maxclients "128" +tv_dispatchmode "1" + mp_autoteambalance "1" mp_bonusroundtime "15" mp_chattime "10" @@ -28,6 +46,16 @@ tf_tournament_classlimit_soldier "-1" tf_tournament_classlimit_spy "-1" sv_allow_color_correction "1" +servercfgfile "server.cfg" + +say "executing ugc_off.cfg - reloading your server default configuration" + +//=== SET ALL OF YOUR CUSTOM SERVER SETTINGS IN YOUR OWN "server.cfg" +//=== LOADS your default server cfg file +exec server.cfg + + +