Advertisement
LocoChicken

LocoChicken Autoexec

May 25th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. rate "128000"
  2. cl_updaterate "128"
  3. cl_cmdrate "128"
  4. cl_interp "0"
  5. cl_interp_ratio "1"
  6.  
  7. // Map's
  8. alias "aztec" "map de_aztec"
  9. alias "cache" "map de_cache"
  10. alias "cobblestone" "map de_cbble"
  11. alias "dust" "map de_dust"
  12. alias "dust2" "map de_dust2"
  13. alias "inferno" "map de_inferno"
  14. alias "mill" "map de_mill"
  15. alias "mirage" "map de_mirage"
  16. alias "nuke" "map de_nuke"
  17. alias "overpass" "map de_overpass"
  18. alias "seaside" "map de_seaside"
  19. alias "season" "map de_season"
  20. alias "train" "map de_tain"
  21. alias "vertigo" "map de_vertigo"
  22.  
  23. //Jumpthrow
  24. unbind "l"
  25. alias "+jumpthrow" "+jump;-attack"
  26. alias "-jumpthrow" "-jump"
  27. bind "l" "+jumpthrow; echo Throwing nade!"
  28.  
  29. //Buy bind + special binds
  30. bind "KP_DEL" "buy flashbang; buy flashbang; buy hegrenade; buy smokegrenade;"
  31. bind "KP_END" "buy ak47; buy m4a1;"
  32. bind "KP_DOWNARROW" "buy awp;"
  33. bind "KP_PGDN" "buy galilar; buy famas;"
  34. bind "KP_ENTER" "use weapon_c4;drop"
  35. bind "KP_INS" "buy vest; buy vesthelm; buy defuser;"
  36. bind "kp_leftarrow" "buy p250;"
  37. bind "kp_5" "buy tec9; buy fiveseven;"
  38. bind "kp_rightarrow" "buy deagle;"
  39. // Extra options
  40. bind "kp_home" "buy flashbang;"
  41. bind "kp_uparrow" "buy smokegrenade;"
  42. bind "kp_pgup" "buy hegrenade;"
  43. bind "kp_multiply" "buy vest;"
  44. bind "kp_slash" "buy defuser;"
  45. bind "HOME" "Say_Team Drop / Eco?"
  46.  
  47. //Toggle Voice Chat
  48. alias togglevoicechat0 "voice_enable 0; play items/nvg_on; alias togglevoicechat togglevoicechat1; echo ===Voice Disabled!==="
  49.  
  50. alias togglevoicechat1 "voice_enable 1; play items/nvg_off; alias togglevoicechat togglevoicechat0; echo ===Voice Enabled!==="
  51. alias togglevoicechat "togglevoicechat0"
  52. bind F3 "togglevoicechat"
  53.  
  54.  
  55. //Show netgraph when checking scoreboard
  56. net_graph "1"
  57. net_graphheight "9999"
  58. alias "+scorenet" "+showscores; net_graphheight 0"
  59. alias "-scorenet" "-showscores; net_graphheight 9999"
  60. bind "TAB" "+scorenet; r_cleardecals"
  61.  
  62. //Nade Binds
  63. bind "f" "use weapon_knife; use weapon_flashbang; r_cleardecals"
  64. bind "c" "use weapon_knife; use weapon_smokegrenade; r_cleardecals"
  65. bind "v" "use weapon_knife; use weapon_hegrenade; r_cleardecals"
  66. bind "x" "use weapon_knife; weapon_incgrenade;use weapon_molotov; r_cleardecals"
  67.  
  68. // Crosshair
  69. cl_color "2"
  70. cl_crosshair_drawoutline "0"
  71. cl_crosshair_dynamic_maxdist_splitratio "0"
  72. cl_crosshair_dynamic_splitalpha_innermod "0"
  73. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  74. cl_crosshair_dynamic_splitdist "100"
  75. cl_crosshair_outlinethickness "1"
  76. cl_crosshairalpha "500"
  77. cl_crosshaircolor "1"
  78. cl_crosshaircolor_b "255"
  79. cl_crosshaircolor_g "255"
  80. cl_crosshaircolor_r "255"
  81. cl_crosshairdot "0"
  82. cl_crosshairgap "-3"
  83. cl_crosshairgap_useweaponvalue "0"
  84. cl_crosshairscale "4"
  85. cl_crosshairsize "3"
  86. cl_crosshairstyle "4"
  87. cl_crosshairthickness "1"
  88. cl_crosshairusealpha "1"
  89.  
  90. //Viewmodel Postion
  91. cl_bob_lower_amt "10"
  92. cl_bobamt_vert ".1"
  93. cl_bobamt_lat ".1"
  94. cl_bobcycle .10
  95. cl_viewmodel_shift_right_amt ".25"
  96. cl_viewmodel_shift_left_amt ".5"
  97. viewmodel_fov "68"
  98. viewmodel_presetpos "3"
  99. viewmodel_offset_x "2.5"
  100. viewmodel_offset_y "0"
  101. viewmodel_offset_z "-1.5"
  102.  
  103. //Quit game
  104. bind "f12" "quit"
  105.  
  106. cl_viewmodel_shift_left_amt "0"
  107. cl_viewmodel_shift_right_amt "0"
  108.  
  109. cl_bob_lower_amt "5" //min value
  110. cl_bobamt_lat "0.1" //min value
  111. cl_bobamt_vert "0.1" //min value
  112. cl_bobcycle "2" //max value = less cycles
  113.  
  114. clear
  115. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement