Advertisement
Guest User

finite csgo settings

a guest
Aug 13th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. // Weapon viewmodel positioning.
  2. // For these custom values to work "viewmodel_presetpos" must be removed from the config.
  3. viewmodel_fov "68"
  4. viewmodel_offset_x "2.500000"
  5. viewmodel_offset_y "0"
  6. viewmodel_offset_z "-1.500000"
  7.  
  8.  
  9. // Bobbing and movement shifting.
  10. cl_viewmodel_shift_left_amt "0"
  11. cl_viewmodel_shift_right_amt "0"
  12. cl_bob_lower_amt "0"
  13. cl_bobamt_lat "0"
  14. cl_bobamt_vert "0"
  15. cl_bobcycle "2"
  16.  
  17.  
  18. // Audio
  19. snd_mixahead "0.05"
  20. snd_headphone_pan_exponent "2"
  21. snd_musicvolume "0"
  22.  
  23.  
  24. // Rates and Interpolation.
  25. cl_cmdrate "128"
  26. cl_updaterate "128"
  27. rate "128000"
  28. cl_interp "0"
  29. cl_interp_ratio "1"
  30. fps_max "400"
  31.  
  32. // Mouse commands.
  33. m_rawinput "1"
  34. m_mouseaccel1 "0"
  35. m_mouseaccel2 "0"
  36.  
  37.  
  38. // Crosshair.
  39. cl_crosshair_drawoutline "1"
  40. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  41. cl_crosshair_dynamic_splitalpha_innermod "1"
  42. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  43. cl_crosshair_dynamic_splitdist "7"
  44. cl_crosshair_outlinethickness "1"
  45. cl_crosshairalpha "9999"
  46. cl_crosshaircolor "4"
  47. cl_crosshaircolor_b "250"
  48. cl_crosshaircolor_g "250"
  49. cl_crosshaircolor_r "250"
  50. cl_crosshairdot "0"
  51. cl_crosshairgap "-2"
  52. cl_crosshairgap_useweaponvalue "0"
  53. cl_crosshairscale "1000"
  54. cl_crosshairsize "3"
  55. cl_crosshairstyle "4"
  56. cl_crosshairthickness "0"
  57. cl_crosshairusealpha "1"
  58. cl_fixedcrosshairgap "-10"
  59. hud_showtargetid "1"
  60.  
  61. // Miscellaneous.
  62. r_drawtracers_firstperson 1
  63. cl_autowepswitch "0"
  64. hud_showtargetid "1"
  65. net_graph "1"
  66. cl_autohelp "0"
  67. cl_showhelp "0"
  68. engine_no_focus_sleep "0"
  69. cl_disablefreezecam "1"
  70. cl_allowdownload 1
  71.  
  72. //Jumpthrow bind
  73. alias "+jumpthrow" "+jump;-attack"
  74. alias "-jumpthrow" "-jump"
  75.  
  76. // Minimap
  77. cl_radar_always_centered "0"
  78.  
  79. cl_radar_icon_scale_min "0.6"
  80.  
  81. cl_radar_rotate "1"
  82.  
  83. cl_radar_scale "0.3"
  84.  
  85. cl_radar_square_with_scoreboard "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement