diff --git a/server.cfg.template b/server.cfg.template new file mode 100644 index 0000000..09cc355 --- /dev/null +++ b/server.cfg.template @@ -0,0 +1,75 @@ +log on + +rcon_password "${RCON_PASSWORD}" + +hostname "${SERVER_HOSTNAME}" +sv_password "${SERVER_PASSWORD}" + +sv_contact "" +sv_tags "" + +sv_downloadurl "${DOWNLOAD_URL}" +sv_allowdownload 1 +sv_allowupload 1 + +tv_enable 0 + +sv_quota_stringcmdspersecond 400 + +tf_weapon_criticals 0 +tf_weapon_criticals_melee 0 +tf_use_fixed_weaponspreads 1 + +mp_timelimit 20 +mp_enableroundwaittime 0 +mp_waitingforplayers_cancel 1 +mp_match_end_at_timelimit 1 +mp_bonusroundtime 0 +mp_enableroundwaittime 0 +mp_chattime 1 +sm_cvar mp_waitingforplayers_time 0 + +sm_reserve_type 0 +sm_reserved_slots 2 +sm_hide_slots 1 + +sm_advertisements_interval 120 + +sm_deterministic_fall_damage 1 +sm_fix_ghost_crossbow_bolts 1 +sm_fix_slope_bug 1 +sm_fix_sticky_delay 0 +sm_gunboats_always_apply 1 +sm_projectiles_ignore_teammates 1 +sm_remove_halloween_souls 1 +sm_remove_medic_attach_speed 0 +sm_remove_pipe_spin 0 +sm_rest_in_peace_rick_may 0 +sm_winger_jump_bonus_when_fully_deployed 1 + +sm_concede_command 0 + +sm_classrestrict_enabled 1 +sm_classrestrict_immunity 0 + +sm_classrestrict_blu_demomen 1 +sm_classrestrict_blu_engineers 0 +sm_classrestrict_blu_heavies 0 +sm_classrestrict_blu_medics 0 +sm_classrestrict_blu_pyros 0 +sm_classrestrict_blu_scouts 2 +sm_classrestrict_blu_snipers 0 +sm_classrestrict_blu_soldiers 2 +sm_classrestrict_blu_spies 0 + +sm_classrestrict_red_demomen 1 +sm_classrestrict_red_engineers 0 +sm_classrestrict_red_heavies 0 +sm_classrestrict_red_medics 0 +sm_classrestrict_red_pyros 0 +sm_classrestrict_red_scouts 2 +sm_classrestrict_red_snipers 0 +sm_classrestrict_red_soldiers 2 +sm_classrestrict_red_spies 0 + +mp_tournament_whitelist "cfg/custom_whitelist_11769.txt" \ No newline at end of file