Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
1,901
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1.  
  2.  
  3. //Null-movement script//
  4.  
  5. bind w +mfwd
  6. bind s +mback
  7. bind a +mleft
  8. bind d +mright
  9. alias +mfwd "-back;+forward;alias checkfwd +forward;"
  10. alias +mback "-forward;+back;alias checkback +back;"
  11. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft;"
  12. alias +mright "-moveleft;+moveright;alias checkright +moveright;"
  13. alias -mfwd "-forward;checkback;alias checkfwd none;"
  14. alias -mback "-back;checkfwd;alias checkback none;"
  15. alias -mback "-back;checkfwd;alias checkback none;"
  16. alias -mleft "-moveleft;checkright;alias checkleft none;"
  17. alias -mright "-moveright;checkleft;alias checkright none;"
  18. alias checkfwd none
  19. alias checkback none
  20. alias checkleft none
  21. alias checkright none
  22. alias none ""
  23.  
  24.  
  25. //FOV settings//
  26.  
  27. fov_desired 90 //Field of view//
  28. viewmodel_fov 70 //Viewmodel field of view//
  29. tf_use_min_viewmodels 1 //Enables viewmodel min-mode//
  30.  
  31. //Client settings//
  32.  
  33. cl_interp .0152 //No idea what this means//
  34. cl_interp_ratio 1 //*sigh*//
  35.  
  36.  
  37. //end 8)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement