mirror of
https://github.com/Oldcustard/ozfort-server-configs
synced 2025-06-25 23:04:25 +10:00
commit
6ff82610b6
32
README.md
32
README.md
@ -1,2 +1,32 @@
|
|||||||
# ozfortress server configurations
|
# ozfortress server configurations
|
||||||
tbd
|
|
||||||
|
##ozfortress seasonal league
|
||||||
|
The following formats are used in the ozfortress seasonal league and have an associated configuration file in the ozfortress configs.
|
||||||
|
|
||||||
|
#### 5CP
|
||||||
|
Standard 5CP maps are played to 30 minutes with a 5 point difference mercy rule. The following configuration represents this format:
|
||||||
|
```
|
||||||
|
mp_windifference 5
|
||||||
|
mp_timelimit 30
|
||||||
|
mp_winlimit 0
|
||||||
|
```
|
||||||
|
Load this configuration using `rcon exec ozfortress_6v6_5cp` or simply `rcon push` on ozfortress servers.
|
||||||
|
|
||||||
|
#### KOTH
|
||||||
|
KOTH maps are played first to 3 with no time limit. The following configuration represents this format:
|
||||||
|
```
|
||||||
|
mp_windifference 0
|
||||||
|
mp_timelimit 0
|
||||||
|
mp_winlimit 3
|
||||||
|
```
|
||||||
|
Load this configuration using `rcon exec ozfortress_6v6_koth` or simply `rcon koth` on ozfortress servers.
|
||||||
|
|
||||||
|
#### Golden Cap
|
||||||
|
In formats where ties are not allowed, a golden cap may be used to determine the winner of a 5CP match tied at 30 minutes. Golden cap rounds are played till the first capture of the last point with no time limit. The following configuration represents this format:
|
||||||
|
|
||||||
|
```
|
||||||
|
mp_windifference 0
|
||||||
|
mp_timelimit 0
|
||||||
|
mp_winlimit 1
|
||||||
|
```
|
||||||
|
Load this configuration using `rcon exec ozfortress_golden_cap` or simply `rcon golden` on ozfortress servers.
|
18
cfg/6v6.cfg
18
cfg/6v6.cfg
@ -1,18 +0,0 @@
|
|||||||
mp_highlander 0
|
|
||||||
|
|
||||||
tf_tournament_classlimit_scout 2
|
|
||||||
tf_tournament_classlimit_soldier 2
|
|
||||||
tf_tournament_classlimit_pyro 2
|
|
||||||
tf_tournament_classlimit_demoman 1
|
|
||||||
tf_tournament_classlimit_heavy 1
|
|
||||||
tf_tournament_classlimit_engineer 1
|
|
||||||
tf_tournament_classlimit_medic 1
|
|
||||||
tf_tournament_classlimit_sniper 2
|
|
||||||
tf_tournament_classlimit_spy 1
|
|
||||||
|
|
||||||
tf_player_drop_bonus_ducks 0
|
|
||||||
mp_maxrounds 0
|
|
||||||
tv_delaymapchange_protect 0
|
|
||||||
sm_cvar tf_dropped_weapon_lifetime -1
|
|
||||||
|
|
||||||
tf_preround_push_from_damage_enable 1
|
|
14
cfg/9v9.cfg
14
cfg/9v9.cfg
@ -1,14 +0,0 @@
|
|||||||
mp_highlander 1
|
|
||||||
|
|
||||||
tf_tournament_classlimit_scout 1
|
|
||||||
tf_tournament_classlimit_soldier 1
|
|
||||||
tf_tournament_classlimit_pyro 1
|
|
||||||
tf_tournament_classlimit_demoman 1
|
|
||||||
tf_tournament_classlimit_heavy 1
|
|
||||||
tf_tournament_classlimit_engineer 9
|
|
||||||
tf_tournament_classlimit_medic 1
|
|
||||||
tf_tournament_classlimit_sniper 1
|
|
||||||
tf_tournament_classlimit_spy 1
|
|
||||||
|
|
||||||
compctrl_team_auto_ready 9
|
|
||||||
sm_cancelmatch
|
|
@ -1,4 +1,4 @@
|
|||||||
// ozfortress core server configuration (updated 20/7/2012 by seeker)
|
// ozfortress core server configuration (updated 05/06/2016 by obla)
|
||||||
|
|
||||||
log on
|
log on
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ mp_tournament_allow_non_admin_restart 0
|
|||||||
mp_tournament_restart
|
mp_tournament_restart
|
||||||
mp_tournament_readymode 0
|
mp_tournament_readymode 0
|
||||||
|
|
||||||
sv_contact "seeker@ozfortress.com"
|
sv_contact "kenneth@ozfortress.com"
|
||||||
sv_maxrate 0
|
sv_maxrate 0
|
||||||
sv_minrate 100000
|
sv_minrate 100000
|
||||||
sv_client_predict 1
|
sv_client_predict 1
|
||||||
@ -40,7 +40,7 @@ sv_client_min_interp_ratio 1
|
|||||||
sv_timeout 10
|
sv_timeout 10
|
||||||
sv_pure 2
|
sv_pure 2
|
||||||
sv_pure_trace 1
|
sv_pure_trace 1
|
||||||
sv_downloadurl "http://games.ipgn.com.au/tf2/surl/"
|
sv_downloadurl "http://fakkelbrigade.eu/"
|
||||||
sv_rcon_banpenalty 1
|
sv_rcon_banpenalty 1
|
||||||
sv_region 5
|
sv_region 5
|
||||||
sv_parallel_packentities 0
|
sv_parallel_packentities 0
|
||||||
@ -84,27 +84,35 @@ tf_birthday 0
|
|||||||
tf_arena_first_blood 0
|
tf_arena_first_blood 0
|
||||||
tf_flag_caps_per_round 0
|
tf_flag_caps_per_round 0
|
||||||
|
|
||||||
exec scrim
|
exec ozfortress_6v6_scrim
|
||||||
|
|
||||||
alias pug "exec push"
|
// Map Aliases
|
||||||
alias scrim "exec scrim"
|
alias badlands "changelevel cp_badlands"
|
||||||
alias push "exec push"
|
alias process "changelevel cp_process_final"
|
||||||
alias koth "exec koth"
|
alias sunshine "changelevel cp_sunshine_rc9"
|
||||||
alias stopwatch "exec stopwatch"
|
alias snakewater "changelevel cp_snakewater_final1"
|
||||||
alias ctf "exec ctf"
|
alias product "changelevel koth_product_rc8"
|
||||||
|
alias viaduct "changelevel koth_product_rc8"
|
||||||
|
alias granary "changelevel cp_granary_pro_rc3"
|
||||||
|
alias gullywash "changelevel cp_gullywash_final1"
|
||||||
|
alias reckoner "changelevel cp_reckoner_b2a"
|
||||||
|
|
||||||
alias ozfl "exec pushhalves"
|
// Quick Access Aliases
|
||||||
alias pushhalves "exec pushhalves"
|
alias pug "exec ozfortress_6v6_5cp"
|
||||||
|
alias push "exec ozfortress_6v6_5cp"
|
||||||
|
alias scrim "exec ozfortress_6v6_scrim"
|
||||||
|
alias koth "exec ozfortress_6v6_koth"
|
||||||
|
|
||||||
alias owl "exec owl"
|
alias golden "exec ozfortress_golden_cap"
|
||||||
alias owlkoth "exec owlkoth"
|
alias ozf "exec ozfortress_6v6_5cp"
|
||||||
alias owlfinals "exec owlfinals"
|
alias ozfkoth "exec ozfortress_6v6_koth"
|
||||||
alias owlkothfinals "exec owlkothfinals"
|
|
||||||
alias owlstopwatch "exec owlstopwatch"
|
|
||||||
|
|
||||||
alias highctf "exec highctf"
|
alias owl "exec ozfortress_6v6_5cp"
|
||||||
alias highkoth "exec highkoth"
|
alias owlkoth "exec ozfortress_6v6_koth"
|
||||||
alias highcp "exec highcp"
|
|
||||||
alias highstopwatch "exec highstopwatch"
|
alias highctf "exec ozfortress_9v9_ctf"
|
||||||
|
alias highkoth "exec ozfortress_9v9_koth"
|
||||||
|
alias highcp "exec ozfortress_9v9_5cp"
|
||||||
|
alias highstopwatch "exec ozfortress_9v9_stopwatch"
|
||||||
|
|
||||||
alias ultiduo "exec ultiduo"
|
alias ultiduo "exec ultiduo"
|
||||||
|
16
cfg/ctf.cfg
16
cfg/ctf.cfg
@ -1,16 +0,0 @@
|
|||||||
// ozfortress ctf config (updated 14/7/2012 by seeker)
|
|
||||||
|
|
||||||
//tf_flag_caps_per_round 5
|
|
||||||
|
|
||||||
//mp_timelimit 30
|
|
||||||
//mp_winlimit 0
|
|
||||||
//mp_maxrounds 0
|
|
||||||
//mp_tournament_stopwatch 0
|
|
||||||
//mp_tournament_whitelist cfg/whitelists/ozfl.txt
|
|
||||||
//mp_tournament_restart
|
|
||||||
|
|
||||||
//exec 6v6
|
|
||||||
|
|
||||||
//say - ozfortress ctf config loaded -
|
|
||||||
|
|
||||||
say ** This configuration has been removed **
|
|
@ -1,14 +0,0 @@
|
|||||||
// ozfortress golden cap config
|
|
||||||
|
|
||||||
//mp_timelimit 0
|
|
||||||
//mp_winlimit 1
|
|
||||||
//mp_tournament_stopwatch 0
|
|
||||||
//mp_tournament_whitelist cfg/whitelists/owl.txt
|
|
||||||
//mp_tournament_restart
|
|
||||||
|
|
||||||
//exec 6v6
|
|
||||||
|
|
||||||
//say - ozfortress OWL 14 golden cap config loaded -
|
|
||||||
|
|
||||||
say ** This configuration has been removed **
|
|
||||||
say ** Use "rcon golden" to execute the correct config **
|
|
@ -1,4 +0,0 @@
|
|||||||
// ozfortress highlander push config (updated 14/7/2012 by seeker)
|
|
||||||
|
|
||||||
say ** This configuration has been removed **
|
|
||||||
say ** Use "rcon highcp" to execute the correct config **
|
|
@ -1,4 +0,0 @@
|
|||||||
// ozfortress highlander ctf config (updated 14/7/2012 by seeker)
|
|
||||||
|
|
||||||
say ** This configuration has been removed **
|
|
||||||
say ** Use "rcon highctf" to execute the correct config **
|
|
@ -1,4 +0,0 @@
|
|||||||
// ozfortress highlander koth config (updated 14/7/2012 by seeker)
|
|
||||||
|
|
||||||
say ** This configuration has been removed **
|
|
||||||
say ** Use "rcon highkoth" to execute the correct config **
|
|
@ -1,4 +0,0 @@
|
|||||||
// ozfortress highlander stopwatch config (updated 14/7/2012 by seeker)
|
|
||||||
|
|
||||||
say ** This configuration has been removed **
|
|
||||||
say ** Use "rcon highstopwatch" to execute the correct config **
|
|
@ -1,4 +0,0 @@
|
|||||||
// ozfortress koth config (updated 14/7/2012 by seeker)
|
|
||||||
|
|
||||||
say ** This configuration has been removed **
|
|
||||||
say ** Use rcon koth to execute the correct config **
|
|
@ -1,4 +0,0 @@
|
|||||||
// ozfortress winter league push config
|
|
||||||
|
|
||||||
say ** This configuration has been removed **
|
|
||||||
say ** Use "rcon push" to execute the correct config **
|
|
@ -1,4 +0,0 @@
|
|||||||
// ozfortress winter league koth config
|
|
||||||
|
|
||||||
say ** This configuration has been removed **
|
|
||||||
say ** Use "rcon koth" to execute the correct config **
|
|
@ -80,6 +80,7 @@ tv_allow_static_shots 0
|
|||||||
tv_chattimelimit 2
|
tv_chattimelimit 2
|
||||||
tv_delay 90
|
tv_delay 90
|
||||||
tv_delaymapchange 1
|
tv_delaymapchange 1
|
||||||
|
tv_delaymapchange_protect 0
|
||||||
tv_enable 1
|
tv_enable 1
|
||||||
tv_maxrate 0
|
tv_maxrate 0
|
||||||
tv_relayvoice 0
|
tv_relayvoice 0
|
||||||
@ -87,6 +88,8 @@ tv_snapshotrate 66
|
|||||||
tv_timeout 30
|
tv_timeout 30
|
||||||
tv_transmitall 1
|
tv_transmitall 1
|
||||||
|
|
||||||
|
sm_cvar tf_dropped_weapon_lifetime 0
|
||||||
|
|
||||||
mp_tournament_restart
|
mp_tournament_restart
|
||||||
|
|
||||||
//Quick Access Aliases
|
//Quick Access Aliases
|
||||||
|
@ -11,3 +11,7 @@ tf_tournament_classlimit_engineer 1
|
|||||||
tf_tournament_classlimit_medic 1
|
tf_tournament_classlimit_medic 1
|
||||||
tf_tournament_classlimit_sniper 2
|
tf_tournament_classlimit_sniper 2
|
||||||
tf_tournament_classlimit_spy 1
|
tf_tournament_classlimit_spy 1
|
||||||
|
|
||||||
|
mp_maxrounds 0
|
||||||
|
|
||||||
|
sm_cvar tf_dropped_weapon_lifetime -1
|
@ -1,10 +1,9 @@
|
|||||||
exec ozfortress_6v6
|
exec ozfortress_6v6
|
||||||
|
|
||||||
mp_maxrounds 0
|
|
||||||
mp_timelimit 30
|
mp_timelimit 30
|
||||||
mp_windifference 5
|
mp_windifference 5
|
||||||
mp_winlimit 0
|
mp_winlimit 0
|
||||||
|
|
||||||
say - ozfortress season 15 push loaded -
|
say - ozfortress season 16 push loaded -
|
||||||
say * You must record POV demos for all ozfortress matches
|
say * You must record POV demos for all ozfortress matches
|
||||||
say * POV demos must be provided to admins on request within 24 hours
|
say * POV demos must be provided to admins on request within 24 hours
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
exec ozfortress_6v6
|
exec ozfortress_6v6
|
||||||
|
|
||||||
mp_maxrounds 0
|
|
||||||
mp_timelimit 0
|
mp_timelimit 0
|
||||||
mp_windifference 0
|
mp_windifference 0
|
||||||
mp_winlimit 3
|
mp_winlimit 3
|
||||||
|
|
||||||
say - ozfortress season 15 koth loaded -
|
say - ozfortress season 16 koth loaded -
|
||||||
say * You must record POV demos for all ozfortress matches
|
say * You must record POV demos for all ozfortress matches
|
||||||
say * POV demos must be provided to admins on request within 24 hours
|
say * POV demos must be provided to admins on request within 24 hours
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
exec ozfortress_6v6
|
exec ozfortress_6v6
|
||||||
|
|
||||||
mp_maxrounds 0
|
|
||||||
mp_timelimit 30
|
mp_timelimit 30
|
||||||
mp_windifference 0
|
mp_windifference 0
|
||||||
mp_winlimit 5
|
mp_winlimit 5
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
exec ozfortress_6v6
|
exec ozfortress_6v6
|
||||||
|
|
||||||
mp_maxrounds 0
|
|
||||||
mp_timelimit 30
|
mp_timelimit 30
|
||||||
mp_windifference 0
|
mp_windifference 0
|
||||||
mp_winlimit 0
|
mp_winlimit 0
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
// ozfortress push config (updated 14/9/20123 by ferelah)
|
|
||||||
|
|
||||||
say ** This configuration has been removed **
|
|
||||||
say ** Use "rcon push" to execute the correct config **
|
|
@ -1,4 +0,0 @@
|
|||||||
// ozfortress push halves config (updated 14/7/2012 by seeker)
|
|
||||||
|
|
||||||
say ** This configuration has been removed **
|
|
||||||
say ** Use "rcon push" to execute the correct config **
|
|
@ -1,4 +0,0 @@
|
|||||||
// ozfortress scrim config (updated 14/7/2012 by seeker)
|
|
||||||
|
|
||||||
say ** This configuration has been removed **
|
|
||||||
say ** Use "rcon push" to execute the correct config **
|
|
@ -1,4 +1,4 @@
|
|||||||
// ozfortress reset config (updated 20/7/2012 by seeker)
|
// ozfortress reset config (updated 05/06/2016 by obla)
|
||||||
// this config contains commands commonly changed by clients and will be executed on map changes
|
// this config contains commands commonly changed by clients and will be executed on map changes
|
||||||
|
|
||||||
mp_forcecamera 1
|
mp_forcecamera 1
|
||||||
@ -37,4 +37,4 @@ tf_spec_xray 0
|
|||||||
|
|
||||||
tv_enable 1
|
tv_enable 1
|
||||||
|
|
||||||
exec scrim
|
exec exec ozfortress_6v6_scrim
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
// ozfortress stopwatch config (updated 14/7/2012 by seeker)
|
|
||||||
|
|
||||||
say ** This configuration has been removed **
|
|
||||||
say ** Use "rcon push" to execute the correct config **
|
|
@ -1,4 +0,0 @@
|
|||||||
// ozfortress winter league push config
|
|
||||||
|
|
||||||
say ** This configuration has been removed **
|
|
||||||
say ** Use "rcon push" to execute the correct config **
|
|
@ -1,4 +1,4 @@
|
|||||||
// ozfortress ultimate duo config (updated 03/07/15 by obla for ultiduo 10)
|
// ozfortress ultimate duo config (updated 05/06/16 by obla)
|
||||||
|
|
||||||
mp_timelimit 0
|
mp_timelimit 0
|
||||||
mp_winlimit 0
|
mp_winlimit 0
|
||||||
@ -7,7 +7,7 @@ tf_arena_first_blood "0"
|
|||||||
tf_arena_preround_time 10
|
tf_arena_preround_time 10
|
||||||
|
|
||||||
mp_tournament_stopwatch 0
|
mp_tournament_stopwatch 0
|
||||||
mp_tournament_whitelist "cfg/whitelists/ultiduo.txt"
|
mp_tournament_whitelist "cfg/ozfortress_whitelist_ultiduo.txt"
|
||||||
|
|
||||||
tf_tournament_classlimit_demoman 0
|
tf_tournament_classlimit_demoman 0
|
||||||
tf_tournament_classlimit_engineer 0
|
tf_tournament_classlimit_engineer 0
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
mp_highlander 0
|
|
||||||
|
|
||||||
tf_tournament_classlimit_scout 3
|
|
||||||
tf_tournament_classlimit_soldier 3
|
|
||||||
tf_tournament_classlimit_pyro 3
|
|
||||||
tf_tournament_classlimit_demoman 3
|
|
||||||
tf_tournament_classlimit_heavy 3
|
|
||||||
tf_tournament_classlimit_engineer 3
|
|
||||||
tf_tournament_classlimit_medic 3
|
|
||||||
tf_tournament_classlimit_sniper 3
|
|
||||||
tf_tournament_classlimit_spy 3
|
|
||||||
|
|
||||||
tf_player_drop_bonus_ducks 0
|
|
||||||
mp_maxrounds 0
|
|
||||||
tv_delaymapchange_protect 0
|
|
||||||
sm_cvar tf_dropped_weapon_lifetime -1
|
|
||||||
|
|
||||||
|
|
||||||
mp_windifference 5
|
|
||||||
mp_winlimit 0
|
|
||||||
mp_timelimit 30
|
|
||||||
mp_tournament_stopwatch 0
|
|
||||||
|
|
||||||
mp_tournament_whitelist ""
|
|
||||||
mp_tournament_restart
|
|
||||||
|
|
||||||
tv_delaymapchange_protect 1
|
|
@ -1,28 +0,0 @@
|
|||||||
// ozfortress highlander whitelist (updated 29/9/2012 by sti)
|
|
||||||
|
|
||||||
"item_whitelist"
|
|
||||||
{
|
|
||||||
"unlisted_items_default_to" "1"
|
|
||||||
|
|
||||||
//Set Hats
|
|
||||||
"The Familiar Fez" "0"
|
|
||||||
"Ol' Snaggletooth" "0"
|
|
||||||
"The Grenadier's Softcap" "0"
|
|
||||||
"Big Chief" "0"
|
|
||||||
|
|
||||||
//Weapons
|
|
||||||
"The Enforcer" "0"
|
|
||||||
"The Pomson 6000" "0"
|
|
||||||
"The Holiday Punch" "0"
|
|
||||||
"The Beggar's Bazooka" "0"
|
|
||||||
"The Rainblower" "0"
|
|
||||||
"Pet Balloonicorn" "0"
|
|
||||||
"The Huo Long Heatmaker" "0"
|
|
||||||
"Promo Huo Long Heatmaker" "0"
|
|
||||||
"Red-Tape Recorder" "0"
|
|
||||||
"The Red-Tape Recorder" "0"
|
|
||||||
|
|
||||||
//Misc.
|
|
||||||
"Bombinomicon" "0"
|
|
||||||
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user