Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. clear
  2.  
  3. echo "----------------------"
  4. echo "Config by Crazy_Tim412"
  5. echo "----------------------"
  6. echo ""
  7. // Buy script: all on the KeyPad
  8.  
  9. bind kp_home "buy fiveseven; buy tec9"
  10. bind kp_pgup "buy m4a1; buy ak47"
  11. bind kp_uparrow "buy p250"
  12. bind kp_slash "buy negev"
  13. bind kp_end "buy deagle"
  14. bind kp_minus "buy vesthelm"
  15. bind kp_multiply "buy vest"
  16. bind kp_plus "buy defuser"
  17. bind kp_rightarrow "buy galilar; buy famas"
  18. bind kp_leftarrow "buy awp"
  19. bind kp_ins "buy flashbang"
  20. bind kp_5 "buy p90"
  21. bind kp_del "buy hegrenade"
  22. bind kp_enter "buy smokegrenade"
  23. bind kp_downarrow "buy molotov; buy incgrenade"
  24. bind kp_pgdn "buy aug; buy sg553"
  25.  
  26. echo ""
  27. echo "Buy binds done!"
  28. echo ""
  29.  
  30. //Arrow binds
  31.  
  32. bind uparrow "toggle net_graph 0 1" //Toggle net_graph
  33. bind downarrow "toggle voice_scale 1 .5 .25 0" //Toggle ingame voice
  34. bind rightarrow "toggle cl_righthand 0 1"
  35. bind leftarrow "toggle cl_showfps 0 1"
  36.  
  37. echo ""
  38. echo "Arrow binds done!"
  39. echo ""
  40.  
  41. // other binds
  42.  
  43. bind "F9" "volume 1.0"
  44. bind "F10" "volume 0.5"
  45. bind "F11" "volume 0.1"
  46. bind "HOME" "quit"
  47. bind f12 "jpeg"
  48.  
  49. echo ""
  50. echo "Other binds done!"
  51. echo ""
  52.  
  53. // Friendly binds
  54.  
  55. bind p "say gl & hf"
  56. bind o "say gh"
  57. bind l "say gg & wp"
  58. bind k "say_team drop / eco"
  59.  
  60. echo ""
  61. echo "Friendly binds done!"
  62. echo ""
  63.  
  64. //Show net_graph when Tab is pressed (tab = scoreboard)
  65.  
  66. bind "TAB" "+ng"; //
  67. alias "+ng" "+showscores; net_graph 1"
  68. alias "-ng" "-showscores; net_graph 0"
  69.  
  70. echo ""
  71. echo "Scoreboard netgraph done!"
  72. echo ""
  73.  
  74. //No sounds or movies in the motd
  75.  
  76. cl_disablehtmlmotd "1"
  77. cl_downloadfilter "nosounds"
  78.  
  79. echo ""
  80. echo "No commercials done!"
  81. echo ""
  82.  
  83. //Sound - less delayed, better sound
  84. cl_soundfile "0"
  85. dsp_enhance_stereo "0"
  86. snd_duckerattacktime "0.5"
  87. snd_duckerreleasetime "2.5"
  88. snd_duckerthreshold "0.15"
  89. snd_ducktovolume "0.55"
  90. snd_mixahead "0.05"
  91. snd_headphone_pan_exponent "2"
  92. snd_headphone_pan_radial_weight "2"
  93. snd_musicvolume "0"
  94. snd_pitchquality "1"
  95. snd_legacy_surround "0"
  96. soundscape_flush "9999"
  97. suitvolume "0"
  98.  
  99. echo ""
  100. echo "sound done!"
  101. echo ""
  102.  
  103. // Server rates: about 102 ticks
  104. // fps_max is flexibel: the human eye cant see more then 24 fps
  105.  
  106. cl_interp "0"
  107. cl_interp_ratio "1"
  108. cl_cmdrate "128"
  109. cl_updaterate "128"
  110. rate "128000"
  111. fps_max "150"
  112.  
  113. echo ""
  114. echo "Rates done!"
  115. echo ""
  116.  
  117. // Remove some of the bobbing
  118. // and mirror source movement
  119.  
  120. viewmodel_offset_x "2"
  121. viewmodel_offset_y "2"
  122. viewmodel_offset_z "-2"
  123. viewmodel_fov "65"
  124.  
  125. cl_viewmodel_shift_left_amt "0"
  126. cl_viewmodel_shift_right_amt "0"
  127.  
  128. cl_bob_lower_amt "5"
  129. cl_bobamt_lat "0.1"
  130. cl_bobamt_vert "0.1"
  131. cl_bobcycle "2"
  132.  
  133. echo ""
  134. echo "Viewmodel done!"
  135. echo ""
  136.  
  137. // Crosshair
  138.  
  139. cl_crosshairalpha "255"
  140. cl_crosshaircolor "1"
  141. cl_crosshaircolor_b "0"
  142. cl_crosshaircolor_r "0"
  143. cl_crosshaircolor_g "0"
  144. cl_crosshairdot "0"
  145. cl_crosshairgap "-1"
  146. cl_crosshairsize "4"
  147. cl_crosshairstyle "4"
  148. cl_crosshairusealpha "1"
  149. cl_crosshairthickness "1"
  150. cl_fixedcrosshairgap "-1"
  151.  
  152. echo ""
  153. echo "Crosshair done!"
  154. echo ""
  155.  
  156. // Radar
  157.  
  158. cl_radar_always_centered" "0"
  159. cl_radar_icon_scale_min 0.6
  160. cl_radar_scale 0.3
  161. cl_radar_rotate" "0"
  162. cl_teammate_colors_show "0"
  163.  
  164. echo ""
  165. echo "Radar settings done!"
  166. echo ""
  167.  
  168. // Some other stuff
  169.  
  170. cl_autowepswitch "0" // We dont want to suddenly switch weapon when walking/shooting
  171. cl_autohelp "0" // Because we know the game
  172. cl_showhelp "0"
  173. cl_righthand "1" // Some prefer left hand, I prefer right
  174. cl_forcepreload "1"
  175. cl_show_clan_in_death_notice "0"
  176. m_rawinput "1"
  177.  
  178. echo ""
  179. echo "Other stuff done!"
  180. echo ""
  181.  
  182. host_writeconfig // force all of these commands, else they can be overwritten
  183. echo "------------------------------"
  184. echo "Config loaded: have fun and good luck :D"
  185. echo "------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement