Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. bind "f4" "exec autoexec.cfg"
  2. // _________________
  3. // | Miscellaneous |
  4. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  5. snd_musicvolume "0"
  6. snd_mixahead "0.05"
  7. gameinstructor_enable "0"
  8. con_enable "1"
  9. closeonbuy "1"
  10. cl_autowepswitch "0"
  11. cl_showhelp "0"
  12. cl_autohelp "1"
  13. cl_timeout "90"
  14. cl_disablefreezecam "1"
  15. cl_disablehtmlmotd "0"
  16. cl_teamid_overhead_name_fadetime "3"
  17. cl_downloadfilter "all"
  18. cl_forcepreload "1"
  19. hud_showtargetid "1"
  20. hud_scaling "1"
  21. echo "Miscellaneous loaded"
  22. // _____________
  23. // | Mouse |
  24. // ¯¯¯¯¯¯¯¯¯¯¯¯¯
  25. m_customaccel "0"
  26. m_customaccel_exponent "0"
  27. m_customaccel_max "0"
  28. m_customaccel_scale "0"
  29. m_forward "1"
  30. m_mouseaccel1 "0"
  31. m_mouseaccel2 "0"
  32. m_mousespeed "0"
  33. m_pitch "0.022"
  34. m_rawinput "1"
  35. m_side "0.8"
  36. m_yaw "0.022"
  37. zoom_sensitivity_ratio_mouse 1
  38. echo "Mouse loaded"
  39.  
  40.  
  41.  
  42. // _______________
  43. // | Viewmodel |
  44. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  45.  
  46.  
  47. viewmodel_fov "68"
  48. viewmodel_presetpos "3"
  49. cl_viewmodel_shift_left_amt "0.5"
  50. cl_viewmodel_shift_right_amt "0.25"
  51. cl_bobcycle "2"
  52. cl_bob_lower_amt "0"
  53. cl_bobamt_lat "0"
  54. cl_bobamt_vert "0"
  55. cl_righthand 0
  56.  
  57. bind mouse3 left
  58. alias "left" "cl_righthand 0; bind mouse3 right"
  59. alias "right" "cl_righthand 1; bind mouse3 left"
  60.  
  61. echo "Viewmodel loaded"
  62.  
  63. // _______________
  64. // | Netgraph |
  65. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  66. net_graph "0"
  67. net_graphpos "2"
  68. net_graphheight "110"
  69. net_graphproportionalfont "1"
  70. echo "Netgraph loaded"
  71.  
  72. // _______________
  73. // | Netsettings |
  74. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  75. cl_updaterate "128"
  76. cl_cmdrate "128"
  77. cl_interp_ratio "1"
  78. cl_interp "0"
  79. rate "128000"
  80. cl_smooth "0"
  81. cl_predict "1"
  82. cl_predictweapons "1"
  83. cl_lagcompensation "1"
  84.  
  85. echo "Netsettings loaded"
  86.  
  87. ////Radar
  88. cl_radar_always_centered "1"
  89. cl_radar_icon_scale_min "0.6"
  90. cl_radar_scale "0.6"
  91. cl_radar_rotate "1"
  92. bind "C" "+radar"
  93. alias "+radar" "+use; cl_radar_always_centered 0; cl_radar_scale 0.35"
  94. alias "-radar" "-use; cl_radar_always_centered 1; cl_radar_scale 0.60"
  95.  
  96. echo "radar zoom alias"
  97.  
  98. alias "surf" "clear; bind mouse1 "+left"; bind mouse2 "+right"; echo "surf bindings loaded""
  99. alias "nosurf" "bind MOUSE1 +attack; spec_next; bind MOUSE2 +attack2; spec_prev"
  100.  
  101. // _______________
  102. // | FPS |
  103. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  104. fps_max "290"
  105. r_drawtracers_firstperson "1"
  106. r_dynamic "0"
  107. r_eyegloss "0"
  108. r_eyemove "0"
  109. r_eyegloss "0"
  110. r_eyemove "0"
  111. r_eyeshift_x "0"
  112. r_eyeshift_y "0"
  113. r_eyeshift_z "0"
  114. r_eyesize "0"
  115. echo "FPS loaded"
  116. mp_decals "50"
  117.  
  118.  
  119. cl_crosshair_outlinethickness "1"
  120. cl_crosshairalpha "255"
  121. cl_crosshaircolor "5"
  122.  
  123. cl_crosshairdot "0"
  124. cl_crosshairgap "-1"
  125. cl_crosshairscale "0"
  126. cl_crosshairsize "1.5"
  127. cl_crosshairstyle "4"
  128. cl_crosshairthickness ""
  129. cl_crosshairusealpha "1"
  130.  
  131. alias "green" "cl_crosshaircolor_b "50"; cl_crosshaircolor_g "255"; cl_crosshaircolor_r "50""
  132. alias "white" "cl_crosshaircolor_b "255"; cl_crosshaircolor_g "255"; cl_crosshaircolor_r "255""
  133.  
  134.  
  135. bind "TAB" "+ng";
  136. alias "+ng" "+showscores; net_graph 1";
  137. alias "-ng" "-showscores; net_graph 0";
  138.  
  139. cl_allowupload "0"
  140. cl_autohelp "0"
  141. cl_autowepswitch "0"
  142.  
  143.  
  144. hud_scaling "1.0"
  145. bind "MOUSE1" "+attack"
  146. bind "MOUSE2" "+attack2"
  147.  
  148. bind "1" "use weapon_hegrenade"
  149. bind "2" "use weapon_incgrenade;use weapon_molotov"
  150. bind "3" "use weapon_smokegrenade"
  151. bind "4" "use weapon_knife;slot7"
  152.  
  153. bind "q" "slot1"
  154. bind "e" "slot2"
  155. bind "mouse5" "use weapon_flashbang"
  156. bind "mouse4" "slot3"
  157. bind "Mwheeldown" "+JUMP"
  158.  
  159. bind "F1" "buy ak47; buy m4a1"
  160. bind "F2" "buy vesthelm; buy defuser"
  161. bind "F3" "buy flashbang; buy smokegrenade; buy hegrenade"
  162. bind "F4" "buy awp"
  163.  
  164.  
  165. con_filter_enable "1"
  166. con_filter_text "Damage Given"
  167. con_filter_text_out "Player:"
  168. developer "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement