mirror of
https://github.com/Oldcustard/ozfort-server-configs
synced 2025-06-26 07:14:24 +10:00
Update UGC configs from November 2014
This commit is contained in:
parent
0c3f35da4a
commit
b39656b24b
@ -1,6 +1,6 @@
|
|||||||
//=== UGC standard league settings - executed map type UGC Highlander configs
|
//=== UGC standard league settings - executed map type UGC Highlander configs
|
||||||
//=== v.05-07-14
|
//=== v.11-04-14
|
||||||
//=== UPDATED by .Blazingboy May 7, 2014
|
//=== UPDATED by .Blazingboy November 4, 2014
|
||||||
//=== THIS CONFIG IS AUTOMATICALLY EXECUTED BY GAMEMODE-SPECIFIC CONFIGS
|
//=== THIS CONFIG IS AUTOMATICALLY EXECUTED BY GAMEMODE-SPECIFIC CONFIGS
|
||||||
//=== DO NOT MANUALLY EXEC THIS CFG
|
//=== DO NOT MANUALLY EXEC THIS CFG
|
||||||
//=== Matches are started with map type cfgs, Exmaple: ugc_HL_stopwatch.cfg
|
//=== Matches are started with map type cfgs, Exmaple: ugc_HL_stopwatch.cfg
|
||||||
@ -9,6 +9,7 @@
|
|||||||
//Server Logging Parameters
|
//Server Logging Parameters
|
||||||
log on
|
log on
|
||||||
mp_logdetail "3"
|
mp_logdetail "3"
|
||||||
|
sv_contact "ugcleague.com/contact_us.cfm"
|
||||||
|
|
||||||
//Load customizable settings
|
//Load customizable settings
|
||||||
exec "ugc_HL_custom.cfg"
|
exec "ugc_HL_custom.cfg"
|
||||||
@ -26,6 +27,7 @@ tv_transmitall "1"
|
|||||||
|
|
||||||
//Competitive Settings
|
//Competitive Settings
|
||||||
tf_allow_player_use "0"
|
tf_allow_player_use "0"
|
||||||
|
tf_allow_sliding_taunt "0"
|
||||||
tf_arena_first_blood "0"
|
tf_arena_first_blood "0"
|
||||||
tf_arena_round_time "0"
|
tf_arena_round_time "0"
|
||||||
tf_arena_use_queue "0"
|
tf_arena_use_queue "0"
|
||||||
@ -33,8 +35,11 @@ tf_clamp_airducks "1"
|
|||||||
tf_ctf_bonus_time "0"
|
tf_ctf_bonus_time "0"
|
||||||
tf_damage_disablespread "1"
|
tf_damage_disablespread "1"
|
||||||
tf_flag_caps_per_round "0"
|
tf_flag_caps_per_round "0"
|
||||||
|
tf_forced_holiday "0"
|
||||||
tf_overtime_nag "0"
|
tf_overtime_nag "0"
|
||||||
tf_playergib "1"
|
tf_playergib "1"
|
||||||
|
tf_player_spell_drop_on_death_rate "0"
|
||||||
|
tf_spells_enabled "0"
|
||||||
tf_teamtalk "1"
|
tf_teamtalk "1"
|
||||||
tf_tournament_classlimit_scout "-1"
|
tf_tournament_classlimit_scout "-1"
|
||||||
tf_tournament_classlimit_soldier "-1"
|
tf_tournament_classlimit_soldier "-1"
|
||||||
@ -48,6 +53,7 @@ tf_tournament_classlimit_spy "-1"
|
|||||||
tf_tournament_hide_domination_icons "1"
|
tf_tournament_hide_domination_icons "1"
|
||||||
tf_use_fixed_weaponspreads "1"
|
tf_use_fixed_weaponspreads "1"
|
||||||
tf_weapon_criticals "0"
|
tf_weapon_criticals "0"
|
||||||
|
tf_weapon_criticals_melee "0"
|
||||||
|
|
||||||
//Game Specific
|
//Game Specific
|
||||||
mp_allowspectators "1"
|
mp_allowspectators "1"
|
||||||
|
@ -1,6 +1,24 @@
|
|||||||
//=== UGC TF2 Reset Config ===
|
//=== UGC TF2 Reset Config ===
|
||||||
//=== THIS CONFIG IS USED TO REMOVE LEAGUE SETTINGS AND TO RETURN THE SERVER TO IT"S DEFAULT SERVER CFG FILE
|
//=== 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_autoteambalance "1"
|
||||||
mp_bonusroundtime "15"
|
mp_bonusroundtime "15"
|
||||||
mp_chattime "10"
|
mp_chattime "10"
|
||||||
@ -28,6 +46,16 @@ tf_tournament_classlimit_soldier "-1"
|
|||||||
tf_tournament_classlimit_spy "-1"
|
tf_tournament_classlimit_spy "-1"
|
||||||
sv_allow_color_correction "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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user