Advertisement
EmperorTigrex2

Untitled

Feb 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. bind "w" "+mfwd"
  2. bind "a" "+mleft"
  3. bind "s" "+mback"
  4. bind "d" "+mright"
  5.  
  6. alias "+mfwd" "-back;+forward;alias checkfwd +forward"
  7. alias "+mback" "-forward;+back;alias checkback +back"
  8. alias "+mleft" "-moveright;+moveleft;alias checkleft +moveleft"
  9. alias "+mright" "-moveleft;+moveright;alias checkright +moveright"
  10. alias "-mfwd" "-forward;checkback;alias checkfwd none"
  11. alias "-mback" "-back;checkfwd;alias checkback none"
  12. alias "-mleft" "-moveleft;checkright;alias checkleft none"
  13. alias "-mright" "-moveright;checkleft;alias checkright none"
  14. alias "checkfwd" "none"
  15. alias "checkback" "none"
  16. alias "checkleft" "none"
  17. alias "checkright" "none"
  18. alias "none" ""
  19. //cl_cmdrate 128
  20. //cl_interp .007 // this will likely have to be user defined .007 should be roughly the lowest interp, hit scan might do well at .0152 for this
  21. //cl_interp_ratio 1
  22. //cl_lagcompensation 1
  23. //cl_pred_optimize 2
  24. //cl_smooth 0
  25.  
  26. cl_ragdoll_fade_time 0
  27. cl_ragdoll_forcefade 1
  28. cl_ragdoll_physics_enable 0
  29. g_ragdoll_fadespeed 0
  30. g_ragdoll_lvfadespeed 0
  31. ragdoll_sleepaftertime 0
  32.  
  33. cl_phys_props_enable 0
  34. cl_phys_props_max 0
  35. props_break_max_pieces 0
  36. r_propsmaxdist 1
  37. violence_agibs 0
  38. violence_hgibs 0
  39.  
  40.  
  41. //cl_smoothtime 0.01
  42. //cl_updaterate 128
  43. //rate 90000 // With higher tick rates you have more bandwidth being used
  44.  
  45. fps_max 750
  46.  
  47. fov_desired 90
  48. viewmodel_fov 100
  49. viewmodel_fov_demo 75
  50.  
  51. hud_saytext_time "10"
  52. net_graph 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement