The_Official_Josh

Needs to download more RAMs

Mar 8th, 2015
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. // Mouse
  2. m_customaccel "0"
  3. m_customaccel_scale "0"
  4. m_filter "0"
  5. m_mousespeed "0"
  6. m_mouseaccel1 "0"
  7. m_mouseaccel2 "0"
  8. m_rawinput "0"
  9.  
  10. // Network
  11. cl_cmdrate "66"
  12. cl_interp "0"
  13. cl_interp_ratio "1"
  14. cl_lagcompensation "1"
  15. cl_pred_optimize "2"
  16. cl_predict "1.0"
  17. cl_predictweapons "1"
  18. cl_resend "3"
  19. cl_smooth "0"
  20. cl_smoothtime "0"
  21. cl_timeout "180"
  22. cl_updaterate "66"
  23. rate "125000"
  24.  
  25. // General
  26. cl_forcepreload "1"
  27. con_enable "1"
  28. datacachesize "128"
  29. engine_no_focus_sleep "0"
  30. fps_max "999"
  31. mat_disable_d3d9ex "0"
  32. mat_monitorgamma_tv_enabled "0"
  33. mat_powersavingsmode "0"
  34. mat_supports_d3d9ex "1"
  35.  
  36. // Threading
  37. cl_threaded_bone_setup "1"
  38. cl_threaded_client_leaf_system "0"
  39. host_thread_mode "0"
  40. mat_queue_mode "2"
  41. r_queued_decals "0"
  42. r_queued_ropes "1"
  43. r_queued_post_processing "0"
  44. r_threaded_client_shadow_manager "1"
  45. r_threaded_particles "1"
  46. r_threaded_renderables "1"
  47. studio_queue_mode "2"
  48.  
  49. host_writeconfig
  50. //Fuck, I can't do crouch jumping
  51. alias "+jumpehs" "+jump; +duck"
  52. alias "-jumpehs" "-duck; -jump"
  53. bind "space" "+jumpehs"
Add Comment
Please, Sign In to add comment