mirror of
https://github.com/Oldcustard/ozfort-server-configs
synced 2025-06-25 23:04:25 +10:00
add new config files
This commit is contained in:
parent
3b52f6ff56
commit
e505f08629
@ -1,6 +1,2 @@
|
||||
ozfortress Team Fortress 2 server configuration files
|
||||
|
||||
To use these configurations, clone the repository into orangebox/tf/ and modify rcon_password and hostname within autoexec.cfg to suit your server.
|
||||
|
||||
Server logging is enabled by default. If you're using livelogs, it's advised to set 'livelogs\_new\_log_file' to 1, so that new log files are
|
||||
created on match start.
|
||||
# ozfortress server configurations
|
||||
tbd
|
||||
|
104
cfg/ozfortress.cfg
Normal file
104
cfg/ozfortress.cfg
Normal file
@ -0,0 +1,104 @@
|
||||
log on
|
||||
|
||||
mp_allowspectators 1
|
||||
mp_autoteambalance 0
|
||||
mp_bonusroundtime 0
|
||||
mp_decals 100
|
||||
mp_disable_respawn_times 0
|
||||
mp_enableroundwaittime 1
|
||||
mp_fadetoblack 0
|
||||
mp_footsteps 1
|
||||
mp_forcecamera 1
|
||||
mp_forcerespawn 1
|
||||
mp_fraglimit 0
|
||||
mp_friendlyfire 0
|
||||
mp_highlander 0
|
||||
mp_idledealmethod 0
|
||||
mp_match_end_at_timelimit 1
|
||||
mp_respawnwavetime 10.0
|
||||
mp_scrambleteams_auto 0
|
||||
mp_stalemate_enable 0
|
||||
mp_teams_unbalance_limit 0
|
||||
mp_time_between_capscoring 0
|
||||
mp_tournament 1
|
||||
mp_tournament_allow_non_admin_restart 0
|
||||
mp_tournament_readymode 0
|
||||
mp_tournament_stopwatch 1
|
||||
|
||||
|
||||
sv_allow_votes 0
|
||||
sv_allow_wait_command 0
|
||||
sv_allowupload 0
|
||||
sv_alltalk 0
|
||||
sv_cheats 0
|
||||
sv_client_cmdrate_difference 1
|
||||
sv_client_max_interp_ratio 2
|
||||
sv_client_min_interp_ratio 1
|
||||
sv_client_predict 1
|
||||
sv_consistency 2
|
||||
sv_contact "kenneth@ozfortress.com"
|
||||
sv_gravity 800
|
||||
sv_maxcmdrate 66
|
||||
sv_maxrate 0
|
||||
sv_maxupdaterate 66
|
||||
sv_mincmdrate 66
|
||||
sv_minrate 100000
|
||||
sv_minupdaterate 66
|
||||
sv_parallel_packentities 0
|
||||
sv_parallel_sendsnapshot 0
|
||||
sv_pausable 1
|
||||
sv_pure 2
|
||||
sv_pure_kick_clients 1
|
||||
sv_pure_trace 1
|
||||
sv_restrict_aspect_ratio_fov 0
|
||||
sv_stats 0
|
||||
sv_timeout 10
|
||||
sv_turbophysics 1
|
||||
|
||||
|
||||
tf_arena_first_blood 0
|
||||
tf_arena_max_streak 0
|
||||
tf_arena_use_queue 0
|
||||
tf_avoidteammates_pushaway 0
|
||||
tf_birthday 0
|
||||
tf_clamp_airducks 1
|
||||
tf_ctf_bonus_time 0
|
||||
tf_damage_disablespread 1
|
||||
tf_flag_caps_per_round 0
|
||||
tf_player_movement_restart_freeze 1
|
||||
tf_spec_xray 0
|
||||
tf_teamtalk 1
|
||||
tf_tournament_hide_domination_icons 1
|
||||
tf_use_fixed_weaponspreads 1
|
||||
tf_weapon_criticals 0
|
||||
tf_weapon_criticals_melee 0
|
||||
|
||||
|
||||
tv_allow_camera_man 0
|
||||
tv_allow_static_shots 0
|
||||
tv_chattimelimit 2
|
||||
tv_delay 90
|
||||
tv_delaymapchange 1
|
||||
tv_enable 1
|
||||
tv_maxrate 0
|
||||
tv_relayvoice 0
|
||||
tv_snapshotrate 66
|
||||
tv_timeout 30
|
||||
tv_transmitall 1
|
||||
|
||||
|
||||
//Quick Access Aliases
|
||||
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 ozf "exec ozfortress_6v6_5cp"
|
||||
alias ozfkoth "exec ozfortress_6v6_koth"
|
||||
|
||||
alias highctf "exec highctf"
|
||||
alias highkoth "exec highkoth"
|
||||
alias highcp "exec highcp"
|
||||
alias highstopwatch "exec highstopwatch"
|
||||
|
||||
alias ultiduo "exec ultiduo"
|
13
cfg/ozfortress_6v6.cfg
Normal file
13
cfg/ozfortress_6v6.cfg
Normal file
@ -0,0 +1,13 @@
|
||||
exec ozfortress
|
||||
|
||||
mp_tournament_whitelist "cfg/ozfortress_whitelist_6v6.txt"
|
||||
|
||||
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
|
6
cfg/ozfortress_6v6_5cp.cfg
Normal file
6
cfg/ozfortress_6v6_5cp.cfg
Normal file
@ -0,0 +1,6 @@
|
||||
exec ozfortress_6v6
|
||||
|
||||
mp_maxrounds 0
|
||||
mp_timelimit 30
|
||||
mp_windifference 5
|
||||
mp_winlimit 0
|
6
cfg/ozfortress_6v6_koth.cfg
Normal file
6
cfg/ozfortress_6v6_koth.cfg
Normal file
@ -0,0 +1,6 @@
|
||||
exec ozfortress_6v6
|
||||
|
||||
mp_maxrounds 0
|
||||
mp_timelimit 0
|
||||
mp_windifference 0
|
||||
mp_winlimit 3
|
6
cfg/ozfortress_6v6_push.cfg
Normal file
6
cfg/ozfortress_6v6_push.cfg
Normal file
@ -0,0 +1,6 @@
|
||||
exec ozfortress_6v6
|
||||
|
||||
mp_maxrounds 0
|
||||
mp_timelimit 30
|
||||
mp_windifference 0
|
||||
mp_winlimit 5
|
6
cfg/ozfortress_6v6_scrim.cfg
Normal file
6
cfg/ozfortress_6v6_scrim.cfg
Normal file
@ -0,0 +1,6 @@
|
||||
exec ozfortress_6v6
|
||||
|
||||
mp_maxrounds 0
|
||||
mp_timelimit 30
|
||||
mp_windifference 0
|
||||
mp_winlimit 0
|
15
cfg/ozfortress_9v9.cfg
Normal file
15
cfg/ozfortress_9v9.cfg
Normal file
@ -0,0 +1,15 @@
|
||||
exec ozfortress
|
||||
|
||||
mp_tournament_whitelist "cfg/ozfortress_whitelist_9v9.txt"
|
||||
|
||||
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
|
6
cfg/ozfortress_9v9_5cp.cfg
Normal file
6
cfg/ozfortress_9v9_5cp.cfg
Normal file
@ -0,0 +1,6 @@
|
||||
exec ozfortress_9v9
|
||||
|
||||
mp_maxrounds 0
|
||||
mp_timelimit 30
|
||||
mp_windifference 5
|
||||
mp_winlimit 0
|
6
cfg/ozfortress_9v9_koth.cfg
Normal file
6
cfg/ozfortress_9v9_koth.cfg
Normal file
@ -0,0 +1,6 @@
|
||||
exec ozfortress_9v9
|
||||
|
||||
mp_maxrounds 0
|
||||
mp_timelimit 0
|
||||
mp_windifference 0
|
||||
mp_winlimit 3
|
6
cfg/ozfortress_9v9_push.cfg
Normal file
6
cfg/ozfortress_9v9_push.cfg
Normal file
@ -0,0 +1,6 @@
|
||||
exec ozfortress_9v9
|
||||
|
||||
mp_maxrounds 0
|
||||
mp_timelimit 30
|
||||
mp_windifference 0
|
||||
mp_winlimit 5
|
6
cfg/ozfortress_9v9_scrim.cfg
Normal file
6
cfg/ozfortress_9v9_scrim.cfg
Normal file
@ -0,0 +1,6 @@
|
||||
exec ozfortress_6v6
|
||||
|
||||
mp_maxrounds 0
|
||||
mp_timelimit 30
|
||||
mp_windifference 0
|
||||
mp_winlimit 0
|
6
cfg/ozfortress_9v9_stopwatch.cfg
Normal file
6
cfg/ozfortress_9v9_stopwatch.cfg
Normal file
@ -0,0 +1,6 @@
|
||||
exec ozfortress_9v9
|
||||
|
||||
mp_maxrounds 2
|
||||
mp_timelimit 0
|
||||
mp_windifference 0
|
||||
mp_winlimit 0
|
2
cfg/ozfortress_golden_cap.cfg
Normal file
2
cfg/ozfortress_golden_cap.cfg
Normal file
@ -0,0 +1,2 @@
|
||||
mp_timelimit 0
|
||||
mp_winlimit 1
|
2997
cfg/ozfortress_whitelist_6v6.txt
Normal file
2997
cfg/ozfortress_whitelist_6v6.txt
Normal file
File diff suppressed because it is too large
Load Diff
2938
cfg/ozfortress_whitelist_9v9.txt
Normal file
2938
cfg/ozfortress_whitelist_9v9.txt
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user