118 lines
2.7 KiB
INI
Raw Normal View History

2024-05-16 01:38:38 -03:00
// https://developer.valvesoftware.com/wiki/List_of_Team_Fortress_2_console_commands_and_variables
2022-09-15 19:34:53 -03:00
2024-12-30 07:17:46 -04:00
// No texture streaming
no_texture_stream
2022-09-15 19:34:53 -03:00
con_enable 1
developer 0
fov_desired 90
2024-12-30 04:32:05 -04:00
viewmodel_fov 70
viewmodel_fov_demo 70
2022-09-15 19:34:53 -03:00
hud_medicautocallers 1
// 100 - 20.5*2 (2 small first aid kits)
hud_medicautocallersthreshold 59
hud_combattext_batching 1
hud_combattext_batching_window 1
tf_dingalingaling 1
tf_dingalingaling_repeat_delay 0.0
tf_dingaling_volume 1
tf_dingaling_pitchmindmg 150
tf_dingaling_pitchmaxdmg 25
tf_remember_activeweapon 1
tf_remember_lastswitched 1
2024-05-16 01:38:38 -03:00
// Demo recording
ds_enable 2 // All matches are recorded
ds_kill_delay 15
ds_min_streak 2
2022-09-15 19:34:53 -03:00
ds_dir demos
ds_notify 1
2024-05-16 01:38:38 -03:00
ds_sound 1
2024-12-30 07:57:48 -04:00
ds_screens 0
2024-05-16 01:38:38 -03:00
ds_min_streak 4 // Minimum killstreak to record
2022-09-15 19:34:53 -03:00
///--- forced graphics settings enabled
///--- glow outline
glow_outline_effect_enable 1
cl_training_class_unlock_all
// > Bitfield representing what classes have been used to complete training.
// 111 111 111
cl_training_completed_with_classes 511
tf_training_has_prompted_for_forums 1
tf_training_has_prompted_for_loadout 1
tf_training_has_prompted_for_offline_practice 1
tf_training_has_prompted_for_options 1
tf_training_has_prompted_for_training 1
tf_explanations_backpackpanel 1
tf_explanations_charinfo_armory_panel 1
tf_explanations_charinfopanel 1
tf_explanations_craftingpanel 1
tf_explanations_discardpanel 1
tf_explanations_store 1
tf_show_preset_explanation_in_class_loadout 0
tf_show_taunt_explanation_in_class_loadout 0
tf_casual_welcome_hide_forever 1
tf_comp_welcome_hide_forever 1
tf_matchmaking_ticket_help 0
tf_show_maps_details_explanation_count 0
cl_ask_blacklist_opt_out 1
cl_ask_favorite_opt_out 1
sb_dontshow_maxplayer_warning 1
cl_hud_playerclass_playermodel_showed_confirm_dialog 1
tf_mvm_tabs_discovered 3
tf_coach_request_nevershowagain 1
//Advanced options
hud_fastswitch 1
cl_autoreload 1
tf_colorblindassist 1
cl_use_tournament_specgui 0
cl_hud_playerclass_use_playermodel 1
cl_disablehtmlmotd 1
hud_classautokill 0
tf_medigun_autoheal 1
hud_medichealtargetmarker 1
tf_simple_disguise_menu 1
cl_autorezoom 0
tf_sniper_fullcharge_bell 1
tf_hud_no_crosshair_on_scope_zoom 0
tf_scoreboard_ping_as_text 1
2024-12-30 09:47:24 -04:00
tf_use_min_viewmodels 1
cl_hud_minmode 1
2023-01-10 08:47:11 -04:00
cl_spraydisable 0
2024-12-30 09:47:24 -04:00
tf_scoreboard_mouse_mode 2
hud_saytext_time 5
2022-09-15 19:34:53 -03:00
2024-05-16 01:38:38 -03:00
//filter out Error from console
con_filter_enable 1
con_filter_text_out "Error"
2022-09-15 19:34:53 -03:00
//self help
2024-12-30 09:47:24 -04:00
echo "----- When making a single player server run "exec listenserver.cfg" -----"
echo "----- When making a multiplayer server set "sv_lan" to 0 -----"
2022-09-15 19:34:53 -03:00
//sanity filter
2024-12-30 09:47:24 -04:00
//breaks voice until reconnect
//voice_enable 0
2022-09-15 19:34:53 -03:00
2024-07-31 12:13:13 -03:00
// Load modern casual preloader
2024-12-30 09:47:24 -04:00
sv_pure -1
2024-07-31 12:13:13 -03:00
exec preloader.cfg
2024-12-30 09:47:24 -04:00
exec loadouts/init.cfg
exec binds.cfg
host_writeconfig
echo "Done config"