Guest User

Untitled

a guest
Jun 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. ///**************************///
  2. ///***Mariano's TF2 config***///
  3. ///**************************///
  4.  
  5. sensitivity "2.0"
  6. viewmodel_fov "75"
  7. r_drawviewmodel "1"
  8. cl_interp "0.016"
  9. cl_autoreload "1"
  10.  
  11.  
  12. alias +cj "+jump; +duck"
  13. alias -cj "-duck; -jump"
  14. bind "SPACE" "+cj"
  15.  
  16. alias weapon2 "slot2; cl_crosshair_file crosshair1; cl_crosshair_scale 25; alias change_weapon weapon1"
  17. alias weapon1 "slot1; cl_crosshair_file crosshair3; cl_crosshair_scale 45; alias change_weapon weapon2"
  18. alias change_weapon "weapon2"
  19. bind q "change_weapon"
  20. bind "1" "slot1; cl_crosshair_file crosshair3; cl_crosshair_scale 45"
  21. bind "2" "slot2; cl_crosshair_file crosshair1; cl_crosshair_scale 25"
  22. bind "3" "slot3; cl_crosshair_file crosshair7; cl_crosshair_scale 25"
  23.  
  24.  
  25. clear
  26.  
  27. echo *************************************
  28. echo ***DEMOMAN.CFG LOADED****************
  29. echo *************************************
  30.  
  31. ///*********************************///
  32. ///***********END OF FILE***********///
  33. ///*********************************///
Add Comment
Please, Sign In to add comment