Advertisement
Guest User

SiegraiN's CS:GO Config

a guest
Feb 21st, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. //S i e g r a i N - CONFIG
  2.  
  3. //Launch Options: -high -novid -refreshrate 60 -dxlevel 90 -nocrashdialog -nojoy -nod3d9ex1 +mat_queue_mode "2" +exec "autoexec.cfg"
  4.  
  5. //Rates
  6. rate "655360"
  7. cl_interp_ratio "1"
  8. cl_interp "0"
  9. cl_updaterate "128"
  10. cl_cmdrate "128"
  11. fps_max "999"
  12. fps_max_menu "75"
  13.  
  14. //Tweaks
  15. cl_autowepswitch "0"
  16. cl_showloadout "0"
  17. cl_showpluginmessages "0"
  18. cl_join_advertise "0"
  19. cl_disablefreezecam "1"
  20. cl_autohelp "0"
  21. cl_showhelp "0"
  22. gameinstructor_enable "0"
  23. snd_mixahead "0.1" //change to 0.05 if sound delay
  24. cl_disablehtmlmotd "1"
  25. r_dynamic "0"
  26. r_eyegloss "0"
  27. r_eyemove "0"
  28. r_drawtracers_firstperson 0
  29. cl_forcepreload 1
  30. muzzleflash_light "0"
  31. func_break_max_pieces "1"
  32. cl_downloadfilter nosounds
  33. mat_queue_mode "2" (if game crashes, change to -1)
  34. sensitivity "1.4"
  35.  
  36. //Radars & Viewmodels
  37. cl_radar_always_centered "0"
  38. cl_radar_scale "0.4"
  39. cl_radar_icon_scale_min ".08"
  40. viewmodel_fov "68"
  41. viewmodel_offset_x "-1"
  42. viewmodel_offset_y "2"
  43. viewmodel_offset_z "-2"
  44. cl_bob_lower_amt "0"
  45. cl_bobamt_lat "0"
  46. cl_bobamt_vert "0"
  47. cl_bobcycle "0.98"
  48. cl_viewmodel_shift_left_amt "0"
  49. cl_viewmodel_shift_right_amt "0"
  50. net_graph "1"
  51. net_graphproportionalfont "0"
  52. cl_showloadout "1"
  53. hud_showtargetid "1"
  54.  
  55. //Mouse
  56. m_mouseaccel1 "0"
  57. m_mouseaccel2 "0"
  58. m_rawinput "0"
  59. m_mousespeed "0"
  60. m_customaccel "0"
  61.  
  62. //Crosshair
  63. cl_crosshair_drawoutline "1"
  64. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  65. cl_crosshair_dynamic_splitalpha_innermod "1"
  66. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  67. cl_crosshair_dynamic_splitdist "7"
  68. cl_crosshair_outlinethickness "0.1"
  69. cl_crosshair_sniper_show_normal_inaccuracy "0"
  70. cl_crosshair_sniper_width "1"
  71. cl_crosshairalpha "200"
  72. cl_crosshaircolor "5"
  73. cl_crosshaircolor_b "192"
  74. cl_crosshaircolor_g "255"
  75. cl_crosshaircolor_r "0"
  76. cl_crosshairdot "0"
  77. cl_crosshairgap "-2"
  78. cl_crosshairgap_useweaponvalue "0"
  79. cl_crosshairscale "0"
  80. cl_crosshairsize "2"
  81. cl_crosshairstyle "4"
  82. cl_crosshairthickness "0"
  83. cl_crosshairusealpha "1"
  84. cl_fixedcrosshairgap "3"
  85. cl_crosshair_t "0"
  86.  
  87. //Binds
  88. bind mwheeldown "+jump"
  89. bind mwheelup "+jump"
  90. alias "+jumpthrow" "+jump;-attack"
  91. alias "-jumpthrow" "-jump"
  92. bind "N" "+jumpthrow"
  93. bind "T" "toggle gameinstructor_enable"
  94. alias "L Key"
  95. bind L "L Key"
  96. cl_scoreboard_mouse_enable_binding "L Key"
  97. cl_teamid_overhead_always 1
  98. bind "j" "show"
  99. alias show show1
  100. alias show1 "+cl_show_team_equipment; alias show show2"
  101. alias show2 "-cl_show_team_equipment; alias show show1"
  102. bind "a" "+moveleft;cl_righthand 1"
  103. bind "d" "+moveright;cl_righthand 0"
  104. bind "mouse2" "+attack2;+lookatweapon"
  105. alias +spin "m_yaw 0.12"
  106. alias -spin "m_yaw 0.022"
  107. bind mouse5 "+spin"
  108. alias +fakeflash "use weapon_knife; slot2"
  109. alias -fakeflash "drop; slot1"
  110. bind F1 +fakeflash
  111. bind F2 "use weapon_c4;drop;say_team C4 dropped."
  112. bind space "+jump"
  113.  
  114. echo "S I E G R A I N - CONFIG"
  115.  
  116. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement