Initial commit
This commit is contained in:
commit
0246c37344
59
autoexec.cfg
Executable file
59
autoexec.cfg
Executable file
@ -0,0 +1,59 @@
|
||||
//Command aliases
|
||||
alias spec "sm_speccall"
|
||||
|
||||
//Config aliases
|
||||
alias meth-koth "exec meth_koth"
|
||||
|
||||
alias ozf-ud "exec ozfortress_ultiduo"
|
||||
alias ozf-6s-5cp "exec ozfortress_6v6_5cp"
|
||||
alias ozf-6s-standard "exec ozfortress_6v6_5cp"
|
||||
alias ozf-6s-scrim "exec ozfortress_6v6_scrim"
|
||||
alias ozf-6s-koth "exec ozfortress_6v6_koth"
|
||||
alias ozf-6s-golden "exec ozfortress_golden_cap"
|
||||
|
||||
alias ozf-hl-stopwatch "exec ozfortress_hl_stopwatch"
|
||||
alias ozf-hl-koth "exec ozfortress_hl_koth"
|
||||
alias ozf-hl-5cp "exec ozfortress_hl_5cp"
|
||||
alias ozf-hl-scrim "exec ozfortress_hl_scrim"
|
||||
|
||||
//Map aliases
|
||||
alias hotline "changelevel meth_hotline_a7"
|
||||
alias meth-granary "changelevel meth_granary_final"
|
||||
alias addict "changelevel meth_addict_a5b"
|
||||
alias meth-lumberyard "changelevel meth_lumberyard_a2"
|
||||
alias workwood "changelevel meth_workwood_a3"
|
||||
alias baloo "changelevel ultiduo_baloo"
|
||||
alias meth-well "changelevel meth_well_a1"
|
||||
|
||||
//HL S3
|
||||
alias borneo "changelevel pl_borneo_f2"
|
||||
alias cascade "changelevel koth_cascade"
|
||||
alias warmtic "changelevel koth_warmtic_f10"
|
||||
alias upward "changelevel pl_upward_f10"
|
||||
alias swiftwater "changelevel pl_swiftwater_final1"
|
||||
alias vigil "changelevel pl_vigil_rc9"
|
||||
alias ashville "changelevel koth_ashville_final"
|
||||
alias steel "changelevel cp_steel_f12"
|
||||
alias product "changelevel koth_product_final"
|
||||
|
||||
//6s S36
|
||||
alias process "changelevel cp_process_f11"
|
||||
alias gullywash "changelevel cp_gullywash_f9"
|
||||
alias snakewater "changelevel cp_snakewater_final1"
|
||||
alias bagel "changelevel koth_bagel_rc5"
|
||||
alias sunshine "changelevel cp_sunshine"
|
||||
alias proworks "changelevel cp_proworks_v1"
|
||||
alias metalworks "changelevel cp_metalworks"
|
||||
alias granary "changelevel cp_granary_pro_rc13f"
|
||||
alias reckoner "changelevel cp_reckoner_rc6"
|
||||
|
||||
//Summer Cup 2023
|
||||
alias sultry "changelevel cp_sultry_b8"
|
||||
alias entropy "changelevel cp_entropy_a18b"
|
||||
alias villa "changelevel cp_villa_b19"
|
||||
alias logjam "changelevel cp_logjam_rc12f"
|
||||
|
||||
alias proot "changelevel koth_proot_b5b"
|
||||
alias cornwater "changelevel pl_cornwater_b8"
|
||||
alias rapids "changelevel cp_rapids_a22"
|
||||
alias ramjam "changelevel koth_ramjam_v2_b3"
|
22
meth_base.cfg
Executable file
22
meth_base.cfg
Executable file
@ -0,0 +1,22 @@
|
||||
exec ozfortress
|
||||
|
||||
st_gamedesc_override "methlander"
|
||||
|
||||
sm_whitelist_id "12079"
|
||||
|
||||
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 -1
|
||||
tf_tournament_classlimit_medic -1
|
||||
tf_tournament_classlimit_sniper -1
|
||||
tf_tournament_classlimit_spy -1
|
||||
|
||||
sm plugins load multiduo
|
||||
sm plugins load mapchooser
|
||||
|
||||
sm_mapvote_startround 0
|
||||
sm_mapvote_exclude 1
|
||||
sm_mapvote_runoff 1
|
9
meth_koth.cfg
Executable file
9
meth_koth.cfg
Executable file
@ -0,0 +1,9 @@
|
||||
exec meth_base
|
||||
|
||||
mp_winlimit 3
|
||||
mp_maxrounds 0
|
||||
mp_timelimit 0
|
||||
mp_tournament_stopwatch 0
|
||||
mp_tournament_restart
|
||||
|
||||
say "Methlander KOTH Loaded!"
|
7348
methlander_whitelist.txt
Executable file
7348
methlander_whitelist.txt
Executable file
File diff suppressed because it is too large
Load Diff
0
mge_chillypunch_final4_fix2.cfg
Normal file
0
mge_chillypunch_final4_fix2.cfg
Normal file
37
server.cfg.template
Executable file
37
server.cfg.template
Executable file
@ -0,0 +1,37 @@
|
||||
log on
|
||||
|
||||
rcon_password "${RCON_PASSWORD}"
|
||||
|
||||
hostname "${SERVER_HOSTNAME}"
|
||||
sv_password "${SERVER_PASSWORD}"
|
||||
|
||||
sv_contact "admin@rhizome.tf"
|
||||
hide_server 1
|
||||
sv_tags ""
|
||||
|
||||
sv_downloadurl "${DOWNLOAD_URL}"
|
||||
sv_allowdownload 1
|
||||
sv_allowupload 1
|
||||
|
||||
tv_enable 1
|
||||
tv_name "${STV_NAME}"
|
||||
tv_title "${STV_TITLE}"
|
||||
tv_password "${STV_PASSWORD}"
|
||||
tv_maxrate 0
|
||||
tv_delay 90
|
||||
tv_transmitall 1
|
||||
|
||||
sv_quota_stringcmdspersecond 400
|
||||
|
||||
mp_idlemaxtime 10
|
||||
|
||||
logstf_apikey "${LOGS_TF_APIKEY}"
|
||||
sm_demostf_apikey "${DEMOS_TF_APIKEY}"
|
||||
sm_map_download_base "${DOWNLOAD_URL}maps"
|
||||
|
||||
sm plugins unload multiduo
|
||||
sm plugins unload mapchooser
|
||||
|
||||
mp_tournament 1
|
||||
tf_weapon_criticals 0
|
||||
tf_use_fixed_weaponspreads 1
|
Loading…
Reference in New Issue
Block a user