mirror of
https://github.com/Oldcustard/ozfort-server-configs
synced 2025-06-26 07:14:24 +10:00
102 lines
2.1 KiB
INI
102 lines
2.1 KiB
INI
// ozfortress core server configuration (updated 14/7/2012 by seeker)
|
|
|
|
log off
|
|
|
|
rcon_password "your rcon here"
|
|
hostname "your server name here"
|
|
tv_name "your sourcetv name here"
|
|
|
|
decalfrequency 60
|
|
net_splitpacket_maxrate 100000
|
|
|
|
mp_timelimit 30
|
|
mp_winlimit 0
|
|
mp_forcerespawn 1
|
|
mp_bonusroundtime 5
|
|
mp_tournament 1
|
|
mp_autoteambalance 0
|
|
mp_scrambleteams_auto 0
|
|
mp_decals 100
|
|
mp_teams_unbalance_limit 0
|
|
mp_match_end_at_timelimit 1
|
|
mp_time_between_capscoring 0
|
|
mp_tournament_stopwatch 0
|
|
mp_tournament_allow_non_admin_restart 0
|
|
mp_tournament_restart
|
|
|
|
sv_password "mw"
|
|
sv_contact "sean@sol1.com.au"
|
|
sv_maxrate 0
|
|
sv_minrate 100000
|
|
sv_client_predict 1
|
|
sv_pausable 1
|
|
sv_minupdaterate 66
|
|
sv_maxupdaterate 66
|
|
sv_mincmdrate 66
|
|
sv_maxcmdrate 66
|
|
sv_client_max_interp_ratio 2
|
|
sv_client_min_interp_ratio 1
|
|
sv_timeout 10
|
|
sv_pure 2
|
|
sv_pure_trace 1
|
|
sv_downloadurl "http://games.ipgn.com.au/tf2/surl/"
|
|
sv_rcon_banpenalty 1
|
|
sv_region 5
|
|
sv_parallel_packentities 0
|
|
sv_parallel_sendsnapshot 0
|
|
sv_stats 0
|
|
sv_turbophysics 1
|
|
sv_client_cmdrate_difference 1
|
|
sv_restrict_aspect_ratio_fov 0
|
|
sv_allow_votes 0
|
|
|
|
// SourceTV
|
|
tv_enable 1
|
|
tv_password "potato"
|
|
tv_relaypassword ""
|
|
tv_allow_camera_man 0
|
|
tv_allow_static_shots 0
|
|
tv_chattimelimit 2
|
|
tv_delay 90
|
|
tv_delaymapchange 1
|
|
tv_dispatchmode 1
|
|
tv_maxclients 5
|
|
tv_maxrate 0
|
|
tv_snapshotrate 66
|
|
tv_timeout 30
|
|
tv_transmitall 1
|
|
|
|
tf_arena_use_queue 0
|
|
tf_arena_max_streak 0
|
|
tf_weapon_criticals 0
|
|
tf_damage_disablespread 1
|
|
tf_teamtalk 1
|
|
tf_use_fixed_weaponspreads 1
|
|
tf_tournament_hide_domination_icons 1
|
|
tf_ctf_bonus_time 0
|
|
tf_birthday 0
|
|
tf_arena_first_blood 0
|
|
tf_flag_caps_per_round 0
|
|
|
|
exec scrim
|
|
|
|
alias pug "exec push"
|
|
alias scrim "exec scrim"
|
|
alias push "exec push"
|
|
alias koth "exec koth"
|
|
alias stopwatch "exec stopwatch"
|
|
alias ctf "exec ctf"
|
|
|
|
alias ozfl "exec pushhalves"
|
|
alias pushhalves "exec pushhalves"
|
|
|
|
alias owl "exec owl"
|
|
alias owlkoth "exec owlkoth"
|
|
alias owlstopwatch "exec owlstopwatch"
|
|
|
|
alias highctf "exec highctf"
|
|
alias highkoth "exec highkoth"
|
|
alias highcp "exec highcp"
|
|
alias highstopwatch "exec highstopwatch"
|
|
|
|
alias ultiduo "exec ultiduo" |