Advertisement
VblacK_Gamer

autoexec vblacqe

Apr 27th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. //WH DLA TEAMU
  2. alias whon "+cl_show_team_equipment;bind CTRL whoff"
  3. alias whoff "-cl_show_team_equipment;bind CTRL whon"
  4. bind CTRL whon
  5. //Możecie zmienić ctrl na inny klawisz.
  6. //Jest również komenda na sam ZNACZEK nad głową:
  7. //bind CTRL "toggle cl_teamid_overhead_always 1 0"
  8.  
  9. //MYSZKA
  10. sensitivity "2.3"
  11.  
  12. //CELOWNIK BANANAGAMING
  13. cl_crosshairstyle 4
  14. cl_crosshairsize 0.5
  15. cl_crosshairthickness 1
  16. cl_crosshairgap -4
  17. cl_crosshair_drawoutline 1
  18. cl_crosshair_outlinethickness 1
  19. cl_crosshairdot 1
  20. cl_crosshair_t 0
  21. cl_crosshaircolor 5
  22. cl_crosshaircolor_r 255
  23. cl_crosshaircolor_g 255
  24. cl_crosshaircolor_b 0
  25. cl_crosshairalpha 200
  26.  
  27. //CELOWNIK OLD
  28. //cl_crosshair_drawoutline "1"
  29. //cl_crosshair_dynamic_maxdist_splitratio "0.35"
  30. //cl_crosshair_dynamic_splitalpha_innermod "1"
  31. //cl_crosshair_dynamic_splitalpha_outermod "0.5"
  32. //cl_crosshair_dynamic_splitdist "7"
  33. //cl_crosshair_outlinethickness "1"
  34. //cl_crosshair_sniper_show_normal_inaccuracy "0"
  35. //cl_crosshair_sniper_width "1"
  36. //cl_crosshairalpha "210.000000"
  37. //cl_crosshaircolor "5"
  38. //cl_crosshaircolor_b "0"
  39. //cl_crosshaircolor_g "255"
  40. //cl_crosshaircolor_r "0"
  41. //cl_crosshairdot "0"
  42. //cl_crosshairgap "-2.000000"
  43. //cl_crosshairgap_useweaponvalue "0"
  44. //cl_crosshairscale "0"
  45. //cl_crosshairsize "4.500000"
  46. //cl_crosshairstyle "4"
  47. //cl_crosshairthickness "0.250000"
  48. //cl_crosshairusealpha "1"
  49.  
  50. //CELOWNIK NEW
  51. //cl_crosshairstyle 4
  52. //cl_crosshairsize 3
  53. //cl_crosshairthickness 0.25
  54. //cl_crosshairgap -0.5
  55. //cl_crosshair_drawoutline 1
  56. //cl_crosshair_outlinethickness 1
  57. //cl_crosshairdot 0
  58. //cl_crosshair_t 0
  59. //cl_crosshaircolor 5
  60. //cl_crosshaircolor_r 0
  61. //cl_crosshaircolor_g 255
  62. //cl_crosshaircolor_b 0
  63. //cl_crosshairalpha 210
  64.  
  65. //DZWIEK
  66. snd_mixahead 0.05
  67. snd_front_headphone_position "53.2"
  68. snd_rear_headphone_position "90.0"
  69. snd_headphone_pan_exponent "1.2"
  70. snd_headphone_pan_radial_weight "0.5"
  71.  
  72. // Toggle FPS for loading maps faster
  73. alias fpschange "fpschange_high"
  74. alias fpschange_high "fps_max 999; playvol buttons\blip1 0.5; alias fpschange "fpschange_low"
  75. alias fpschange_low "fps_max 60; playvol buttons\blip2 0.5; alias fpschange "fpschange_high"
  76. fpschange_low //This turns your FPS low when the game starts to load maps faster
  77. bind "F6" "fpschange" //Bind F6 to whatever you prefer
  78.  
  79.  
  80. //SHIFT DAJE +0.1 DO VOLUME
  81. alias +shh "incrementvar volume 0 1 0.1;+speed"
  82. alias -shh "incrementvar volume 0 1 -0.1;-speed"
  83. bind "shift" "+shh"
  84.  
  85. //CELOWNIK AWP
  86. cl_viewmodel_shift_left_amt "0.500000"
  87. cl_viewmodel_shift_right_amt "0.250000"
  88. viewmodel_fov "68"
  89. viewmodel_offset_x "2.500000"
  90. viewmodel_offset_y "0"
  91. viewmodel_offset_z "-1.500000"
  92. viewmodel_presetpos "0"
  93. viewmodel_recoil "1.0"
  94. cl_bob_lower_amt "5.000000"
  95. cl_bobamt_lat "0.100000"
  96. cl_bobamt_vert "0.100000"
  97. cl_bobcycle "0.98"
  98.  
  99.  
  100. //HUD
  101. cl_hud_background_alpha "0.750000"
  102. cl_hud_bomb_under_radar "1"
  103. cl_hud_color "1"
  104. cl_hud_healthammo_style "0"
  105. cl_hud_playercount_pos "0"
  106. cl_hud_playercount_showcount "1"
  107. cl_hud_radar_scale "0.8"
  108. hud_scaling "0.845186"
  109. hud_showtargetid "1"
  110. hud_takesshots "0"
  111. ui_playsettings_maps_workshop "@workshop/817055969/hud_customize"
  112. Host_WriteConfiguration: Wrote cfg/hud_shareconfig.cfg
  113. cl_radar_always_centered "1"
  114. cl_radar_icon_scale_min "0.6"
  115. cl_radar_rotate "1"
  116. cl_radar_scale "0.7"
  117. cl_radar_square_with_scoreboard "1"
  118. cl_radar_always_centered "1"
  119. cl_radar_icon_scale_min "0.6"
  120. cl_radar_rotate "1"
  121. cl_radar_scale "0.7"
  122. cl_radar_square_with_scoreboard "1"
  123. net_graph "1"
  124. net_graphpos "1"
  125. net_graphproportionalfont "1"
  126.  
  127.  
  128. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement