diff --git a/cfg/ugc_HL_base.cfg b/cfg/ugc_HL_base.cfg index 3d7596a..9d216b9 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.11-04-14 -//=== UPDATED by .Blazingboy November 4, 2014 +//=== v.01-08-16 +//=== Updated: January 8, 2016 by Kumori //=== 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,12 +9,14 @@ //Server Logging Parameters log on mp_logdetail "3" +sv_contact "ugcleague.com/contact_us.cfm" //Load customizable settings exec "ugc_HL_custom.cfg" //Item Whitelist mp_tournament_whitelist "cfg/whitelists/item_whitelist_ugc_HL.txt" +tftrue_whitelist_id "item_whitelist_ugc_HL" //Required SourceTV Settings - STV recording is mandatory tv_chattimelimit "1" @@ -37,8 +39,10 @@ tf_damage_disablespread "1" tf_flag_caps_per_round "0" tf_forced_holiday "0" tf_overtime_nag "0" +tf_preround_push_from_damage_enable "1" tf_playergib "1" tf_player_spell_drop_on_death_rate "0" +tf_spawn_glows_duration "5" tf_spells_enabled "0" tf_teamtalk "1" tf_tournament_classlimit_scout "-1" diff --git a/cfg/ugc_HL_custom.cfg b/cfg/ugc_HL_custom.cfg index b6015eb..e15b7c7 100644 --- a/cfg/ugc_HL_custom.cfg +++ b/cfg/ugc_HL_custom.cfg @@ -1 +1,30 @@ -//do nothing +//=== UGC customizable settings - executed by map type UGC Highlander configs +//=== v.05-07-14 +//=== UPDATED by .Blazingboy May 7, 2014 +//=== THIS CONFIG IS AUTOMATICALLY EXECUTED BY GAMEMODE-SPECIFIC CONFIGS +//=== DO NOT MANUALLY EXEC THIS CFG +//=== Use map type cfgs to start each match, ie: ugc_HL_stopwatch.cfg or ugc_HL_standard.cfg +//=== Need Help! go to http://ugcleague.com/contact_us.cfm to fine a way to contact us. + +//=== SERVER ADMIN CUSTOMIZABLE == +//=== SETTTINGS HERE are customizable by the server admin. +//=== Be sure you set your rcon password and any join passwords in your server.cfg + +//Game Server name, you may add your Clan Tag to hostname +hostname "UGC Highlander Match" + +//SourceTV server name, you may add your Clan Tag +tv_name "UGC Highlander Match TV" + +//SourceTV bot name, as it will be visible on the in-game scoreboard +tv_title "UGC Highlander Match TV" + +// Set autorecord, you may disable this if your server uses an autorecord SM plugin +tv_autorecord "1" +//NOTE: You are required to keep a copy of SourceTV demos for two weeks after a Match - disable only if you record manually. + +//Optional, uncomment to set to your server 'max players' limit, to prevent sourcetv from adding a player slot, set to your server's SLOT LIMIT. +sv_visiblemaxplayers "-1" + +//Optional, set spectators on SourceTV. May be necessary for certain server providers, you may also set it to a reasonable limit of spectators, uncomment to use. +//tv_maxclients "0" \ No newline at end of file diff --git a/cfg/ugc_HL_koth.cfg b/cfg/ugc_HL_koth.cfg index 6c65ef6..dc287db 100644 --- a/cfg/ugc_HL_koth.cfg +++ b/cfg/ugc_HL_koth.cfg @@ -23,4 +23,4 @@ mp_tournament_restart say "UGC TF2 King of the Hill cfg v.05-07-14 executed, reload map once before start" say "King of the Hill Rules - Winner is first to reach 4 TOTAL Caps" say "King of the Hill Rules - Max 3 caps allowed in round 1" -say "Exec ugc_off.cfg at match end to reset server." +say "Exec ugc_off.cfg at match end to reset server." \ No newline at end of file diff --git a/cfg/ugc_HL_standard.cfg b/cfg/ugc_HL_standard.cfg index 91ced43..06d9f4a 100644 --- a/cfg/ugc_HL_standard.cfg +++ b/cfg/ugc_HL_standard.cfg @@ -23,4 +23,4 @@ mp_tournament_restart say "UGC HL TF2 Standard cfg v.05-07-14 executed, reload map once before start" say "CP Rules - Match Winner is first to reach 5 TOTAL Caps" say "CP Rules - Max 4 caps or 30 mins allowed in round 1" -say "Exec ugc_off.cfg at match end to reset server." +say "Exec ugc_off.cfg at match end to reset server." \ No newline at end of file diff --git a/cfg/ugc_HL_stopwatch.cfg b/cfg/ugc_HL_stopwatch.cfg new file mode 100644 index 0000000..35205c2 --- /dev/null +++ b/cfg/ugc_HL_stopwatch.cfg @@ -0,0 +1,25 @@ +//=== UGC Highlander TF2 MATCH Config v.05-07-14 +//=== UPDATED by .Blazingboy May 7, 2014 +//=== THIS CONFIG IS FOR STOPWATCH type Maps +//=== Execute this CFG to start the match on Attack-Defend Maps like cp_gravelpit, pl_badwater +//=== At match end, exec ugc_off.cfg to reset the server to your normal setup +//=== Sets the league config as server default for duration of match +//=== Need Help! go to http://ugcleague.com/contact_us.cfm to fine a way to contact us. + +//=== used for pure 2 player file consistency enforcement on all players on server +servercfgfile "ugc_HL_stopwatch.cfg" + +//== Basic League Settings +exec "ugc_HL_base.cfg" + +//=== Gameplay Settings for Payload & Attack-Defend type maps === +mp_winlimit "0" +mp_maxrounds "2" +mp_timelimit "0" +mp_tournament_stopwatch "1" + +mp_tournament_restart + +say "UGC HL TF2 Stopwatch cfg v.05-07-14 executed, reload map once before start" +Say "Payload & Attack-Defend Map Rules = Winner is best 2/3 Stopwatch Halves" +say "Exec ugc_off.cfg at match end to reset server." \ No newline at end of file diff --git a/cfg/ugc_off.cfg b/cfg/ugc_off.cfg index 00770e2..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" @@ -26,4 +44,18 @@ tf_tournament_classlimit_scout "-1" tf_tournament_classlimit_sniper "-1" tf_tournament_classlimit_soldier "-1" tf_tournament_classlimit_spy "-1" -sv_allow_color_correction "1" \ No newline at end of file +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 + + + + + +