Advertisement
Guest User

dgf

a guest
Jul 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1.  
  2. ////////////////////////////////////
  3. // Broiler's Config //
  4. //////////////////////////////////
  5.  
  6. clear
  7.  
  8. blink_duration "0"
  9. budget_history_numsamplesvisible "0"
  10. budget_history_range_ms "5"
  11. budget_show_history "0"
  12.  
  13. sensitivity "2.5"
  14. cl_crosshairsize "2"
  15. cl_allowdownload "1"
  16. cl_dynamiccrosshair "1"
  17. cl_allowupload "0"
  18. cl_autohelp "0"
  19. cl_autowepswitch "0"
  20. cl_c4progressbar "1"
  21. m_rawinput "1"
  22.  
  23. hud_centerid "1"
  24. hud_fastswitch "1"
  25. jpeg_quality "100"
  26.  
  27. mat_antialias "2"
  28. mat_vsync "0"
  29. mat_queue_mode "2"
  30.  
  31. mp_decals "50"
  32. showhitlocation "1"
  33.  
  34. cl_showfps "0"
  35. zoom_sensitivity_ratio "1"
  36.  
  37. room_type "0"
  38.  
  39. bind "p" "zb_teamcash"
  40. //cl_minmodels
  41. //cl_min_t
  42. //cl_min_ct
  43.  
  44. bind "F1" "rebuy"
  45.  
  46. bind "KP_INS" "volume 0.65"
  47. bind "KP_Enter" "buy molotov;buy incendiary"
  48. bind "KP_DEL" "volume 0.0"
  49. bind "KP_END" "buy hegrenade"
  50. bind "KP_DOWNARROW" "buy flashbang"
  51. bind "KP_PGDN" "buy smokegrenade"
  52. bind "KP_LEFTARROW" "buy defuser"
  53. bind "KP_PGUP" "incrementvar cl_crosshaircolor 0 4 1"
  54.  
  55. bind "x" "sm_pause"
  56. bind "z" "sm_start"
  57. bind "mouse4" "sm_checkpoint"
  58. bind "mouse5" "sm_gocheck"
  59. bind "i" "noclip"
  60. bind "HOME" "Say_Team DROP / ECO"
  61.  
  62. bind "-" "volume 0.4"
  63. bind "F9" "give weapon_hegrenade"
  64. bind "F10" "give weapon_flashbang"
  65. bind "F11" "give weapon_smokegrenade"
  66. bind "PAUSE" "pause"
  67. bindtoggle "RIGHTARROW" "cl_showfps"
  68. bind "UPARROW" "net_graph 1"
  69. bind "DOWNARROW" "net_graph 0"
  70. bind "\" "toggleconsole"
  71. hud_scaling "1.0"
  72.  
  73. bind mwheeldown "+jump"
  74.  
  75. //Null-cancelling movement script
  76. //(prevents you from pressing two opposing directions, which causes you //to //stop moving)
  77.  
  78. bind w +mfwd
  79. bind s +mback
  80. bind a +mleft
  81. bind d +mright
  82.  
  83. alias +mfwd "-back;+forward;alias checkfwd +forward"
  84. alias +mback "-forward;+back;alias checkback +back"
  85. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  86. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  87. alias -mfwd "-forward;checkback;alias checkfwd none"
  88. alias -mback "-back;checkfwd;alias checkback none"
  89. alias -mleft "-moveleft;checkright;alias checkleft none"
  90. alias -mright "-moveright;checkleft;alias checkright none"
  91. alias checkfwd none
  92. alias checkback none
  93. alias checkleft none
  94. alias checkright none
  95. alias none ""
  96.  
  97. alias +LJ "+duck; +jump; -forward; +klook"
  98. alias -LJ "-duck; -jump; -klook"
  99. bind mouse1 +LJ
  100.  
  101. // lowers delay between sounds.
  102.  
  103. snd_mixahead "0.05"
  104. snd_mix_async "1"
  105. snd_stream "1"
  106.  
  107. // ignores dedicated servers with pings above this value.
  108.  
  109. mm_dedicated_search_maxping
  110.  
  111. // usual rate commands
  112.  
  113. // usual rate commands
  114.  
  115. rate "786432"
  116. cl_cmdrate "128"
  117. cl_updaterate "128"
  118. cl_interp_ratio "1"
  119. cl_interp "0"
  120. cl_lagcompensation "1"
  121. cl_predict "1"
  122. cl_predictweapons "1"
  123.  
  124.  
  125. hud_scaling "1"
  126. zoom_sensitivity_ratio 1.0
  127. m_customaccell 0
  128. m_rawinput "1"
  129. m_mouseaccel2 "0"
  130. m_mouseaccel1 "0"
  131. m_customaccel "0"
  132.  
  133.  
  134. cl_forcepreload "0" // Preloads The Whole Map & Sounds.
  135. cl_autohelp "0"
  136. cl_disablehtmlmotd "0"
  137. cl_showhelp "0"
  138. cl_downloadfilter "nosounds"
  139. r_eyegloss "0" // No Makeup.
  140. r_eyemove "0" // No Eye Movement.
  141. r_eyeshift_x "0" // No Eye Movement X-Angel.
  142. r_eyeshift_y "0" // No Eye Movement Y-Angel.
  143. r_eyeshift_z "0" // No Eye Movement Z-Angel.
  144. r_eyesize "0" // Smaller Eyes.
  145. r_dynamic "1"
  146. r_cheapwaterend "1"
  147. r_cheapwaterstart"1"
  148. gameinstructor_enable "0"
  149. sys_refldetail "0"
  150. muzzleflash_light "1"
  151. r_drawtracers_firstperson "1"
  152. r_drawtracers "1"
  153. m_rawinput "1"
  154.  
  155. /////////
  156. // FPS //
  157. /////////
  158.  
  159. cl_showfps 0
  160. fps_max 999
  161. fps_max_menu 999
  162. net_graph "1"
  163. net_graphheight "9999"
  164. bind "TAB" "+scorenet"
  165. alias "+scorenet" "+showscores; net_graphheight 0"
  166. alias "-scorenet" "-showscores; net_graphheight 9999"
  167. snd_menumusic_volume 0
  168. cl_righthand 0
  169. bind v "toggle sensitivity 1.2 2.5"
  170.  
  171. ////////////////
  172. // viewmodel //
  173. //////////////
  174.  
  175.  
  176. viewmodel_offset_y -6; viewmodel_fov 54; viewmodel_offset_z -6
  177.  
  178.  
  179. ////////////////
  180. // crosshair //
  181. //////////////
  182.  
  183. cl_crosshairstyle 4
  184. cl_crosshairsize 2
  185. cl_crosshairthickness 1
  186. cl_crosshairgap -2
  187. cl_crosshair_drawoutline 0
  188. cl_crosshair_outlinethickness 1
  189. cl_crosshairdot 0
  190. cl_crosshair_t 0
  191. cl_crosshaircolor 1
  192. cl_crosshaircolor_r 255
  193. cl_crosshaircolor_g 255
  194. cl_crosshaircolor_b 255
  195. cl_crosshairalpha 255
  196.  
  197. clear
  198.  
  199. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement