Advertisement
Guest User

Config

a guest
Oct 26th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. LAUNCH OPTIONS
  2.  
  3. -high +mat_queue_mode 2 +mat_vignette_enable 0 -noforcemaccel -noforcemspd -noforcemparms -tick 128 -tickrate 128 -freq 60 -refresh 60 -nod3d9ex -threads 8 -preload -nojoy -novid -console +exec autoexec.cfg
  4.  
  5. host_writeconfig
  6.  
  7. // personal viewmodel settings
  8.  
  9. viewmodel_presetpos "0"
  10. viewmodel_fov "65"
  11. viewmodel_offset_x "1"
  12. viewmodel_offset_y "2"
  13. viewmodel_offset_z "-2"
  14.  
  15. // crosshair settings
  16.  
  17. cl_crosshair_drawoutline "0"
  18. cl_crosshair_outlinethickness "0.100000"
  19. cl_crosshairalpha "500"
  20. cl_crosshaircolor "5"
  21. cl_crosshaircolor_b "0"
  22. cl_crosshaircolor_g "0"
  23. cl_crosshaircolor_r "217"
  24. cl_crosshairdot "0"
  25. cl_crosshairgap "-1"
  26. cl_crosshairscale "2000"
  27. cl_crosshairsize "3"
  28. cl_crosshairstyle "4"
  29. cl_crosshairthickness "1.5"
  30. cl_crosshairusealpha "250"
  31.  
  32. // mouse settings
  33.  
  34. m_mousespeed "0"
  35. m_mouseaccel1 "0"
  36. m_mouseaccel2 "0"
  37. m_customaccel "0"
  38. m_customaccel_exponent "1.000000"
  39. m_mousespeed "0"
  40. m_rawinput "1"
  41. joystick "0"
  42. joystick_force_disabled "1"
  43. joystick_force_disabled_set_from_options "1"
  44. unbindalljoystick
  45.  
  46. // removes the shifting of the arm when crouching down.
  47.  
  48. cl_viewmodel_shift_left_amt "0"
  49. cl_viewmodel_shift_right_amt "0"
  50.  
  51. // sound settings
  52.  
  53. snd_mixahead "0.05"
  54. snd_musicvolume "0"
  55. snd_headphone_pan_exponent "2"
  56. snd_headphone_pan_radial_weight "2
  57. snd_legacy_surround "0"
  58. snd_pitchquality "1"
  59. dsp_enhance_stereo "0"
  60.  
  61. // removes the bobbing of the weapon back and forth, when you run.
  62.  
  63. cl_bob_lower_amt "0"
  64. cl_bobamt_lat "0"
  65. cl_bobamt_vert "0"
  66. cl_bobcycle "2"
  67.  
  68. // usual rate & fps commands
  69.  
  70. cl_resend "6"
  71. cl_timeout "9999999"
  72. cl_forcepreload "1"
  73. mat_queue_mode "2"
  74. cl_interp "0"
  75. cl_interp_ratio "1"
  76. cl_cmdrate "128"
  77. cl_updaterate "128"
  78. rate "128000"
  79. fps_max "999"
  80. fps_max_menu "999"
  81.  
  82. // stuff
  83.  
  84. r_dynamic "0"
  85. r_eyegloss "0"
  86. r_eyemove "0"
  87. r_eyeshift_x "0"
  88. r_eyeshift_y "0"
  89. r_eyeshift_z "0"
  90. r_eyesize "0"
  91.  
  92. r_drawtracers_firstperson "0"
  93. muzzleflash_light "0"
  94.  
  95. sys_antialiasing "0"
  96. sys_aspectratio "-1"
  97. sys_refldetail "0"
  98.  
  99. cl_predictweapons "1"
  100. cl_lagcompensation "1"
  101.  
  102. cl_showhelp "0"
  103. cl_autohelp "0"
  104. gameinstructor_enable "0"
  105. cl_disablefreezecam "1"
  106.  
  107. hud_scaling "0.80"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement