Write config to git repo
This commit is contained in:
229
Configs/cfg/overrides/autoexec.cfg
Normal file
229
Configs/cfg/overrides/autoexec.cfg
Normal file
@ -0,0 +1,229 @@
|
||||
//tf2 settings
|
||||
|
||||
//Autoheal, min viewmodels, fastswitch etc.
|
||||
|
||||
con_enable 1
|
||||
developer 0
|
||||
|
||||
fov_desired 90
|
||||
viewmodel_fov 80
|
||||
viewmodel_fov_demo 75
|
||||
|
||||
tf_use_min_viewmodels 1
|
||||
|
||||
bindtoggle kp_minus r_drawviewmodel
|
||||
|
||||
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
|
||||
|
||||
ds_enable 0
|
||||
ds_dir demos
|
||||
ds_notify 1
|
||||
ds_sound on
|
||||
ds_min_streak 4
|
||||
|
||||
///--- 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
|
||||
|
||||
|
||||
//net_graph 4 on tab; toggle on -
|
||||
|
||||
//alias +tabgraph "+showscores; net_graph 4"
|
||||
//alias -tabgraph "-showscores; net_graph 0; timeleft"
|
||||
|
||||
alias +tabgraph "+showscores; net_graph 1"
|
||||
alias -tabgraph "-showscores; net_graph 0"
|
||||
|
||||
//alias graphtoggle incrementvar net_graph 0 4 4
|
||||
|
||||
bind tab +tabgraph
|
||||
//bind - graphtoggle
|
||||
|
||||
|
||||
//filter out Error from console
|
||||
|
||||
con_filter_enable 1
|
||||
con_filter_text_out "Error"
|
||||
|
||||
|
||||
//medic radar
|
||||
alias "+radar" "hud_medicautocallersthreshold 500"
|
||||
alias "-radar" "hud_medicautocallersthreshold 59"
|
||||
|
||||
|
||||
//null-cancelling movement script
|
||||
alias null ""
|
||||
|
||||
alias +nmov_forward "-back ; +forward; alias nmov_reforward +forward"
|
||||
alias +nmov_back "-forward; +back ; alias nmov_reback +back"
|
||||
|
||||
alias -nmov_forward "-forward; nmov_reback ; alias nmov_reforward null"
|
||||
alias -nmov_back "-back ; nmov_reforward; alias nmov_reback null"
|
||||
///---
|
||||
|
||||
alias +nmov_moveleft "-moveright; +moveleft ; alias nmov_removeleft +moveleft"
|
||||
alias +nmov_moveright "-moveleft ; +moveright; alias nmov_removeright +moveright"
|
||||
|
||||
alias -nmov_moveleft "-moveleft ; nmov_removeright; alias nmov_removeleft null"
|
||||
alias -nmov_moveright "-moveright; nmov_removeleft ; alias nmov_removeright null"
|
||||
///---
|
||||
|
||||
alias nmov_reforward null
|
||||
alias nmov_reback null
|
||||
|
||||
alias nmov_removeleft null
|
||||
alias nmov_removeright null
|
||||
///---
|
||||
|
||||
bind w +nmov_forward
|
||||
bind s +nmov_back
|
||||
bind a +nmov_moveleft
|
||||
bind d +nmov_moveright
|
||||
|
||||
//binds
|
||||
|
||||
bind f "+f"
|
||||
alias +f "+inspect; +use_action_slot_item"
|
||||
alias -f "-inspect; -use_action_slot_item"
|
||||
|
||||
bind e "+e"
|
||||
alias +e "voicemenu 0 0; +use"
|
||||
alias -e "-use"
|
||||
|
||||
alias +pinger "+score; net_graph 1"
|
||||
alias -pinger "-score; net_graph 0"
|
||||
|
||||
bind tab "+pinger"
|
||||
|
||||
bind - "kill"
|
||||
bind = "explode"
|
||||
|
||||
alias +crossbow "slot1;+attack"
|
||||
alias -crossbow "slot2;-attack"
|
||||
|
||||
alias sentry "destroy 2; build 2";
|
||||
|
||||
alias +ctap "alias duckon; alias duckoff; ctapon; +jump"
|
||||
alias -ctap "alias duckon +duck; alias duckoff -duck; -jump; ctapoff"
|
||||
alias +fduck "alias ctapon; alias ctapoff; duckon"
|
||||
alias -fduck "alias ctapon +duck; alias ctapoff -duck; duckoff"
|
||||
alias ctapon +duck
|
||||
alias ctapoff -duck
|
||||
alias duckon +duck
|
||||
alias duckoff -duck
|
||||
|
||||
//bind ALT +ctap
|
||||
//bind SHIFT +fduck
|
||||
|
||||
alias +rj "spec_mode;-duck;+cr;alias checkrj +cr"
|
||||
alias -rj "-cr;checkduck;alias checkrj none"
|
||||
alias +crouch "-cr;+duck;alias checkduck +duck"
|
||||
alias -crouch "-duck;checkrj;alias checkduck none"
|
||||
alias checkduck none
|
||||
alias checkrj none
|
||||
alias +cr "+jump;+duck"
|
||||
alias -cr "-duck;-jump"
|
||||
alias none ""
|
||||
|
||||
//bind space +rj
|
||||
//bind ctrl +crouch
|
||||
|
||||
bind mouse3 "voicemenu 1 1"
|
||||
|
||||
unbind q
|
||||
|
||||
//tweaks and custom settings
|
||||
///---
|
||||
|
||||
//shameless promotion
|
||||
echo "----- Thanks for using CFG.TF -----"
|
||||
echo "----- Create your own custom config at https://cfg.tf -----"
|
||||
|
||||
//for scoreboard setting
|
||||
tf_scoreboard_mouse_mode 2
|
||||
|
||||
//self help
|
||||
echo "----- When making a single player server set "host_thread_mode" to 0 -----"
|
||||
|
||||
//sanity filter
|
||||
voice_enable 0
|
||||
hud_saytext_time 5
|
||||
|
||||
//preload anims
|
||||
sv_pure -1
|
||||
sv_allow_wait_command 1
|
||||
//exec preload
|
||||
|
||||
|
||||
|
||||
cl_showfps 1
|
||||
cl_hud_minmode 1
|
||||
|
||||
echo "Done config"
|
||||
|
||||
host_writeconfig
|
1
Configs/cfg/overrides/demoman.cfg
Normal file
1
Configs/cfg/overrides/demoman.cfg
Normal file
@ -0,0 +1 @@
|
||||
bind q "lastinv"
|
1
Configs/cfg/overrides/engineer.cfg
Normal file
1
Configs/cfg/overrides/engineer.cfg
Normal file
@ -0,0 +1 @@
|
||||
bind q "sentry"
|
1
Configs/cfg/overrides/heavyweapons.cfg
Normal file
1
Configs/cfg/overrides/heavyweapons.cfg
Normal file
@ -0,0 +1 @@
|
||||
bind q "lastinv"
|
1
Configs/cfg/overrides/medic.cfg
Normal file
1
Configs/cfg/overrides/medic.cfg
Normal file
@ -0,0 +1 @@
|
||||
bind q "+crossbow"
|
5
Configs/cfg/overrides/modules.cfg
Normal file
5
Configs/cfg/overrides/modules.cfg
Normal file
@ -0,0 +1,5 @@
|
||||
textures=ultra
|
||||
bandwidth=6.0Mbps
|
||||
download=all
|
||||
fpscap=unlimited
|
||||
hud_achievement=on
|
1
Configs/cfg/overrides/pyro.cfg
Normal file
1
Configs/cfg/overrides/pyro.cfg
Normal file
@ -0,0 +1 @@
|
||||
bind q "lastinv"
|
1
Configs/cfg/overrides/scout.cfg
Normal file
1
Configs/cfg/overrides/scout.cfg
Normal file
@ -0,0 +1 @@
|
||||
bind q "lastinv"
|
1
Configs/cfg/overrides/sniper.cfg
Normal file
1
Configs/cfg/overrides/sniper.cfg
Normal file
@ -0,0 +1 @@
|
||||
bind q "lastinv"
|
1
Configs/cfg/overrides/soldier.cfg
Normal file
1
Configs/cfg/overrides/soldier.cfg
Normal file
@ -0,0 +1 @@
|
||||
bind q "+ctap"
|
1
Configs/cfg/overrides/spy.cfg
Normal file
1
Configs/cfg/overrides/spy.cfg
Normal file
@ -0,0 +1 @@
|
||||
bind q "lastinv"
|
Reference in New Issue
Block a user