Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. //Official NetcodeGuides Counter-Strike: Global Offensive Configurations.
  2. //Special Thank to: Tengauge12 and the NetcodeGuides.com Team.
  3. //Updated: August 10, 2014.
  4.  
  5. // Graphics
  6.  
  7. r_dynamic "0"
  8. r_eyesize "0"
  9. r_eyemove "0"
  10. con_enable "1"
  11. r_eyegloss "0"
  12. cl_logofile "0"
  13. r_eyeshift_z "0"
  14. r_eyeshift_y "0"
  15. r_eyeshift_x "0"
  16. cl_rumblescale "0"
  17. sys_refldetail "0"
  18. mat_hdr_enabled "0"
  19. sys_aspectratio "-1"
  20. r_cheapwaterend "1"
  21. sys_antialiasing "0"
  22. muzzleflash_light "0"
  23. r_cheapwaterstart "1"
  24. budget_show_peaks "0"
  25. cl_detail_max_sway "0"
  26. budget_show_history "0"
  27. budget_peaks_window "0"
  28. budget_show_averages "0"
  29. func_break_max_pieces "0"
  30. cl_detail_avoid_force "0"
  31. cl_detail_avoid_radius "0"
  32. budget_averages_window "0"
  33. budget_background_alpha "0"
  34. budget_history_range_ms "5"
  35. texture_budget_panel_width "0"
  36. texture_budget_panel_height "0"
  37. cl_detail_avoid_recover_speed "0"
  38. texture_budget_background_alpha "999"
  39. budget_history_numsamplesvisible "0"
  40.  
  41.  
  42. // Rates
  43.  
  44. rate "128000"
  45. cl_interp "0"
  46. cl_cmdrate "128"
  47. cl_updaterate "128"
  48. cl_interp_ratio "1"
  49. cl_predictweapons "1"
  50.  
  51. // Audio
  52.  
  53. suitvolume "0"
  54. voice_scale "1"
  55. voice_enable "1"
  56. snd_mixahead "0.05"
  57. snd_musicvolume "0"
  58. voice_modenable "1"
  59. dsp_enhance_stereo "1"
  60. snd_headphone_pan_exponent "2"
  61.  
  62. // Bobbing
  63.  
  64. cl_bobcycle "2"
  65. cl_bobamt_lat "0"
  66. cl_bobamt_vert "0"
  67. cl_viewmodel_shift_left_amt "0"
  68. cl_viewmodel_shift_right_amt "0"
  69.  
  70.  
  71. // Models
  72.  
  73. adsp_debug "0"
  74. closecaption "0"
  75. viewmodel_fov "62.5"
  76. scene_showlook "0"
  77. scene_showfaceto "0"
  78. scene_showmoveto "0"
  79. npc_height_adjust "1"
  80. viewmodel_offset_x "2"
  81. viewmodel_offset_y "2"
  82. viewmodel_offset_z "-2"
  83. viewmodel_presetpos "3"
  84. commentary_firstrun "0"
  85.  
  86.  
  87. // Miscellaneous
  88.  
  89.  
  90.  
  91.  
  92. cl_lagcompensation "1"
  93. cl_disablefreezecam "1"
  94. mm_dedicated_search_maxping "50"
  95. cl_freezecampanel_position_dynamic "0"
  96.  
  97. // Miscellaneous
  98.  
  99. cl_autowepswitch "0"
  100. cl_autohelp "0"
  101. cl_showhelp "0"
  102. cl_forcepreload "1"
  103. hud_showtargetid "0"
  104. mat_queue_mode "2"
  105. fps_max "999"
  106. muzzleflash_light "0"
  107. sys_antialiasing "0
  108. sys_refldetail "0"
  109. m_customaccel "0"
  110. m_mousespeed "1"
  111. m_rawinput "1"
  112. m_customaccel_exponent "1"
  113. m_customaccel_max "0"
  114. m_customaccel_scale "0"
  115. sensitivity "3.0"
  116. zoom_sensitivity_ratio_mouse "1.2"
  117. cl_crosshairsize "2.5"
  118. cl_crosshairthickness "0.5"
  119. cl_crosshairalpha "255"
  120. cl_radar_scale "0.5"
  121. cl_bob_lower_amt "5"
  122. snd_mute_losefocus "1"
  123.  
  124.  
  125. // Binds
  126.  
  127. bind mouse4 "use weapon_flashbang"
  128. bind mouse5 "use weapon_hegrenade"
  129. bind 4 "use weapon_smokegrenade"
  130. bind h "use weapon_incgrenade;use weapon_molotov"
  131. bind j "use weapon_decoy"
  132. bind F1 "buy vest"
  133. bind F2 "buy vesthelm"
  134. bind F3 "buy defuser"
  135. bind F4 "buy flashbang"
  136. bind F5 "buy hegrenade"
  137. bind F6 "buy smokegrenade"
  138. bind F7 "buy p250"
  139. bind F8 "buy deagle"
  140. bind F9 "buy galilar;buy famas"
  141. bind F10 "m4a1;buy ak47"
  142. bind F11 "buy awp"
  143. bind F12 "jpeg"
  144. //launch options -w 1024 -h 768 -refresh 120 -novid -tickrate 128
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement