Advertisement
Guest User

CSGO - Config 2

a guest
Jun 26th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. //Random
  2.  
  3. bind shift "+speed; r_cleardecals"
  4. cl_radar_always_centered "0"
  5. alias +shownet "+showscores; net_graphheight "64"
  6. alias -shownet "-showscores; net_graphheight "9999"
  7. net_graph "1"
  8. bind "TAB" +shownet
  9. +cl_show_team_equipment
  10. con_filter_text damage
  11. con_filter_text_out Player:
  12. con_filter_enable "2"
  13. developer "1"
  14. cl_use_opens_buy_menu "0"
  15. mat_monitorgamma "1.6"
  16.  
  17.  
  18. //Jumpthrow Bind
  19.  
  20. alias +jumpthrow "+jump;-attack"
  21. alias -jumpthrow "-jump"
  22. bind c +jumpthrow
  23.  
  24.  
  25. //Radar
  26.  
  27. cl_radar_always_centered "0"
  28. cl_radar_scale "0.35"
  29. cl_radar_icon_scale_min "1"
  30. cl_hud_radar_scale "1.3"
  31.  
  32. //Random
  33.  
  34. con_enable "1" //Console an
  35. cl_forcepreload "1" //Läd maps bevor rundenstart. nicht erst mid-game
  36. r_drawtracers_firstperson "0" //Feuer der Waffe wird entfernt
  37. cl_disablefreezecam "1"
  38. net_client_steamdatagram_enable_override "1" // routing system-test
  39. raw_input "1"
  40. voice_enable "1"
  41.  
  42. //Crosshair
  43. sensitivity "2.50"
  44. cl_Crosshairsize "4"
  45. Cl_Crosshairgap "-1"
  46. cl_crosshair_drawoutline "0"
  47. cl_crosshairstyle "5"
  48.  
  49. //Viewmodel
  50.  
  51. cl_viewmodel_shift_left_amt "1.5"
  52. cl_viewmodel_shift_right_amt "0.75"
  53. viewmodel_fov "68"
  54. viewmodel_offset_x "2.500000"
  55. viewmodel_offset_y "0"
  56. viewmodel_offset_z "-1.500000"
  57. viewmodel_presetpos "0"
  58. viewmodel_recoil "1.0"
  59. cl_bob_lower_amt "21"
  60. cl_bobamt_lat "0.4"
  61. cl_bobamt_vert "0.25"
  62. cl_bobcycle "0.98"
  63.  
  64. //Music
  65. dsp_enhance_stereo "0";
  66. snd_mixahead "0.02";
  67. snd_pitchquality "1";
  68. snd_deathcamera_volume "0.0";
  69. snd_mapobjective_volume "0.12";
  70. snd_menumusic_volume "0.0";
  71. snd_mvp_volume "0.11";
  72. snd_roundend_volume "0.2";
  73. snd_roundstart_volume "0.06";
  74. snd_tensecondwarning_volume "0.35";
  75. voice_scale "0.62";
  76. snd_mute_losefocus "0";
  77. snd_surround_speakers "0"
  78.  
  79. snd_front_headphone_position "53.2";
  80. snd_rear_headphone_position "90.0";
  81. snd_headphone_pan_exponent "1.2";
  82. snd_headphone_pan_radial_weight "0.5"
  83.  
  84. //Netsettings
  85. rate "786432" //625000,786432
  86. cl_updaterate "1228"
  87. cl_cmdrate "128"
  88. cl_interp "0"
  89. cl_interp_ratio "2"
  90. cl_interpolate "1" //new
  91. cl_lagcompensation "1"
  92. cl_predict "1"
  93. cl_predictweapons "1"
  94. fps_max "999"
  95.  
  96. host_writeconfig
  97. Echo "Nicos config loaded!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement