Advertisement
Guest User

robert

a guest
Sep 26th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. //binds
  2. bind "0" "slot10"
  3. bind "1" "slot1"
  4. bind "2" "slot2"
  5. bind "3" "slot3"
  6. bind "4" "slot4"
  7. bind "5" "slot5"
  8. bind "6" "slot6"
  9. bind "7" "slot7"
  10. bind "8" "slot8"
  11. bind "9" "slot9"
  12. bind "a" "+moveleft"
  13. bind "b" "buymenu"
  14. bind "c" "radio3"
  15. bind "d" "+moveright"
  16. bind "e" "+use"
  17. bind "f" "+lookatweapon"
  18. bind "g" "drop"
  19. bind "i" "show_loadout_toggle"
  20. bind "m" "teammenu"
  21. bind "q" "lastinv"
  22. bind "r" "+reload"
  23. bind "s" "+back"
  24. bind "t" "+spray_menu"
  25. bind "u" "messagemode2"
  26. bind "w" "+forward"
  27. bind "y" "messagemode"
  28. bind "z" "radio1"
  29. bind "," "buyammo1"
  30. bind "." "buyammo2"
  31. bind "\" "toggleconsole"
  32. bind "SPACE" "+jump"
  33. bind "TAB" "+showscores"
  34. bind "ESCAPE" "cancelselect"
  35. bind "DEL" "mute"
  36. bind "PAUSE" "pause"
  37. bind "SHIFT" "+speed"
  38. bind "ALT" "noclip"
  39. bind "F4" "rebuy"
  40. bind "F5" "jpeg"
  41. bind "F6" "save quick"
  42. bind "F7" "load quick"
  43. bind "F10" "disconnect"
  44. bind "MOUSE1" "+attack"
  45. bind "MOUSE2" "+attack2"
  46. bind "MOUSE3" "+voicerecord"
  47. bind "SPACE" "+duck"
  48. bind "MWHEELUP" "invprev"
  49. bind "MWHEELDOWN" "invnext"
  50.  
  51.  
  52.  
  53. //Crosshair
  54. cl_crosshair_drawoutline "0"
  55. cl_crosshair_dynamic_maxdist_splitratio "1"
  56. cl_crosshair_dynamic_splitalpha_innermod "1"
  57. cl_crosshair_dynamic_splitalpha_outermod "1"
  58. cl_crosshair_dynamic_splitdist "2.500000"
  59. cl_crosshair_outlinethickness "1"
  60. cl_crosshair_sniper_show_normal_inaccuracy "0"
  61. cl_crosshair_sniper_width "1"
  62. cl_crosshairalpha "255"
  63. cl_crosshaircolor "1"
  64. cl_crosshaircolor_b "0"
  65. cl_crosshaircolor_g "0"
  66. cl_crosshaircolor_r "255"
  67. cl_crosshairdot "0"
  68. cl_crosshairgap "-3"
  69. cl_crosshairgap_useweaponvalue "0"
  70. cl_crosshairscale "0"
  71. cl_crosshairsize "3"
  72. cl_crosshairstyle "4"
  73. cl_crosshairthickness "0"
  74. cl_crosshairusealpha "1"
  75. cl_fixedcrosshairgap "3"
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. //Viewmodel
  83. cl_viewmodel_shift_left_amt "1.5"
  84. cl_viewmodel_shift_right_amt "0.75"
  85. viewmodel_fov "68.000000"
  86. viewmodel_offset_x "2.500000"
  87. viewmodel_offset_y "-2.000000"
  88. viewmodel_offset_z "-2.000000"
  89. viewmodel_presetpos "0"
  90. cl_bob_lower_amt "5.000000"
  91. cl_bobamt_lat "0.33"
  92. cl_bobamt_vert "0.14"
  93. cl_bobcycle "0.98"
  94. cl_righthand "1"
  95.  
  96. //Jumpthrow
  97. //alias "+jumpthrow" "+jump;-attack"
  98. //alias "-jumpthrow" "-jump"
  99. //bind "L" "+jumpthrow"
  100.  
  101. //FPS
  102. fps_max "350"
  103. fps_max_menu "144"
  104.  
  105. //128Tick
  106. rate "80000"
  107. cl_updaterate "128"
  108. cl_cmdrate "128"
  109. cl_interp_ratio "1"
  110. cl_interp "0"
  111.  
  112. //HUD
  113. cl_hud_background_alpha "0.5"
  114. cl_hud_bomb_under_radar "1"
  115. cl_hud_color "1"
  116. cl_hud_healthammo_style "0"
  117. cl_hud_playercount_pos "0"
  118. cl_hud_playercount_showcount "0"
  119. cl_hud_radar_scale "1"
  120.  
  121. //Mouse
  122. sensitivity "2.5"
  123. m_rawinput "1"
  124.  
  125. //Sound
  126. volume "0.1"
  127. voice_enable "1"
  128. windows_speaker_config "1"
  129.  
  130. //Internet
  131. rate 786432
  132.  
  133. //net_graph
  134. net_graph "0"
  135. net_graphheight "64"
  136. net_graphholdsvframerate "0"
  137. net_graphmsecs "400"
  138. net_graphpos "1"
  139. net_graphproportionalfont "0"
  140. net_graphshowinterp "1"
  141. net_graphshowlatency "1"
  142. net_graphshowsvframerate "1"
  143. net_graphsolid "1"
  144. net_graphtext "1"
  145.  
  146. //Echo
  147. echo “”
  148. echo “”
  149. echo “”
  150. echo “########## EZ GAME EZ LIFE ##########”
  151. echo “”
  152. echo “”
  153. echo “”
  154.  
  155. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement