Advertisement
Guest User

qbkowy cfg

a guest
Oct 18th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. // USTAWIENIA DŹWIEKU
  2. snd_roundstart_volume "0"
  3. snd_roundend_volume "0"
  4. snd_deathcamera_volume "0"
  5. volume "0.15"
  6. voice_scale "0.2"
  7. snd_mixahead "0.05"
  8. voice_mixer_volume "0.5"
  9.  
  10.  
  11. // USTAWIENIA MODELU
  12. cl_viewmodel_shift_left_amt "0.500000"
  13. cl_viewmodel_shift_right_amt "0.250000"
  14. viewmodel_fov "68"
  15. viewmodel_offset_x "2.5"
  16. viewmodel_offset_y "-2.0"
  17. viewmodel_offset_z "-2.0"
  18. viewmodel_presetpos "0"
  19. viewmodel_recoil "0"
  20. cl_bob_lower_amt "5.000000"
  21. cl_bobamt_lat "0.100000"
  22. cl_bobamt_vert "0.100000"
  23. cl_bobcycle "0.98"
  24.  
  25. // USTAWIENIA MYSZKI
  26. sensitivity "2.2"
  27. zoom_sensitivity_ratio_mouse "0.9"
  28. m_customaccel 0
  29. m_rawinput 1
  30.  
  31. // CELOWNIK
  32. cl_crosshairalpha 200;
  33. cl_crosshaircolor 2;
  34. cl_crosshairdot 0;
  35. cl_crosshairgap -3;
  36. cl_crosshairsize 2;
  37. cl_crosshairstyle 4;
  38. cl_crosshairusealpha 1;
  39. cl_crosshairthickness 1;
  40. cl_crosshair_drawoutline 0;
  41. cl_crosshaircolor_b 0;
  42. cl_crosshaircolor_r 255;
  43. cl_crosshaircolor_g 0;
  44. cl_crosshair_sniper_width 2
  45.  
  46. // BUNNY HOP
  47. bind "MWHEELUP" "+jump"
  48. bind "MWHEELDOWN" "+jump"
  49.  
  50. // CZYSZCZENIE MAPY
  51. bind "Q" "lastinv; r_cleardecals"
  52. bind "R" "+reload; r_cleardecals"
  53. bind "shift" "+speed;r_cleardecals"
  54. bind "ctrl" "+duck;r_cleardecals"
  55. bind "w" "+forward; r_cleardecals"
  56. bind "s" "+back; r_cleardecals"
  57. bind "a" "+moveleft; r_cleardecals"
  58. bind "d" "+moveright; r_cleardecals"
  59.  
  60. // HUD
  61. cl_hud_color 0
  62. cl_hud_healthammo_style 0
  63. cl_showloadout 0
  64. cl_hud_playercount_pos 0
  65. cl_hud_playercount_showcount 0
  66. cl_freezecampanel_position_dynamic 1
  67. hud_scaling "0.844"
  68. cl_hud_background_alpha "0"
  69. safezonex 1
  70. safezoney 1
  71.  
  72. // RADAR
  73. cl_hud_radar_scale 1.15
  74. cl_radar_always_centered 0
  75. cl_radar_rotate 1
  76. cl_radar_icon_scale_min 1
  77. cl_radar_scale 0.6
  78.  
  79. // FPS
  80. muzzleflash_light "0"
  81. r_dynamic "0"
  82. r_drawtracers_firstperson "1"
  83.  
  84. // Quick Switch
  85. alias "+switch" "lastinv"
  86. alias "-switch" "lastinv"
  87. bind "q" "+switch"
  88.  
  89. // bomba
  90. bind "h" "toggle gameinstructor_enable"
  91.  
  92.  
  93. // INNE
  94. cl_updaterate 128
  95. cl_cmdrate 128
  96. cl_autowepswitch 0
  97. cl_disablehtmlmotd 0
  98. +cl_show_team_equipment
  99. alias "+jumpthrow" "+jump;-attack"
  100. alias "-jumpthrow" "-jump"
  101. bind "SPACE" "+jumpthrow"
  102. bind "downarrow" "buy flashbang;"
  103. bind "leftarrow" "buy smokegrenade;"
  104. bind "rightarrow" "buy molotov; buy incgrenade;"
  105. bind "uparrow" "buy hegrenade;"
  106. bind "pgup" " buy vesthelm; buy vest;"
  107. bind "pgdn" " buy vest;"
  108. bind "Home" "buy m4a1; buy ak47;"
  109. bind "End" "buy aug; buy sg556;"
  110. bind "del" " buy defuser;"
  111. bind "P" "buy p250;"
  112. bind "L" "buy tec9; buy fiveseven;"
  113. bind "O" "buy deagle; buy revolver;"
  114. bind "[" "buy mac10; buy mp9;"
  115. bind "]" "buy ump45;"
  116. bind ";" "buy ssg08;"
  117. bind "'" "buy famas; buy galilar;"
  118. bind "ins" "buy awp;"
  119.  
  120.  
  121. // JG
  122.  
  123. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement