Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Here I put the default binds for the ones which I used in every class.cfg
- // Default binds for the scripts so it doesn't mix up
- -jump
- -duck
- -attack
- -forward
- -moveleft
- -moveright
- bind 1 "slot1"
- bind 2 "slot2"
- bind 3 "slot3"
- bind 4 "slot4"
- bind 5 "slot5"
- bind "6" "load_itempreset 0"
- bind "7" "load_itempreset 1"
- bind "8" load_itempreset 2"
- bind "9" "load_itempreset 3"
- bind q "lastinv"
- bind r "voicemenu 0 1; +reload"
- bind p "explode; nextmap"
- bind space +jump
- bind ctrl +duck
- bind mwheelup slot1
- bind mwheeldown slot3
- bind mouse1 "+attack; spec_next"
- bind mouse2 "+attack2; spec_prev"
- bind mouse3 "+attack3"
- bind shift "incrementvar r_drawviewmodel 0 1 1"
- bind tab "+showscores"
- bind mouse4 "voicemenu 1 1; say_team + + + SPY! LOOK BEHIND YOU ! + + +"
- bind mouse5 ""
- bind space "+jump; spec_mode"
- bind p "explode; nextmap"
- bind e "voicemenu 0 0"
- bind z "voice_menu_1"
- bind x "voice_menu_2"
- bind enter +attack
- r_drawviewmodel 1
- viewmodel_fov 94
- r_spray_lifetime 1 // SPRAY ENABLE
- //========================================================
- // Clear console from red errors
- //========================================================
- con_filter_enable "1" // will enable erasing from console the error commands
- // List of words to take out
- con_filter_text_out "particle" // will hide any console command that include << particle >>
- con_filter_text_out "materials" // clean up the error at the start of TF2
- con_filter_text_out "vmt"
- con_filter_text_out "error"
- con_filter_text_out "loading"
- con_filter_text_out "effects"
- //========================================================
- // Mask voice script
- //========================================================
- bind f +mspect
- alias +mspect "+inspect; vmask"
- alias -mspect -inspect
- alias confuse_speech1 "voicemenu 2 6; alias vmask confuse_speech2"
- alias confuse_speech2 "voicemenu 2 2; alias vmask confuse_speech3"
- alias confuse_speech3 "voicemenu 2 4; alias vmask confuse_speech4"
- alias confuse_speech4 "voicemenu 2 7; alias vmask confuse_speech1"
- alias vmask confuse_speech1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement