Advertisement
AirWave_Np

Config

Feb 18th, 2020
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.54 KB | None | 0 0
  1. Echo Airwave Config processing
  2. Echo --------------------------------------
  3.  
  4. //------------------Crosshair BINDS----------------------//
  5. alias -smokethrow "cl_crosshair_drawoutline 1;cl_crosshair_outlinethickness 1;cl_crosshairalpha 255;cl_crosshaircolor 4;cl_crosshaircolor_b 50;cl_crosshaircolor_g 250;cl_crosshaircolor_r 50;cl_crosshairdot 0;cl_crosshairgap 1;cl_crosshairgap_useweaponvalue 0;cl_crosshairscale 0;cl_crosshairsize 4;cl_crosshairstyle 4;cl_crosshairthickness .6;cl_crosshairusealpha 1"
  6.  
  7. alias +smokethrow "cl_crosshairalpha 250;cl_crosshaircolor 1;cl_crosshaircolor_b 0;cl_crosshaircolor_r 250;cl_crosshaircolor_g 250;cl_crosshairdot 1;cl_crosshairgap 3;cl_crosshairsize 2000;cl_crosshairstyle 4;cl_crosshairusealpha 1;cl_crosshairthickness 0;cl_fixedcrosshairgap -8;cl_crosshair_outlinethickness 0;cl_crosshair_drawoutline 0"
  8. bind mouse5 "+smokethrow "
  9. //------------------Crosshair BINDS----------------------//
  10.  
  11. //------------------JumpThrow BIND----------------------//
  12. alias +jumpthrow "+jump;-attack; -attack2"
  13. alias -jumpthrow "-jump"
  14. bind mouse4 "+jumpthrow"
  15. //------------------JumpThrow BIND----------------------//
  16.  
  17. //-----------------Medium Attack BIND-------------------//
  18. alias +mediumthrow "+attack;+attack2"
  19. alias -mediumthrow "-attack;-attack2"
  20. bind ctrl "+mediumthrow"
  21. //-----------------Medium Attack BIND-------------------//
  22.  
  23. //-----------------Voice Toggle Bind-------------------//
  24. bind "mouse3" "toggleVoice"
  25. alias toggleVoice "disableVoice"
  26. alias disableVoice "alias toggleVoice enableVoice; voice_scale 0.01; play ambient\animal\hawk_01"
  27. alias enableVoice "alias toggleVoice disableVoice; voice_scale 0.1; play ambient\animal\dog3"
  28. //-----------------Voice Toggle Bind-------------------//
  29.  
  30. //-----------------NO CLIP Bind-------------------//
  31. bind "N" "Noclip1"
  32. alias Noclip1 "NoclipOn"
  33. alias NoclipOn "alias Noclip1 NoclipOff; Noclip;play ambient\ambience\rainscapes\thunder_close01.wav"
  34. alias NoclipOff "alias Noclip1 NoclipOn; Noclip;play ambient\water_splash1.wav"
  35. //-----------------NO CLIP Bind-------------------//
  36.  
  37. //-----------------Server Rates-------------------//
  38. rate "786432"
  39. cl_interp_ratio "1"
  40. cl_interp "0.03125"
  41. sv_minrate 80000
  42. sv_minupdaterate 128
  43. sv_mincmdrate 128
  44. cl_updaterate 128
  45. cl_cmdrate 128
  46. //-----------------Server Rates-------------------//
  47.  
  48.  
  49. //--------------Game Instruction and Bomb Finder---------------//
  50. cl_use_opens_buy_menu "0"
  51. alias "+customuse" "+use;+cl_show_team_equipment;gameinstructor_enable 1"
  52. alias "-customuse" "-use;-cl_show_team_equipment;gameinstructor_enable 0"
  53. bind "e" "+customuse"
  54. //--------------Game Instruction and Bomb Finder---------------//
  55.  
  56. //-----------------nade & Clear Decals-------------------//
  57. bind "L" "lastinv"
  58. bind "1" "slot1; r_cleardecals"
  59. bind "2" "slot2; r_cleardecals"
  60. bind "3" "slot3; r_cleardecals"
  61. bind "T" "Slot8; r_cleardecals"
  62. bind "4" "use weapon_knife; slot7; r_cleardecals"
  63. bind "capslock" "slot4"
  64. bind C "Slot10"
  65. //-----------------nade & Clear Decals-------------------//
  66.  
  67. //-----------------Score and Graph-------------------//
  68. alias +score_ping "+showscores; Net_graph 1"
  69. alias -Score_ping "-showscores; net_Graph 0"
  70. bind tab "+score_ping"
  71. //-----------------Score and Graph-------------------//
  72.  
  73. //-----------------Quick Switch-------------------//
  74. alias +knife slot3
  75. alias -knife lastinv
  76. bind Q "+knife; r_cleardecals"
  77. //-----------------Quick Switch-------------------//
  78.  
  79. echo -----------------------------------
  80. echo ------AirWave's Buy Bind---------
  81. echo -----------------------------------
  82.  
  83.  
  84. echo del or Num7: buy smokegrenade
  85. echo end or Num8:buy flashbang
  86. echo pgdn or Num9: buy hegrenade
  87. echo "ins or /(Slash): buy molotov;buy incgrenade"
  88. echo "leftarrow or Num1: buy ak47;buy m4a1"
  89. echo downarrow or Num2: buy vesthelm
  90. echo rightarrow or Num5: buy vest
  91. echo uparrow or Num4: buy deagle
  92. echo "home or Num3: buy tec9; buy fiveseven"
  93. echo pgup or Num6: buy p250
  94. echo rshift or Num0: buy defuser
  95. Echo +: buy mag7
  96. Echo "KP_ENTER" buy ssg08
  97. Echo .(Dot): buy mp7
  98.  
  99.  
  100.  
  101.  
  102. echo -----------------------------------
  103. echo ------AirWave's Buy Bind---------
  104. echo -----------------------------------
  105.  
  106.  
  107. //-----------------Buy Bind-------------------//
  108. bind "del" "buy smokegrenade;"
  109. bind "end" "buy flashbang;"
  110. bind "pgdn" "buy hegrenade;"
  111. bind "ins" "buy molotov; buy incgrenade;"
  112. bind "leftarrow" "buy ak47; buy m4a1;"
  113. bind "downarrow" "buy vesthelm;"
  114. bind "rightarrow" "buy vest;"
  115. bind "uparrow" "buy deagle;"
  116. bind "home" "buy tec9; buy fiveseven;"
  117. bind "pgup" "buy p250;"
  118. bind "rshift" "buy defuser;"
  119. //-----------------Buy Bind-------------------//
  120.  
  121. //-----------------Buy Bind 2-------------------//
  122. bind "KP_INS" "buy defuser;"
  123. bind "KP_END" "buy ak47; buy m4a1;"
  124. bind "KP_DOWNARROW" "buy vesthelm;"
  125. bind "KP_PGDN" "buy tec9; buy fiveseven;"
  126. bind "KP_LEFTARROW" "buy deagle;"
  127. bind "KP_5" "buy vest;"
  128. bind "KP_RIGHTARROW" "buy p250;"
  129. bind "KP_HOME" "buy smokegrenade;"
  130. bind "KP_UPARROW" "buy flashbang;"
  131. bind "KP_PGUP" "buy hegrenade;"
  132. bind "KP_SLASH" "buy molotov; buy incgrenade;"
  133. bind "KP_PLUS" "buy mag7;"
  134. bind "KP_ENTER" "buy ssg08;"
  135. bind "KP_DEL" "buy mp7;"
  136. //-----------------Buy Bind 2-------------------//
  137.  
  138. //-----------------Jump Reset Bind-------------------//
  139. //alias jumplock "jumpreset;bind mwheeldown +jump"
  140. //alias jumpreset "bind mwheeldown jumplock"
  141.  
  142. //bind "w" "+forward; jumpreset"
  143. //bind "a" "+moveleft; jumpreset"
  144. //bind "s" "+back; jumpreset"
  145. //bind "d" "+moveright; jumpreset"
  146. //-----------------Jump Reset Bind-------------------//
  147.  
  148. //-----------------Music Volume-------------------//
  149. snd_musicvolume 0.5
  150. snd_deathcamera_volume 0
  151. snd_mapobjective_volume 0 // The bomb music played prior to the ten-second warning
  152. snd_menumusic_volume 0
  153. snd_roundend_volume 0
  154. snd_roundstart_volume 0
  155. snd_tensecondwarning_volume 0.1 // The ten-second warning
  156. snd_mvp_volume 0
  157. //-----------------Music Volume-------------------//
  158.  
  159. //-----------------Bobbing Commands-----------//
  160. // removes the shifting of the arm WHEN crouching down.//
  161. cl_viewmodel_shift_left_amt "0"
  162. cl_viewmodel_shift_right_amt "0"
  163. // removes the bobbing of the weapon back AND forth, WHEN you run.
  164.  
  165. cl_bob_lower_amt "0"
  166. cl_bobamt_lat "0"
  167. cl_bobamt_vert "0"
  168. //-----------------Bobbing Commands-----------//
  169.  
  170. //-----------------Viewmodel bind-------------------//
  171. viewmodel_fov "68"
  172. viewmodel_offset_x "2.5"
  173. viewmodel_offset_y "2"
  174. viewmodel_offset_z "-2.00000"
  175. viewmodel_presetpos "0"
  176. //-----------------Viewmodel Bind-------------------//
  177.  
  178. //-----------------MISC Commands-------//
  179. cl_disablehtmlmotd "0"
  180. cl_forcepreload "1"
  181. bind "SPACE" "+duck"
  182. cl_allowdownload "1"
  183. cl_allowupload "1"
  184. cl_autowepswitch "0"
  185. cl_disablefreezecam "1"
  186. cl_hud_background_alpha "0.5"
  187. cl_hud_bomb_under_radar "1"
  188. cl_hud_color "10"
  189. cl_hud_playercount_pos "0"
  190. cl_hud_playercount_showcount "1"
  191. cl_hud_radar_scale "1"
  192. cl_loadout_colorweaponnames "1"
  193. cl_crosshair_sniper_width 1.5
  194. cl_use_opens_buy_menu 0
  195. fps_max 0
  196. cl_radar_always_centered "0"
  197. cl_radar_icon_scale_min "1.000000"
  198. cl_radar_rotate "1"
  199. cl_radar_scale "0.422500"
  200. cl_radar_square_with_scoreboard "1"
  201. cl_teamid_overhead_always "1"
  202. cl_teammate_colors_show "1"
  203. m_rawinput "1"
  204. sensitivity "1.53"
  205. sv_forcepreload "1"
  206. mat_monitorgamma "1.600000"
  207. mat_monitorgamma_tv_enabled "0"
  208. mm_dedicated_search_maxping "150"
  209. bind "SPACE" "+duck"
  210. bind mwheelup "+jump"
  211. bind mwheeldown "+jump"
  212. bind "v" "+voicerecord"
  213. \\bind x "-attack; -attack2"
  214. BIND x "TOGGLE cl_radar_scale 0.25 0.422500 1"
  215. Bind h +spray_menu
  216.  
  217.  
  218. host_writeconfig
  219.  
  220. ECHO Airwave config loaded
  221. Echo =====================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement