Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.86 KB | None | 0 0
  1. ////////////////////////////////////////autoexec Uredie//////////////////////////////
  2.  
  3. //Startup parameters -novid -high +exec autoexec.cfg -language English
  4.  
  5. //Basic
  6. name "Uredie"
  7. sensitivity "1.95"
  8. volume "0.18"
  9. mat_monitorgamma 1.6
  10. mat_monitorgamma_tv_enabled 0
  11. cl_forcepreload "0"
  12. lobby_voice_chat_enabled 0
  13. voice_enable 1
  14. snd_mixahead 0.05
  15.  
  16. // No Tutorial or Info Messages
  17. gameinstructor_enable 0
  18. cl_showhelp 0
  19. cl_autohelp 0
  20. cl_disablefreezecam 1
  21. cl_disablehtmlmotd 1
  22.  
  23. //Use key (e) will not open buy menu
  24. cl_use_opens_buy_menu 0
  25.  
  26. //Death camera
  27. cl_disablefreezecam 1
  28.  
  29. //Block sound download from servers
  30. cl_downloadfilter "nosounds"
  31.  
  32. //Server adblock
  33. cl_disablehtmlmotd "1"
  34.  
  35. //Disable automatic switch gun
  36. cl_autowepswitch "0"
  37.  
  38. //Binds
  39. bind "0" "slot10"
  40. bind "1" "slot1"
  41. bind "2" "slot2"
  42. bind "3" "slot3"
  43. bind "4" "slot4"
  44. bind "5" "slot5"
  45. bind "6" "slot6"
  46. bind "7" "slot7"
  47. bind "8" "slot8"
  48. bind "9" "slot9"
  49. bind "a" "+moveleft"
  50. bind "b" "buymenu"
  51. bind "c" "slot6"
  52. bind "d" "+moveright"
  53. bind "e" "+use"
  54. bind "f" "slot7"
  55. bind "g" "slot8"
  56. bind "i" "show_loadout_toggle"
  57. bind "m" "teammenu"
  58. bind "q" "lastinv; r_cleardecals"
  59. bind "r" "+reload; r_cleardecals"
  60. bind "s" "+back"
  61. bind "t" "+lookatweapon"
  62. bind "u" "messagemode2"
  63. bind "v" "slot10"
  64. bind "w" "+forward"
  65. bind "" "slot9"
  66. bind "y" "messagemode"
  67. bind "z" "drop"
  68. bind "`" "toggleconsole"
  69. bind "," "buyammo1"
  70. bind "." "buyammo2"
  71. bind "SPACE" "+jump"
  72. bind "TAB" "+showscores"
  73. bind "ESCAPE" "cancelselect"
  74. bind "DEL" "mute"
  75. bind "PAUSE" "pause"
  76. bind "SHIFT" "+speed"
  77. bind x +voicerecord
  78. bind "CTRL" "+duck"
  79. bind "F1" "autobuy"
  80. //bind "F6" "save quick"
  81. //bind "F7" "load quick"
  82. bind "F8" "exec autoexec.cfg"
  83. bind "F5" "jpeg"
  84. bind "MOUSE1" "+attack"
  85. bind "MOUSE2" "+attack2"
  86. bind "MOUSE3" "+jumpthrow"
  87. bind "MOUSE4" ""
  88. bind "MWHEELUP" "+jump"
  89. bind "MWHEELDOWN" "+jump"
  90.  
  91. //Jump Throw Script
  92. alias "+jumpthrow" "+jump;-attack"
  93. alias "-jumpthrow" "-jump"
  94. bind "mouse5" "+jumpthrow"
  95.  
  96. //Smooth gun animation
  97. cl_bobamt_lat 0.1
  98. cl_bobamt_vert 0.1
  99. cl_bob_lower_amt 5.0
  100. cl_bobcycle 0.98
  101.  
  102. //Hud (numbers)
  103. cl_hud_playercount_showcount "1"
  104. cl_radar_scale 0.5
  105. cl_radar_always_centered 0
  106. cl_radar_icon_scale_min 0.8
  107.  
  108.  
  109. //Crosshair
  110. cl_crosshair_drawoutline "0"
  111. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  112. cl_crosshair_dynamic_splitalpha_innermod "1"
  113. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  114. cl_crosshair_dynamic_splitdist "7"
  115. cl_crosshair_outlinethickness "1"
  116. cl_crosshairalpha "999'"
  117. cl_crosshaircolor "5"
  118. cl_crosshaircolor_b "0"
  119. cl_crosshaircolor_g "0"
  120. cl_crosshaircolor_r "255"
  121. cl_crosshairdot "0"
  122. cl_crosshairgap "-3"
  123. cl_crosshairgap_useweaponvalue "0"
  124. cl_crosshairscale "0"
  125. cl_crosshairsize "2.5"
  126. cl_crosshairstyle "4"
  127. cl_crosshairthickness "1"
  128. cl_crosshairusealpha "1"
  129. cl_fixedcrosshairgap "1000"
  130.  
  131.  
  132. // Net
  133. fps_max "129" // Setting this to 0 will uncap it.
  134. //fps_max_menu "60" // Set this to the monitors Hz
  135. net_graph "1" //Enables Net Graph
  136. net_graphheight "990"
  137. net_graphmsecs "400"
  138. net_graphpos "2"
  139. net_graphproportionalfont "0" // Makes the Net Graph font smaller
  140. net_graphshowinterp "1"
  141. net_graphshowlatency "1"
  142. net_graphsolid "1"
  143. net_graphtext "1"
  144. net_maxroutable "1200"
  145. net_scale "5"
  146. net_steamcnx_allowrelay "1"
  147.  
  148. // Show netgraph when checking scoreboard
  149. alias "+scorenet" "+showscores; net_graphheight 0"
  150. alias "-scorenet" "-showscores; net_graphheight 9999"
  151. bind "TAB" "+scorenet"
  152.  
  153. //Eq always at screen
  154. cl_hud_color "3"
  155. cl_showloadout "1"
  156. cl_loadout_colorweaponnames "1"
  157.  
  158. // Rates
  159. rate 80000
  160. cl_cmdrate 128
  161. cl_updaterate 128
  162. cl_interp_ratio 1
  163. cl_interp 0
  164. cl_lagcompensation 1
  165. cl_predict 1
  166. cl_predictweapons 1
  167. cl_hud_playercount_showcount 1
  168.  
  169. //Mouse
  170. m_rawinput "1"" //Raw Input on
  171. m_customaccel "0" //Mouse Acceleration off
  172. m_customaccel_exponent "0" //Acceleration Amount
  173. m_mousespeed "0" //Windows mouse acceleration off
  174. m_mouseaccel1 "0" //Windows mouse acceleration initial threshold (2x movement)
  175. m_mouseaccel2 "0" //Windows mouse acceleration secondary threshold (4x movement)
  176.  
  177. // Viewmodel rechy
  178. viewmodel_fov "68"
  179. Viewmodel_offset_x "2.5"
  180. viewmodel_offset_y "2"
  181. viewmodel_offset_z "-2"
  182. cl_bobcycle "2"
  183. cl_bob_lower_amt "0"
  184. cl_bobamt_lat "0"
  185. cl_bobamt_vert "0"
  186. cl_viewmodel_shift_left_amt "0"
  187. cl_viewmodel_shift_right_amt "0"
  188.  
  189. // TOGGLE VOICE IN-GAME
  190. alias bananavoice "togglevoice"
  191. alias bananavoicer bind x bananavoice
  192. //CHANGE THE "V" TO YOUR VOICE KEY
  193. alias defaultvoice "bind x +voicerecord
  194. //CHANGE THE "V" TO YOUR VOICE KEY
  195. alias +altbinds "bananavoicer"
  196. alias -altbinds "defaultvoice"
  197. bind kp_downarrow +altbinds
  198. alias "togglevoice" "voice_chat"
  199. alias "voice_chat" "chat_1"
  200. alias "chat_1" "voice_enable 1; playvol buttons\blip1 0.5; alias voice_chat chat_0"
  201. alias "chat_0" "voice_enable 0; playvol buttons\blip2 0.5; alias voice_chat chat_1"
  202.  
  203. // SCRIPT ENDS HERE
  204.  
  205.  
  206. // Necessary
  207. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement