Advertisement
GarlicJr

TF2 autoexec.cfg

Aug 25th, 2014
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. exec reset.cfg
  2.  
  3. alias "talktoggle" "talkon"
  4. alias "talkon" "+voicerecord; alias talktoggle talkoff"
  5. alias "talkoff" "-voicerecord; alias talktoggle talkon"
  6.  
  7. bind "v" talktoggle
  8.  
  9. m_rawinput "1"
  10. mat_vsync "0"
  11. m_filter "0"
  12. m_customaccel "0"
  13. m_mouseaccel1 "0"
  14. m_mouseaccel2 "0"
  15.  
  16. zoom_sensitivity_ratio "0.4655172413793"
  17.  
  18. "sensitivity 5.0"
  19.  
  20. mat_phong 0 cl_interp 0.030304 cl_interp_ratio 1 rate 1048576 cl_smooth 0 cl_smoothtime 0.01 cl_cmdrate 66 cl_updaterate 66 cl_lagcompensation 1 cl_pred_optimize 2
  21.  
  22. cl_showfps 1
  23. fps_max 132
  24.  
  25. alias view1 "slot1; r_drawviewmodel 1"
  26. alias view2 "slot2; r_drawviewmodel 1"
  27. alias view3 "slot3; r_drawviewmodel 1"
  28.  
  29. bind q "lastslot"
  30.  
  31. bind 1 @slot1
  32. bind 2 @slot2
  33. bind 3 @slot3
  34.  
  35. alias push0 ""
  36. alias push1 ""
  37.  
  38. alias @slot1 "view1; push0; push1; alias push0 stack1; alias nextslot @slot2; alias prevslot @slot3"
  39. alias @slot2 "view2; push0; push1; alias push0 stack2; alias nextslot @slot3; alias prevslot @slot1"
  40. alias @slot3 "view3; push0; push1; alias push0 stack3; alias nextslot @slot1; alias prevslot @slot2"
  41.  
  42. alias stack1 "alias push1 pop1"
  43. alias stack2 "alias push1 pop2"
  44. alias stack3 "alias push1 pop3"
  45.  
  46. alias pop1 "alias lastslot @slot1"
  47. alias pop2 "alias lastslot @slot2"
  48. alias pop3 "alias lastslot @slot3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement