Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. // Jjier's CS:GO Configuration
  2. // Updated 12/21/2018
  3.  
  4. // Rates
  5. rate "307200"
  6. cl_cmdrate "128"
  7. cl_updaterate "128"
  8. cl_interp "0.0"
  9. cl_interp_ratio "1"
  10. cl_interpolate "1"
  11. cl_lagcompensation "1"
  12. cl_forcepreload "1"
  13.  
  14. // Mouse
  15. // DPI 400
  16. sensitivity "2.1"
  17. zoom_sensitivity_ratio_mouse "1.0"
  18. m_rawinput "1"
  19. m_pitch "0.022"
  20. m_customaccel "0"
  21. m_mouseaccel1 "0"
  22. m_mouseaccel2 "0"
  23. m_mousespeed "0"
  24.  
  25. // Video
  26. mat_monitorgamma "1.5"
  27. mat_queue_mode "-1"
  28. fps_max "500"
  29. fps_max_menu "145"
  30. r_dynamic "0"
  31. r_drawtracers_firstperson "0"
  32.  
  33. // Buy binds
  34. bind "kp_rightarrow" "buy galilar; buy famas;"
  35. bind "kp_pgdn" "buy ak47; buy m4a1;"
  36. bind "kp_pgup" "buy mp5;"
  37. bind "kp_uparrow" "buy aug; buy sg553;"
  38. bind "kp_home" "buy awp;"
  39. bind "kp_leftarrow" "buy p250;"
  40. bind "kp_5" "buy deagle;"
  41. bind "kp_ins" "buy vest;"
  42. bind "kp_end" "buy vesthelm;"
  43. bind "kp_downarrow" "buy defuser;"
  44.  
  45. // Viewmodel
  46. cl_viewmodel_shift_left_amt "1.5"
  47. cl_viewmodel_shift_right_amt "0.75"
  48. viewmodel_fov "68"
  49. viewmodel_offset_x "2.500000"
  50. viewmodel_offset_y "0"
  51. viewmodel_offset_z "-1.500000"
  52. viewmodel_presetpos "3"
  53. viewmodel_recoil "1.0"
  54. cl_bob_lower_amt "21"
  55. cl_bobamt_lat "0.400000"
  56. cl_bobamt_vert "0.250000"
  57. cl_bobcycle "0.98"
  58. cl_righthand "1"
  59. cl_color "0"
  60.  
  61. // HUD
  62. cl_hud_background_alpha "0.500000"
  63. cl_hud_bomb_under_radar "0"
  64. cl_hud_color "1"
  65. cl_hud_healthammo_style "1"
  66. cl_hud_playercount_pos "0"
  67. cl_hud_playercount_showcount "1"
  68. cl_hud_radar_scale "1.300000"
  69. hud_scaling "0.650000"
  70. hud_showtargetid "1"
  71. hud_takesshots "0"
  72.  
  73. // Radar
  74. cl_radar_always_centered "0"
  75. cl_radar_icon_scale_min "0.500000"
  76. cl_radar_rotate "1"
  77. cl_radar_scale "0.500000"
  78. cl_radar_square_with_scoreboard "0"
  79.  
  80. // Net Graph
  81. net_graph "1"
  82. net_graphpos "2"
  83. net_graphproportionalfont "0"
  84. net_graphheight "1";
  85. alias "+scorenet" "+showscores; net_graph 1";
  86. alias "-scorenet" "-showscores; net_graph 0";
  87. bind "tab" "+scorenet"
  88.  
  89. // Crosshair
  90. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  91. cl_crosshair_dynamic_splitalpha_innermod "1"
  92. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  93. cl_crosshair_dynamic_splitdist "7"
  94. cl_crosshair_outlinethickness "0.500000"
  95. cl_crosshair_sniper_show_normal_inaccuracy "0"
  96. cl_crosshair_sniper_width "1"
  97. cl_crosshair_t "0"
  98. cl_crosshairalpha "200"
  99. cl_crosshaircolor "5"
  100. cl_crosshaircolor_b "255"
  101. cl_crosshaircolor_g "255"
  102. cl_crosshaircolor_r "255"
  103. cl_crosshairdot "0"
  104. cl_crosshairgap "-1.000000"
  105. cl_crosshairgap_useweaponvalue "0"
  106. cl_crosshairscale "0"
  107. cl_crosshairsize "3"
  108. cl_crosshairstyle "4"
  109. cl_crosshairthickness "1"
  110. cl_crosshairusealpha "1"
  111. cl_fixedcrosshairgap "3"
  112.  
  113. host_writeconfig
  114. echo ""
  115. echo ""
  116. echo "Jjier's CS:GO Configuration LOADED"
  117. echo ""
  118. echo ""
  119. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement