Advertisement
HanysMSI

Matiautoexec.cfg

Mar 24th, 2018
546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. //Celownik
  2.  
  3. cl_color "2"
  4.  
  5. cl_crosshair_drawoutline "1"
  6.  
  7. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  8.  
  9. cl_crosshair_dynamic_splitalpha_innermod "1"
  10.  
  11. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  12.  
  13. cl_crosshair_dynamic_splitdist "7"
  14.  
  15. cl_crosshair_outlinethickness "1"
  16.  
  17. cl_crosshairalpha "255"
  18.  
  19. cl_crosshaircolor "5"
  20.  
  21. cl_crosshaircolor_b "131"
  22.  
  23. cl_crosshaircolor_g "186"
  24.  
  25. cl_crosshaircolor_r "17"
  26.  
  27. cl_crosshairdot "0"
  28.  
  29. cl_crosshairgap "-2"
  30.  
  31. cl_crosshairgap_useweaponvalue "0"
  32.  
  33. cl_crosshairscale "1000"
  34.  
  35. cl_crosshairsize "3"
  36.  
  37. cl_crosshairstyle "4"
  38.  
  39. cl_crosshairthickness ""
  40.  
  41. cl_crosshairusealpha "1"
  42.  
  43. //Konfiguracja myszki
  44.  
  45. sensitivity "0.6"
  46.  
  47. zoom_sensitivity_ratio_mouse "0.811000"
  48.  
  49. m_customaccel "0"
  50.  
  51. m_rawinput "1"
  52.  
  53. //Konfiguracja dzwieku
  54.  
  55. volume "0.600000"
  56.  
  57. snd_mixahead "0.05"
  58.  
  59. voice_scale "0.500000"
  60.  
  61. voice_mixer_volume "1.0"
  62.  
  63. snd_use_hrtf "0"
  64.  
  65. snd_musicvolume "1"
  66.  
  67. snd_menumusic_volume "0"
  68.  
  69. snd_roundstart_volume "0"
  70.  
  71. snd_roundend_volume "0"
  72.  
  73. snd_mapobjective_volume "0"
  74.  
  75. snd_deathcamera_volume "0"
  76.  
  77. snd_tensecondwarning_volume "0.080000"
  78.  
  79. snd_mute_losefocus "0"
  80.  
  81. //Konfiguracja tickrate
  82.  
  83. cl_interp "0.015625"
  84.  
  85. cl_interp_ratio "2"
  86.  
  87. cl_cmdrate "128"
  88.  
  89. cl_updaterate "128"
  90.  
  91. rate "786432"
  92.  
  93. //Wyrzucanie tylko C4
  94.  
  95. bind "h" "use weapon_c4;drop"
  96.  
  97. //Pokazywanie jaka mapa bedzie
  98.  
  99. developer 1
  100. con_filter_enable 2
  101. con_filter_text_out "game:mapgroupname"
  102. con_filter_text "game:map"
  103.  
  104. //NetGraph tylko przy tabie
  105.  
  106. net_graph "1"
  107. net_graphheight "9999"
  108. bind "TAB" "+scorenet"
  109. alias "+scorenet" "+showscores; net_graphheight 0"
  110. alias "-scorenet" "-showscores; net_graphheight 9999"
  111.  
  112. //Czyszczenie z krwi
  113.  
  114. bind "R" "+reload; r_cleardecals"
  115. bind "shift" "+speed;r_cleardecals"
  116. bind "CTRL" "+duck;r_cleardecals"
  117.  
  118. //FPS
  119.  
  120. fps_max 0
  121. fps_max_menu 128
  122.  
  123. //Matchmaking
  124.  
  125. mm_dedicated_search_maxping "120"
  126.  
  127. //Wyswietlanie caly czas eq (swoje i teammatow)
  128.  
  129. sv_teamid_overhead "1"
  130. +cl_show_team_equipment
  131.  
  132. //Jumpthrow na scrollu
  133.  
  134. alias "+jumpthrow" "+jump;-attack"
  135. alias "-jumpthrow" "-jump"
  136. bind "mouse3" "+jumpthrow"
  137.  
  138. //fixres
  139. alias "fixres" "mat_setvideomode 1280 960 1; mat_setvideomode 1280 960 0"
  140.  
  141. //fastswitch na awp
  142.  
  143. bind q "use weapon_knife;use weapon_awp"
  144.  
  145. //Automatyczne podnoszenie broni
  146.  
  147. cl_autowepswitch "0"
  148.  
  149.  
  150.  
  151.  
  152. echo " "
  153. echo " "
  154. echo "+------------------------------------------------------+"
  155. echo "| CONFIG POMYSLNIE WCZYTANO!!! |"
  156. echo "+------------------------------------------------------+"
  157. echo " "
  158. echo " "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement