Gertjaars

autoexec.cfg (CS:GO)

Mar 12th, 2016
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. // launch options: -high -novid -nod3d9ex -nojoy -tickrate 128 -freq 60 -Heapsize 2097152 -language english -threads 4 -noaafont +exec autoexec.cfg -refresh 60s -noborder -windowed -sw -w 1024 -h 768
  2.  
  3. rate "821288"
  4. cl_cmdrate "128"
  5. cl_updaterate "128"
  6. cl_interpolate "1"
  7. cl_interp_ratio "1"
  8. cl_interp "0.01364"
  9. cl_updatevisibility "1"
  10. cl_lagcompensation "1"
  11. cl_predict "1"
  12. cl_predictweapons "1"
  13. cl_timeout "999999"
  14.  
  15. snd_mixahead "0.05"
  16. cl_bobcycle "1.0"
  17.  
  18. cl_righthand "1"
  19. viewmodel_offset_x "-2"
  20. viewmodel_offset_y "-2"
  21. viewmodel_offset_z "-2"
  22. viewmodel_fov "180"
  23. cl_bob_lower_amt "0"
  24. cl_bobamt_lat "0"
  25. cl_bobamt_vert "0"
  26. cl_bobcycle "0"
  27. cl_viewmodel_shift_left_amt "0"
  28. cl_viewmodel_shift_right_amt "0"
  29.  
  30.  
  31. unbind "space"
  32. alias +DJUMP "+jump; +duck"
  33. alias -DJUMP "-JUMP; -DUCK"
  34. bind space "+DJUMP"
  35.  
  36. alias +spin_knife "-lookatweapon;+reload"
  37. alias -spin_knife "+lookatweapon;-reload"
  38. bind mouse5 "+spin_knife"
  39.  
  40. bind "f5" "dpause"
  41. alias "dpause" "demo_pause;bind f5 dresume"
  42. alias "dresume" "demo_resume;bind f5 dpause"
  43.  
  44. alias "+netgraph" "net_graph 1; +showscores"
  45. alias "-netgraph" "net_graph 0; -showscores"
  46. bind "TAB" "+netgraph"
Advertisement
Add Comment
Please, Sign In to add comment