Advertisement
Guest User

Kya's Config

a guest
Feb 25th, 2018
698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. // Kyara CFG // LastUpdated#25/02/2018
  2. // launch options settings : -tickrate 128 -novid -high -refresh 144 -threads 4 -w 1024 -h 768 +exec autoexec.cfg
  3.  
  4.  
  5. // NETCODE
  6. rate "437500"
  7. fps_max "400"
  8. cl_cmdrate "128"
  9. cl_updaterate "128"
  10. cl_interp "0"
  11. cl_interp_ratio "1"
  12. cl_predictweapons "1"
  13. clientport "1337"
  14. net_graph "1"
  15. cl_showfps "0"
  16. cl_timeout "1337"
  17. cl_bob_lower_amt "0"
  18. cl_bobamt_lat "0"
  19. cl_bobamt_vert "0"
  20.  
  21. //HUD
  22. net_graphproportionalfont "0"
  23. net_graphheight "0"
  24. hud_scaling "0.8"
  25. hud_showtargetid "1"
  26. cl_autowepswitch "0"
  27. cl_showloadout "1"
  28. cl_autowepswitch "0"
  29. gameinstructor_enable "0"
  30. cl_disablefreezecam "1"
  31. cl_disablehtmlmotd "0"
  32. cl_use_opens_buy_menu "0"
  33. cl_hud_color "8"
  34. +cl_show_team_equipment
  35.  
  36. //MODEL
  37. viewmodel_fov "63"
  38. viewmodel_offset_x "1.25"
  39. viewmodel_offset_y ".75"
  40. viewmodel_offset_z "-1.25"
  41. viewmodel_presetpos "0"
  42.  
  43.  
  44. //RADAR
  45. cl_hud_radar_scale "1.2"
  46. cl_radar_always_centered "0"
  47. cl_radar_icon_scale_min "0.4"
  48. cl_radar_rotate "1"
  49. cl_radar_scale "0.5"
  50. cl_hud_bomb_under_radar "1"
  51.  
  52. //CROSSHAIR
  53. cl_crosshair_drawoutline "0"
  54. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  55. cl_crosshair_dynamic_splitalpha_innermod "1"
  56. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  57. cl_crosshair_dynamic_splitdist "7"
  58. cl_crosshair_outlinethickness "3.000000"
  59. cl_crosshair_sniper_show_normal_inaccuracy "0"
  60. cl_crosshair_sniper_width "2"
  61. cl_crosshairalpha "255"
  62. cl_crosshaircolor "7"
  63. cl_crosshaircolor_b "0"
  64. cl_crosshaircolor_g "0"
  65. cl_crosshaircolor_r "250"
  66. cl_crosshairdot "0"
  67. cl_crosshairgap "-3"
  68. cl_crosshairgap_useweaponvalue "0"
  69. cl_crosshairscale "0"
  70. cl_crosshairsize "2.5"
  71. cl_crosshairstyle "4"
  72. cl_crosshairthickness "0"
  73. cl_crosshairusealpha "1"
  74. cl_fixedcrosshairgap "-4.5"
  75.  
  76. //SENS
  77. sensitivity "1.1"
  78.  
  79. //BIND
  80. //achat
  81. bind "kp_pgdn" "buy deagle;"
  82. bind "kp_downarrow" "buy p250;"
  83. bind "kp_end" "buy tec9; buy fiveseven;"
  84. bind "kp_rightarrow" "buy awp;"
  85. bind "kp_5" "buy mac10; buy mp9;"
  86. bind "kp_leftarrow" "buy ak47; buy m4a1;"
  87. bind "kp_home" "buy flashbang;"
  88. bind "kp_uparrow" "buy molotov; buy incgrenade;"
  89. bind "kp_pgup" "buy smokegrenade;"
  90. bind "kp_slash" "buy hegrenade;"
  91. bind "kp_multiply" "buy decoy;"
  92. bind "kp_plus" "buy defuser;"
  93. bind "kp_del" "buy vest;"
  94. bind "kp_ins" "buy vesthelm;"
  95.  
  96. //MOVEMENT
  97. bind "Tab" "+score"
  98. bind "z" "+forward"
  99. bind "s" "+back"
  100. bind "q" "+moveleft"
  101. bind "d" "+moveright"
  102. bind "r" "+reload"
  103. bind "MWHEELUP" "+jump"
  104. bind "MWHEELDOWN" "+jump"
  105. bind "SPACE" "+jump"
  106.  
  107. //COMBAT
  108. bind "x" "slot1"
  109. bind "c" "slot2"
  110. bind "a" "slot3"
  111. bind "v" "lastinv"
  112.  
  113. bind "&" "use weapon_flashbang"
  114. bind "é" "use weapon_incgrenade;use weapon_molotov"
  115. bind """ "use weapon_smokegrenade"
  116.  
  117.  
  118. //uses
  119. alias "+use_and_see_bomb_by_pink" "+use; gameinstructor_enable 1"
  120. alias "-use_and_see_bomb_by_pink" "-use; gameinstructor_enable 0"
  121. bind "e" "+use_and_see_bomb_by_pink"
  122.  
  123. bind "shift" "+speed;r_cleardecals"
  124. bind "CTRL" "+duck;r_cleardecals"
  125.  
  126. alias "+jumpthrow" "+jump;-attack"
  127. alias "-jumpthrow" "-jump;"
  128. bind "mouse3" "+jumpthrow"
  129.  
  130.  
  131.  
  132. //Controle
  133. bind "pgup" "volume .2"
  134. bind "pgdn" "volume 0"
  135. bind "ins" "voice_enable 1;echo VOICE_ENABLED;Say_team voice_enable 1"
  136. bind "del" "voice_enable 0;echo VOICE_MUTED;Say_team voice_enable 0"
  137. bind "end" "disconnect"
  138. bind "=" "toggleconsole"
  139. bind "leftarrow" "cl_righthand 0"
  140. bind "rightarrow" "cl_righthand 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement