Added Files
This commit is contained in:
parent
91cb6a0426
commit
0223da022c
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
|
||||||
|
*.txt
|
||||||
|
server_*
|
||||||
|
360controller-linux.cfg
|
||||||
|
360controller.cfg
|
||||||
|
chapter1.cfg
|
||||||
|
chapter2.cfg
|
||||||
|
chapter3.cfg
|
||||||
|
sourcevr_tf.cfg
|
||||||
|
user.scr
|
||||||
|
undo360controller.cfg
|
||||||
|
sixense_bindings.cfg
|
||||||
|
replay_example.cfg
|
||||||
|
mtp.cfg
|
||||||
|
config_default.cfg
|
||||||
|
config.cfg
|
10
autoexec.cfg
Normal file
10
autoexec.cfg
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
//autoexec
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
|
||||||
|
exec gfx
|
||||||
|
exec binds
|
||||||
|
exec settings
|
||||||
|
exec network
|
||||||
|
exec custom
|
||||||
|
exec boo3
|
||||||
|
exec tweaks/scripts
|
71
binds.cfg
Normal file
71
binds.cfg
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
//stock non class-specific binds
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
unbindall
|
||||||
|
// Reset viewmodel
|
||||||
|
r_drawviewmodel 1
|
||||||
|
//Add binds
|
||||||
|
bind w +forward
|
||||||
|
bind a +moveleft
|
||||||
|
bind s +back
|
||||||
|
bind d +moveright
|
||||||
|
bind mouse1 +attack
|
||||||
|
bind mouse2 +attack2
|
||||||
|
bind mouse4 +attack3
|
||||||
|
bind mwheelup invprev
|
||||||
|
bind mwheeldown invnext
|
||||||
|
bind 0 slot10
|
||||||
|
bind 1 slot1
|
||||||
|
bind 2 slot2
|
||||||
|
bind 3 slot3
|
||||||
|
bind 4 slot4
|
||||||
|
bind 5 slot5
|
||||||
|
bind 6 slot6
|
||||||
|
bind 7 slot7
|
||||||
|
bind 8 slot8
|
||||||
|
bind 9 slot9
|
||||||
|
bind q lastinv
|
||||||
|
bind e "voicemenu 0 0"
|
||||||
|
bind u say_team
|
||||||
|
bind enter say
|
||||||
|
bind o taunt
|
||||||
|
bind z voice_menu_1
|
||||||
|
bind x voice_menu_2
|
||||||
|
bind c voice_menu_3
|
||||||
|
bind / +voicerecord
|
||||||
|
bind , changeclass
|
||||||
|
bind . changeteam
|
||||||
|
bind m open_charinfo_direct
|
||||||
|
bind n +quickswitchmenu
|
||||||
|
bind space +jump
|
||||||
|
bind ctrl +duck
|
||||||
|
bind shift +duck
|
||||||
|
bind tab +showscores
|
||||||
|
bind escape cancelselect
|
||||||
|
bind j cl_trigger_first_notification
|
||||||
|
bind k cl_decline_first_notification
|
||||||
|
bind l dropitem
|
||||||
|
bind b lastdisguise
|
||||||
|
bind r +reload
|
||||||
|
bind f +inspect
|
||||||
|
bind k kill
|
||||||
|
bind 9 player_ready_toggle
|
||||||
|
bind g +taunt
|
||||||
|
bind h +use_action_slot_item
|
||||||
|
bind mouse4 +use_action_slot_item
|
||||||
|
//Switch Loadout
|
||||||
|
bind uparrow "load_itempreset 0"
|
||||||
|
bind leftarrow "load_itempreset 1"
|
||||||
|
bind rightarrow "load_itempreset 2"
|
||||||
|
bind downarrow "load_itempreset 3"
|
||||||
|
// Exec other settings
|
||||||
|
exec tweaks/tabgraph
|
||||||
|
exec tweaks/null
|
||||||
|
// tweaks/scripts binds
|
||||||
|
bind t toggleviewmoddel
|
||||||
|
// Voteing
|
||||||
|
// bind + "vote option1; v_yes"
|
||||||
|
// bind - "vote option2; v_no"
|
||||||
|
//bind kp_home next_map_vote 1
|
||||||
|
//bind kp_uparrow next_map_vote 2
|
||||||
|
//bind kp_pgup next_map_vote 3
|
||||||
|
|
11
custom.cfg
Normal file
11
custom.cfg
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
//tweaks and custom settings
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
|
||||||
|
exec tweaks/null
|
||||||
|
exec tweaks/confilter
|
||||||
|
exec tweaks/tabgraph
|
||||||
|
///---
|
||||||
|
|
||||||
|
//shameless promotion
|
||||||
|
echo "----- Thanks for using CFG.TF -----"
|
||||||
|
echo "----- Create your own custom config at https://cfg.tf -----"
|
6
demoman.cfg
Normal file
6
demoman.cfg
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
//demoman settings
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
exec binds
|
||||||
|
bind "1" "slot1;viewmoddelstate"
|
||||||
|
bind "2" "slot2;viewmoddelstate"
|
||||||
|
bind "3" "slot3;viewmoddelstate_flipped"
|
34
engineer.cfg
Normal file
34
engineer.cfg
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
//engineer settings
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
|
||||||
|
exec binds
|
||||||
|
viewmoddelstate
|
||||||
|
// Scripts
|
||||||
|
alias sentry "destroy 2 0; build 2 0;"
|
||||||
|
alias dispenser "destroy 0 0; build 0 0;"
|
||||||
|
alias teleport_entrance "destroy 1 0; build 1 0;"
|
||||||
|
alias teleport_exit "destroy 1 1; build 1 1;"
|
||||||
|
// Eureka Teleport TBD
|
||||||
|
|
||||||
|
//Keybinds
|
||||||
|
bind mouse3 sentry
|
||||||
|
bind mouse4 dispenser
|
||||||
|
bind = teleport_entrance
|
||||||
|
//bind mouse5 teleport_exit
|
||||||
|
bind "0" "eureka_teleport 0"
|
||||||
|
bind "-" "eureka_teleport 1"
|
||||||
|
|
||||||
|
bind "1" "slot1;viewmoddelstate"
|
||||||
|
bind "2" "slot2;viewmoddelstate"
|
||||||
|
bind "3" "slot3;viewmoddelstate_flipped"
|
||||||
|
bind "4" "slot4;viewmoddelstate_flipped"
|
||||||
|
bind "5" "slot5;viewmoddelstate_flipped"
|
||||||
|
|
||||||
|
bind uparrow "load_itempreset 0"
|
||||||
|
bind leftarrow "load_itempreset 1"
|
||||||
|
bind rightarrow "load_itempreset 2"
|
||||||
|
bind downarrow "load_itempreset 3"
|
||||||
|
|
||||||
|
// Helloween
|
||||||
|
unbind mouse5
|
||||||
|
bind mouse5 +use_action_slot_item
|
8
heavyweapons.cfg
Normal file
8
heavyweapons.cfg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
//heavy settings
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
|
||||||
|
exec binds
|
||||||
|
|
||||||
|
bind "1" "slot1;viewmoddelstate"
|
||||||
|
bind "2" "slot2;viewmoddelstate_flipped"
|
||||||
|
bind "3" "slot3;viewmoddelstate_flipped"
|
8
local-map.cfg
Normal file
8
local-map.cfg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
//CustomConfig
|
||||||
|
map mvm_ghost_town
|
||||||
|
// map plr_hightower
|
||||||
|
host_thread_mode 0
|
||||||
|
mp_disable_respawn_times 1
|
||||||
|
tf_forced_holiday 2
|
||||||
|
mp_teams_unbalance_limit 99
|
||||||
|
tf_mvm_min_players_to_start 1
|
10
medic.cfg
Normal file
10
medic.cfg
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
//medic settings
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
|
||||||
|
exec binds
|
||||||
|
bind "1" "slot1;viewmoddelstate"
|
||||||
|
bind "2" "slot2;viewmoddelstate_flipped"
|
||||||
|
bind "3" "slot3;viewmoddelstate_flipped"
|
||||||
|
|
||||||
|
bind mouse5 +attack3
|
||||||
|
bind mouse4 +use_action_slot_item
|
11
network.cfg
Normal file
11
network.cfg
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
//network settings
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
|
||||||
|
cl_updaterate 66
|
||||||
|
cl_cmdrate 66
|
||||||
|
rate 196608
|
||||||
|
|
||||||
|
cl_interp 0
|
||||||
|
cl_interp_ratio 1
|
||||||
|
|
||||||
|
cl_smooth 1
|
9
pyro.cfg
Normal file
9
pyro.cfg
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
//pyro settings
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
exec binds
|
||||||
|
bind "1" "slot1;viewmoddelstate"
|
||||||
|
bind "2" "slot2;viewmoddelstate_flipped"
|
||||||
|
bind "3" "slot3;viewmoddelstate_flipped"
|
||||||
|
|
||||||
|
|
||||||
|
|
24
saxtonhale.cfg
Normal file
24
saxtonhale.cfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
//CustomConfig
|
||||||
|
//sv_cheats 1
|
||||||
|
// addcond 74
|
||||||
|
//addcond 56
|
||||||
|
//addcond 13
|
||||||
|
//addcond 16
|
||||||
|
//addcond 20
|
||||||
|
//addcond 21
|
||||||
|
//addcond 32
|
||||||
|
//addcond 60
|
||||||
|
//addcond 59
|
||||||
|
//addcond 58
|
||||||
|
//addcond 72
|
||||||
|
//addcond 6
|
||||||
|
//addcond 91
|
||||||
|
//addcond 97
|
||||||
|
//addcond 109
|
||||||
|
//addcond 130
|
||||||
|
|
||||||
|
// host_timescale 10
|
||||||
|
bind mouse3 "ent_create tank_boss speed 400 modelscale 0.3"
|
||||||
|
bind mouse4 "ent_fire !picker setbuilder !player; ent_create obj_dispenser teamnum 2 defaultupgrade 2 spawnflags 4"
|
||||||
|
bind mouse5 "ent_create headless_hatman teamnum 2 modelscale 4"
|
||||||
|
currency_give 999999
|
9
scout.cfg
Normal file
9
scout.cfg
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
//scout settings
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
exec binds
|
||||||
|
bind "1" "slot1;viewmoddelstate"
|
||||||
|
bind "2" "slot2;viewmoddelstate"
|
||||||
|
bind "3" "slot3;viewmoddelstate_flipped"
|
||||||
|
|
||||||
|
|
||||||
|
|
101
settings.cfg
Normal file
101
settings.cfg
Normal file
@ -0,0 +1,101 @@
|
|||||||
|
//tf2 settings
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
|
||||||
|
//Autoheal, min viewmodels, fastswitch etc.
|
||||||
|
|
||||||
|
con_enable 1
|
||||||
|
developer 0
|
||||||
|
///---
|
||||||
|
|
||||||
|
fov_desired 90
|
||||||
|
viewmodel_fov 100
|
||||||
|
viewmodel_fov_demo 75
|
||||||
|
|
||||||
|
tf_use_min_viewmodels 1
|
||||||
|
|
||||||
|
///---
|
||||||
|
|
||||||
|
hud_medicautocallers 1
|
||||||
|
// 100 - 20.5*2 (2 small first aid kits)
|
||||||
|
hud_medicautocallersthreshold 59
|
||||||
|
///---
|
||||||
|
|
||||||
|
hud_combattext_batching 1
|
||||||
|
hud_combattext_batching_window 0.7
|
||||||
|
///---
|
||||||
|
|
||||||
|
tf_dingalingaling 1
|
||||||
|
tf_dingalingaling_repeat_delay 0.0
|
||||||
|
tf_dingaling_volume 1
|
||||||
|
tf_dingaling_pitchmindmg 75
|
||||||
|
tf_dingaling_pitchmaxdmg 195
|
||||||
|
|
||||||
|
tf_dingalingaling_lasthit 1
|
||||||
|
tf_dingaling_lasthit_volume 1
|
||||||
|
tf_dingaling_lasthit_pitchmindmg 100
|
||||||
|
tf_dingaling_lasthit_pitchmaxdmg 100
|
||||||
|
///---
|
||||||
|
|
||||||
|
tf_remember_activeweapon 1
|
||||||
|
tf_remember_lastswitched 1
|
||||||
|
m_rawinput 1
|
||||||
|
///---
|
||||||
|
|
||||||
|
ds_enable 0
|
||||||
|
ds_dir demos
|
||||||
|
ds_notify 1
|
||||||
|
ds_sound on
|
||||||
|
ds_min_streak 4
|
||||||
|
///---
|
||||||
|
|
||||||
|
|
||||||
|
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 0
|
||||||
|
cl_use_tournament_specgui 0
|
||||||
|
cl_hud_playerclass_use_playermodel 1
|
||||||
|
cl_disablehtmlmotd 0
|
||||||
|
hud_classautokill 1
|
||||||
|
tf_medigun_autoheal 1
|
||||||
|
hud_medichealtargetmarker 1
|
||||||
|
tf_simple_disguise_menu 0
|
||||||
|
cl_autorezoom 1
|
||||||
|
tf_sniper_fullcharge_bell 1
|
||||||
|
tf_hud_no_crosshair_on_scope_zoom 1
|
||||||
|
tf_scoreboard_ping_as_text 1
|
7
sniper.cfg
Normal file
7
sniper.cfg
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
//sniper settings
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
exec binds
|
||||||
|
bind "1" "slot1;viewmoddelstate"
|
||||||
|
bind "2" "slot2;viewmoddelstate"
|
||||||
|
bind "3" "slot3;viewmoddelstate_flipped"
|
||||||
|
|
10
soldier.cfg
Normal file
10
soldier.cfg
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
//soldier settings
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
exec binds
|
||||||
|
bind "1" "slot1;viewmoddelstate"
|
||||||
|
bind "2" "slot2;viewmoddelstate"
|
||||||
|
bind "3" "slot3;viewmoddelstate_flipped"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
8
spy.cfg
Normal file
8
spy.cfg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
//spy settings
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
exec binds
|
||||||
|
|
||||||
|
bind "1" "slot1;viewmoddelstate"
|
||||||
|
bind "2" "slot2;viewmoddelstate"
|
||||||
|
bind "3" "slot3;viewmoddelstate_flipped"
|
||||||
|
bind "4" "slot4;viewmoddelstate_flipped"
|
5
tweaks/confilter.cfg
Normal file
5
tweaks/confilter.cfg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
//filter out "Error" from console
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
|
||||||
|
con_filter_enable 1
|
||||||
|
con_filter_text_out "Error"
|
30
tweaks/null.cfg
Normal file
30
tweaks/null.cfg
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
//null-cancelling movement script
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
|
||||||
|
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
|
8
tweaks/scripts.cfg
Normal file
8
tweaks/scripts.cfg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
//CustomConfig
|
||||||
|
echo ............................................................................................................
|
||||||
|
echo Loaded Custom viewmoddelstatmap
|
||||||
|
alias toggleviewmoddel toggleviewmoddel_on
|
||||||
|
alias toggleviewmoddel_on "alias viewmoddelstate "r_drawviewmodel 1";alias viewmoddelstate_flipped "r_drawviewmodel 1"; alias toggleviewmoddel toggleviewmoddel_off;echo Changed viewmoddelstate To On"
|
||||||
|
alias toggleviewmoddel_off "alias viewmoddelstate "r_drawviewmodel 0";alias viewmoddelstate_flipped "r_drawviewmodel 1"; alias toggleviewmoddel toggleviewmoddel_on;echo Changed viewmoddelstate To Off"
|
||||||
|
|
||||||
|
toggleviewmoddel_off
|
10
tweaks/tabgraph.cfg
Normal file
10
tweaks/tabgraph.cfg
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
//net_graph 4 on tab; toggle on -
|
||||||
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
|
||||||
|
alias +tabgraph "+showscores; net_graph 4"
|
||||||
|
alias -tabgraph "-showscores; net_graph 0; timeleft"
|
||||||
|
|
||||||
|
alias graphtoggle incrementvar net_graph 0 4 4
|
||||||
|
|
||||||
|
bind tab +tabgraph
|
||||||
|
bind - graphtoggle
|
Loading…
Reference in New Issue
Block a user