Advertisement
Guest User

CONFIG ORGANIZADA

a guest
Mar 16th, 2017
2,191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. // DrZx - CONFIGURATION CS:GO
  2.  
  3.  
  4.  
  5. // Rates
  6. rate "786432"
  7. cl_cmdrate "128"
  8. cl_updaterate "128"
  9. cl_interp "0.0"
  10. cl_interp_ratio "1"
  11.  
  12.  
  13. // Mouse
  14. sensitivity "2.42231"
  15. zoom_sensitivity_ratio_mouse "0.65"
  16. m_rawinput "1"
  17. m_pitch "0.022"
  18. m_customaccel "0"
  19. m_mouseaccel1 "0"
  20. m_mouseaccel2 "0"
  21.  
  22.  
  23. // Video
  24. mat_monitorgamma "2.2"
  25. mat_setvideomode "1024" "768" "0"
  26. mat_queue_mode "-1" // auto detect multi-core rendering
  27. fps_max "300"
  28. fps_max_menu "144" // set to monitor Hz
  29. r_drawtracers_firstperson "1"
  30.  
  31.  
  32. // Audio
  33. volume "0.4"
  34. voice_enable "1"
  35. voice_scale "0.08" // receive volume
  36. windows_speaker_config "1" // headphone audio output
  37. snd_musicvolume "0.04"
  38. snd_tensecondwarning_volume "1"
  39. snd_menumusic_volume "0"
  40. snd_roundend_volume "0"
  41. snd_roundstart_volume "0"
  42. snd_deathcamera_volume "0"
  43. snd_mapobjective_volume "0"
  44. lobby_voice_chat_enabled "1" // voice chat in lobby
  45.  
  46.  
  47.  
  48. // HUD
  49. hud_scaling "0.950000"
  50. hud_showtargetid "1"
  51. cl_hud_background_alpha "1"
  52. cl_hud_bomb_under_radar "1"
  53. cl_hud_color "5"
  54. cl_hud_playercount_pos "0"
  55. cl_hud_playercount_showcount "0"
  56. cl_hud_radar_scale "1"
  57. cl_righthand "1"
  58. cl_showloadout "1"
  59. cl_showpos "0"
  60. net_graph "0"
  61. net_graphpos "0"
  62. net_graphproportionalfont "0" // small netgraph font
  63.  
  64.  
  65. // Radar
  66. cl_radar_always_centered "1"
  67. cl_radar_rotate "1"
  68. cl_radar_scale "0.7"
  69. cl_radar_icon_scale_min "0.6"
  70. cl_radar_square_with_scoreboard "1"
  71.  
  72.  
  73. // Viewmodel
  74. viewmodel_presetpos "3" // classic mode
  75. viewmodel_fov "60"
  76. viewmodel_offset_x "1"
  77. viewmodel_offset_y "1"
  78. viewmodel_offset_z "-1"
  79. viewmodel_presetpos "1"
  80.  
  81.  
  82. // Crosshair
  83. cl_crosshairstyle "4"
  84. cl_crosshairsize "5"
  85. cl_crosshairthickness "1.5"
  86. cl_crosshairgap "-1" // classic
  87. cl_fixedcrosshairgap "3"
  88. cl_crosshairdot "0"
  89. cl_crosshairusealpha "1"
  90. cl_crosshairalpha "200"
  91. cl_crosshair_drawoutline "1"
  92. cl_crosshair_outlinethickness "1"
  93. cl_crosshairgap_useweaponvalue "0"
  94.  
  95.  
  96. // Pink crosshair
  97. cl_crosshaircolor "1"
  98. cl_crosshaircolor_r "50"
  99. cl_crosshaircolor_g "250"
  100. cl_crosshaircolor_b "50"
  101.  
  102.  
  103. // Misc
  104. developer "0"
  105. con_enable "1"
  106. ui_steam_overlay_notification_position "bottomright"
  107. mm_dedicated_search_maxping "70" // max ping for matchmaking games
  108. gameinstructor_enable "0"
  109. option_duck_method "0"
  110. option_speed_method "0"
  111. cl_disablehtmlmotd "0"
  112. cl_autohelp "1"
  113. cl_showhelp "0"
  114. cl_disablefreezecam "1"
  115. cl_teammate_colors_show "2"
  116. cl_autowepswitch "1" // auto weapon switch on pickup
  117. cl_use_opens_buy_menu "0" // E opening buy menu
  118. closeonbuy "0"
  119.  
  120.  
  121. // Custom Binds
  122. bind v "+voicerecord"
  123. bind mouse4 "+voicerecord"
  124. bind mwheelup "+jump"
  125. bind mouse5 "incrementvar cl_crosshairsize 4 4000 3996"
  126.  
  127.  
  128. host_writeconfig // write settings to config.cfg
  129. echo "---------------"
  130. echo "TEAMPLAY | DRZX"
  131. echo "---------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement