Advertisement
StefanCrime

reset.cfg 16/09/2015

Sep 16th, 2015
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. // Here I put the default binds for the ones which I used in every class.cfg
  2. // Default binds for the scripts so it doesn't mix up
  3.  
  4. -jump
  5. -duck
  6. -attack
  7. -forward
  8. -moveleft
  9. -moveright
  10.  
  11. bind 1 "slot1"
  12. bind 2 "slot2"
  13. bind 3 "slot3"
  14. bind 4 "slot4"
  15. bind 5 "slot5"
  16. bind "6" "load_itempreset 0"
  17. bind "7" "load_itempreset 1"
  18. bind "8" load_itempreset 2"
  19. bind "9" "load_itempreset 3"
  20. bind q "lastinv"
  21. bind r "voicemenu 0 1; +reload"
  22. bind p "explode; nextmap"
  23. bind space +jump
  24. bind ctrl +duck
  25. bind mwheelup slot1
  26. bind mwheeldown slot3
  27. bind mouse1 "+attack; spec_next"
  28. bind mouse2 "+attack2; spec_prev"
  29. bind mouse3 "+attack3"
  30. bind shift "incrementvar r_drawviewmodel 0 1 1"
  31. bind tab "+showscores"
  32.  
  33. bind mouse4 "voicemenu 1 1; say_team + + + SPY! LOOK BEHIND YOU ! + + +"
  34. bind mouse5 ""
  35. bind space "+jump; spec_mode"
  36. bind p "explode; nextmap"
  37. bind e "voicemenu 0 0"
  38. bind z "voice_menu_1"
  39. bind x "voice_menu_2"
  40. bind enter +attack
  41.  
  42. r_drawviewmodel 1
  43. viewmodel_fov 94
  44. r_spray_lifetime 1 // SPRAY ENABLE
  45.  
  46.  
  47. //========================================================
  48. // Clear console from red errors
  49. //========================================================
  50. con_filter_enable "1" // will enable erasing from console the error commands
  51. // List of words to take out
  52. con_filter_text_out "particle" // will hide any console command that include << particle >>
  53. con_filter_text_out "materials" // clean up the error at the start of TF2
  54. con_filter_text_out "vmt"
  55. con_filter_text_out "error"
  56. con_filter_text_out "loading"
  57. con_filter_text_out "effects"
  58.  
  59. //========================================================
  60. // Mask voice script
  61. //========================================================
  62. bind f +mspect
  63.  
  64. alias +mspect "+inspect; vmask"
  65. alias -mspect -inspect
  66.  
  67. alias confuse_speech1 "voicemenu 2 6; alias vmask confuse_speech2"
  68. alias confuse_speech2 "voicemenu 2 2; alias vmask confuse_speech3"
  69. alias confuse_speech3 "voicemenu 2 4; alias vmask confuse_speech4"
  70. alias confuse_speech4 "voicemenu 2 7; alias vmask confuse_speech1"
  71. alias vmask confuse_speech1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement