UGC Highlander Season 18 configs

This commit is contained in:
Nobel Harvards 2016-02-03 17:30:56 +11:00
parent b8bfe0d1b5
commit a14471371a
6 changed files with 96 additions and 6 deletions

View File

@ -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"

View File

@ -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"

25
cfg/ugc_HL_stopwatch.cfg Normal file
View File

@ -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."

View File

@ -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"
@ -27,3 +45,17 @@ tf_tournament_classlimit_sniper "-1"
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