Advertisement
Guest User

autoexec

a guest
Jul 26th, 2016
1,034
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. // CONSOLE
  2. con_enable "1"
  3. bind "'" "toggleconsole"
  4. net_graph "0"
  5. cl_showfps "1"
  6. mat_queue_mode "2"
  7. fps_max "0"
  8. // NETCODE
  9. rate "1048576"
  10. cl_cmdrate "128"
  11. cl_updaterate "128"
  12. cl_interp "0"
  13. cl_interp_ratio "1"
  14. cl_predictweapons "1"
  15. clientport "1337"
  16.  
  17.  
  18. //HUD
  19.  
  20. net_graphproportionalfont "0"
  21. net_graphheight "0"
  22. hud_scaling "0.8"
  23. hud_showtargetid "1"
  24. cl_autowepswitch "0"
  25.  
  26. //MODEL
  27. viewmodel_offset_x "2"
  28. viewmodel_offset_y "4"
  29. viewmodel_offset_z "-2"
  30. cl_viewmodel_shift_left_amt "0"
  31. cl_viewmodel_shift_right_amt "0"
  32. cl_bob_lower_amt "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement