Advertisement
Guest User

mORAS CFG

a guest
Oct 23rd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 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. // USTAWIENIA MODELU
  11. cl_viewmodel_shift_left_amt "0.5"
  12. cl_viewmodel_shift_right_amt "0.25"
  13. viewmodel_fov "68"
  14. viewmodel_offset_x "2.500000"
  15. viewmodel_offset_y "0"
  16. viewmodel_offset_z "-1.500000"
  17. viewmodel_presetpos "0"
  18. viewmodel_recoil "0"
  19. cl_bob_lower_amt "10"
  20. cl_bobamt_lat "0.1"
  21. cl_bobamt_vert "0.1"
  22. cl_bobcycle "0.98"
  23.  
  24. // USTAWIENIA MYSZKI
  25. sensitivity "1.6"
  26. zoom_sensitivity_ratio_mouse "1.0"
  27. m_customaccel 0
  28. m_rawinput 1
  29.  
  30. // CELOWNIK
  31. cl_crosshair_drawoutline "0"
  32. cl_crosshair_dynamic_maxdist_splitratio "0.0"
  33. cl_crosshair_dynamic_splitalpha_innermod "1"
  34. cl_crosshair_dynamic_splitalpha_outermod "0.300000"
  35. cl_crosshair_dynamic_splitdist "5"
  36. cl_crosshair_friendly_warning "1"
  37. cl_crosshair_outlinethickness "0.5"
  38. cl_crosshair_sniper_show_normal_inaccuracy "0"
  39. cl_crosshair_sniper_width "1"
  40. cl_crosshair_t "0"
  41. cl_crosshairalpha "200"
  42. cl_crosshaircolor "5"
  43. cl_crosshaircolor_b "255"
  44. cl_crosshaircolor_g "255"
  45. cl_crosshaircolor_r "0"
  46. cl_crosshairdot "0"
  47. cl_crosshairgap "-2.000000"
  48. cl_crosshairgap_useweaponvalue "0"
  49. cl_crosshairscale "600"
  50. cl_crosshairsize "3.000000"
  51. cl_crosshairstyle "4"
  52. cl_crosshairthickness "1.000000"
  53. cl_crosshairusealpha "1"
  54. cl_fixedcrosshairgap "-11.000000"
  55.  
  56. // CZYSZCZENIE MAPY
  57. bind "Q" "lastinv; r_cleardecals"
  58. bind "R" "+reload; r_cleardecals"
  59. bind "shift" "+speed;r_cleardecals"
  60. bind "ctrl" "+duck;r_cleardecals"
  61.  
  62. // HUD
  63. l_hud_background_alpha "0.5"
  64. cl_hud_bomb_under_radar "1"
  65. cl_hud_color "4"
  66. cl_hud_healthammo_style "1"
  67. cl_hud_playercount_pos "1"
  68. cl_hud_playercount_showcount "0"
  69. cl_hud_radar_scale "0.900000"
  70. hud_scaling "0.740000"
  71. hud_showtargetid "1"
  72.  
  73. // RADAR
  74. cl_radar_always_centered "1"
  75. cl_radar_icon_scale_min "0.4"
  76. cl_radar_rotate "1"
  77. cl_radar_scale "0.850000"
  78. cl_radar_square_with_scoreboard "1"
  79.  
  80. // FPS
  81. muzzleflash_light "0"
  82. r_dynamic "0"
  83. r_drawtracers_firstperson "1"
  84.  
  85. // JUMPTHROW
  86. alias "+jumpthrow" "+jump;-attack"
  87. alias "-jumpthrow" "-jump"
  88. bind "mouse3" "+jumpthrow"
  89.  
  90. // BINDY
  91. bind "leftarrow" "buy flashbang;"
  92. bind "rightarrow" "buy smokegrenade;"
  93. bind "mouse5" "use weapon_flashbang"
  94. bind "c" "cl_righthand 0"
  95. bind "v" "cl_righthand 1"
  96.  
  97. // NOZ
  98. bind "0" "slot10; cl_righthand 0"
  99. bind "1" "slot1; cl_righthand 0"
  100. bind "2" "slot2; cl_righthand 0"
  101. bind "3" "slot3; cl_righthand 1"
  102. bind "4" "slot4; cl_righthand 0"
  103. bind "5" "slot5; cl_righthand 0"
  104. bind "6" "slot6; cl_righthand 0"
  105. bind "7" "slot7; cl_righthand 0"
  106. bind "8" "slot8; cl_righthand 0"
  107. bind "9" "slot9; cl_righthand 0"
  108.  
  109. // CELOWNIK GRANATY
  110. alias "-crosshairsmoke" "cl_crosshairsize 3;cl_crosshairdot 0;cl_crosshairgap -2"
  111. alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 0;cl_crosshairgap -5"
  112. bind "CapsLock" "+crosshairsmoke"
  113.  
  114. // INNE
  115. cl_updaterate 128
  116. cl_cmdrate 128
  117. cl_autowepswitch 0
  118. cl_disablehtmlmotd 0
  119. +cl_show_team_equipment
  120. net_graph "1"
  121. net_graphproportionalfont "0"
  122. net_graphpos "3"
  123. bind "MWHEELUP" "invprev"
  124. bind "MWHEELDOWN" "invnext"
  125.  
  126.  
  127. // MM
  128.  
  129. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement