Advertisement
Guest User

Untitled

a guest
May 19th, 2017
62,387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.04 KB | None | 0 0
  1. // Maxim's Config (aka BananaGaming)
  2. // When you type "//" the game ignores whatever is written after
  3. con_enable "1" //Enables Console
  4. cl_clanid 7238336 //Use Steam Group Tag "Go Bananas"
  5.  
  6. echo Config Loaded! (1/2) //This confirms that the config has been loaded
  7.  
  8. // Crosshair - Single Yellow Dot Instead of Crosshair (2017-05-04)
  9. // Made with Crashz Crosshair Generator
  10. cl_crosshair_drawoutline "1"
  11. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  12. cl_crosshair_dynamic_splitalpha_innermod "1"
  13. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  14. cl_crosshair_dynamic_splitdist "7"
  15. cl_crosshair_outlinethickness "1.000000"
  16. cl_crosshair_sniper_show_normal_inaccuracy "0"
  17. cl_crosshair_sniper_width "2"
  18. cl_crosshairalpha "100.000000"
  19. cl_crosshaircolor "5"
  20. cl_crosshaircolor_b "0"
  21. cl_crosshaircolor_g "255"
  22. cl_crosshaircolor_r "255"
  23. cl_crosshairdot "1"
  24. cl_crosshairgap "-4.000000"
  25. cl_crosshairgap_useweaponvalue "0"
  26. cl_crosshairscale "0"
  27. cl_crosshairsize "0.500000"
  28. cl_crosshairstyle "4"
  29. cl_crosshairthickness "1.000000"
  30. cl_crosshairusealpha "1"
  31. cl_fixedcrosshairgap "3"
  32.  
  33. // Viewmodels - Viewmodel Settings
  34. viewmodel_offset_x "1" //Changes viewmodel view in X scale
  35. viewmodel_offset_y "2" //Changes viewmodel view in Y scale
  36. viewmodel_offset_z "-2" //Changes viewmodel view in Z scale
  37. viewmodel_fov "68" //Highest viewmodel FOV
  38.  
  39. // Bob - How much you move around with weapons
  40. cl_bob_lower_amt "5" //How much the viewmodel lowers when running, set to lowest for less distraction
  41. cl_bobamt_lat "0.1" //How much the viewmodel moves side to side when running, set to lowest for less distraction
  42. cl_bobamt_vert "0.1" //How much the viewmodel moves up and down when running, set to lowest for less distraction
  43. cl_bobcycle "0.98" //The frequency at which the viewmodel bobs, set to default
  44. cl_viewmodel_shift_left_amt "0" //Removes shifting of arms
  45. cl_viewmodel_shift_right_amt "0" //Removes shifting of arms
  46.  
  47. // Bindings - These bindings
  48. bind "v" "+voicerecord" //You can communicate with the V key instead of K
  49. bind "f1" "autobuy" //Autobuy weapons if you have lots of money with F1
  50. bind f3 "buy flashbang; buy smokegrenade; buy molotov; buy hegrenade" //Buy flash & smoke with F3
  51. bind "f4" "ignoremsg" //Ignore chat by turning off enemies, teams and both
  52. bind "f" "+lookatweapon" //Inspect your weapon with F
  53. bind "k" "say !r" //Used together with CKSurf plugin for Bhop, Surf & Kz
  54. bind "leftarrow" "+left" //Turn left with arrow key
  55. bind "rightarrow" "+right" //Turn right with arrow key
  56. unbind "i" //So you don't accidentally enable hud fade, which is very annoying
  57.  
  58. // No Tutorial or Info Messages - Can give FPS BOOST and is also very annoying
  59. gameinstructor_enable "0" //Removes in game lessons
  60. cl_showhelp "0" //Removes on-screen help
  61. cl_autohelp "0" //Removes automatic help
  62. cl_disablefreezecam "1" //Disables Freezecam, very important to have off
  63. cl_disablehtmlmotd "1" //Removes "Message of the day" page when joining a server
  64.  
  65. // Rates - These network settings are optimized for high speed internet
  66. rate "786432" //Max rates. Only use if you can get 8 Megabits per second (Mbps) download speed or more.
  67. //rate "250000" //Only use this if you can get 3.5 Megabits per second (Mbps) download speed or more.
  68. //rate "500000" //Only use this if you can get 5.5 Megabits per second (Mbps) download speed or more.
  69.  
  70. cl_cmdrate "128" //Max number of command packets sent to server per second
  71. cl_updaterate "128" //Number of packets per second you are requesting from the server
  72. cl_interp_ratio "1" //Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate)
  73. cl_interp "0" //Sets the interpolation amount, always set this to 0
  74. cl_lagcompensation "1" //Lag compensation helps by eliminating combat latency from client side view
  75. cl_predict "1" //Skip waiting for server feedback and simulate client side movement in real-time
  76. cl_predictweapons "1" //Skip waiting for server feedback and perform client side prediction of weapon effects
  77.  
  78. // Video - Brightness & Disabling TV Mode
  79. mat_monitorgamma "1.6" //Sets the Brightness to it's highest value, highly recommended
  80. mat_monitorgamma_tv_enabled "0" //Turn off TV Mode for less off-set light
  81.  
  82. // Sound - Sound settings, doesn't affect volume in-game, adjust that yourself.
  83. voice_scale "0.4" //Turns down the volume of other players voice to 40%
  84. snd_musicvolume "0" //Turns off all music, easier to focus
  85. snd_use_hrtf 1 //Turn ON Head-Related Transfer Function
  86.  
  87. // Net - How much frames you have and solid graph
  88. fps_max "300" //Map loads fast and allows high frames
  89. net_graph "1" //Shows my network usage data
  90. net_graphheight "0" //Changes height
  91. net_graphmsecs "400" //The latency graph represents this many milliseconds
  92. net_graphpos "2" //Positioning of Net Graph
  93. net_graphproportionalfont "0" //Makes font smaller
  94. net_graphshowinterp "1" //Shows interpolation value
  95. net_graphshowlatency "1" //Shows latency value
  96. net_graphsolid "1" //Solid Net Graph
  97. net_graphtext "1" //Shows text fields
  98. net_maxroutable "1200" //Requested max packet size before packets are 'split'
  99. net_scale "5" //Makes font smaller
  100.  
  101. // Other
  102. r_drawtracers_firstperson "0" //Hides bullet tracers in first person view
  103. lobby_voice_chat_enabled "0" //Turns microphone off in lobby, really useful
  104. cl_use_opens_buy_menu "0" //Disables E from opening buy-menu, really useful
  105. mm_dedicated_search_maxping "50" //Maxping Search in Matchmaking
  106. cl_autowepswitch 0 //Don't auto-pick weapons
  107. func_break_max_pieces 0 //Less clutter from breaking vents (especially in Mirage)
  108.  
  109. // Make sure mouse is using "Raw Input" & "No Acceleration"
  110. m_rawinput "1" //Enable Raw Input for perfect precision (Raw input is unavailable on OSX)
  111. m_mouseaccel2 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  112. m_mouseaccel1 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  113. m_customaccel "0" //Custom mouse acceleration disabled
  114. m_mousespeed "0" //Windows mouse acceleration disabled, just for precaution
  115. zoom_sensitivity_ratio_mouse "0.818933027098955175" //Fixes your zoom sensitivity to act as your actual sensitivity, default is 1.
  116.  
  117. // Hud - All my personal hud modifications (Made possible as of 1 May 2015)
  118. hud_showtargetid "1" //Enables display of target names, important
  119. cl_teammate_colors_show 2 //Show teammates as separate colors in the radar, 2 is for letters
  120. cl_hud_bomb_under_radar "1" //Draws bomb under radar, convenient
  121. cl_hud_color "7" //Makes the hud color yellow, for banana style
  122. cl_hud_radar_scale "1" //Radar Size, not too big and not too small
  123. cl_radar_scale "0.4" //Radar Map Scale Size, 0.4 is perfect on all maps
  124. cl_radar_always_centered "0" //Centers map instead of player in radar, important
  125. cl_hud_playercount_showcount "0" //Shows player avatars instead of numbers left
  126. cl_hud_playercount_pos "1" //Puts player information in the bottom instead of top
  127. cl_hud_healthammo_style "1" //Simplified information on HP/AP and ammo
  128. cl_hud_background_alpha "0.4" //Hidden but still visible black bars, easy on the eyes
  129. cl_loadout_colorweaponnames "1" //Weapon names are colored in loadout to match their rarity, cool feature
  130. cl_radar_icon_scale_min "1" //Sets the minimum player icon scale, this value feels good
  131. cl_showloadout "1" //So it doesnt fade out the weapon slots, very annoying otherwise
  132. hud_scaling "0.95" //Scales hud elements to maximum value
  133. cl_teamid_overhead_always 1 //Always show team behind walls
  134.  
  135. // I've changed these values since 2017-04-24 back to 1 instead of 0.85
  136. safezonex "1" //Default Value is 1.0
  137. safezoney "1" //Default Value is 1.0
  138.  
  139. echo Config Loaded! (2/2) //This just confirms that the config has ended successfully
  140.  
  141. // It's time to rek some watermelons
  142.  
  143. // SCRIPTS BELOW, Not needed if you don't want them
  144.  
  145. echo Scripts Loaded (1/2)
  146.  
  147. // Shortcut for disconnet
  148. alias "dc" "disconnect"
  149.  
  150. // Netgraph + Scoreboard
  151. alias "+scorenet" "+showscores; net_graphheight 0"
  152. alias "-scorenet" "-showscores; net_graphheight 9999"
  153. bind "TAB" "+scorenet" //Bind to whatever you prefer (Default TAB)
  154.  
  155. // Display Advanced Damage Details
  156. alias displaydamage "displaydamage_on"
  157. alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off""
  158. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
  159. bind "F5" "displaydamage" //Bind to whatever you prefer (Default F5)
  160.  
  161. // Jump Throw (For Smokes)
  162. alias "+jumpthrow" "+jump;-attack"
  163. alias "-jumpthrow" "-jump"
  164. bind "mouse5" "+jumpthrow" //Bind to whatever you prefer (Default Mouse5)
  165.  
  166. // Voice Toggle
  167. alias "togglevoice" "togglev"
  168. alias "togglev" "voice_1"
  169. alias "voice_1" "voice_scale 0.2; playvol buttons\blip1 0.5; alias togglev voice_0"
  170. alias "voice_0" "voice_scale 0.0; playvol buttons\blip2 0.5; alias togglev voice_1"
  171.  
  172. // Toggle Info Target ID 2017-03-16
  173. alias "ToggleInfo" "info_on"
  174. alias "info_on" "+cl_show_team_equipment; alias ToggleInfo info_off"
  175. alias "info_off" "-cl_show_team_equipment; alias ToggleInfo info_on"
  176. info_on
  177.  
  178. /////////////////////////////////////////////////////////////////////
  179. // Advanced Bind Script - Fast grenade switch by Maxim aka BananaGaming
  180.  
  181. //Part 1
  182. //Make sure that what is inside the quotes is what you're currently using. You may also change the letters/numbers.
  183. //Note: "v" is the key I use to talk with, not "k" by default.
  184. alias defA "bind q lastinv"
  185. alias defB "bind e +use"
  186. alias defC "bind f +lookatweapon"
  187. alias defD "bind g drop"
  188. alias defE "bind v +voicerecord"
  189. alias defF "bind 1 slot1"
  190. alias defG "bind 2 slot2"
  191. alias defH "bind 3 slot3"
  192. alias defI "bind x radio2"
  193. alias defJ "bind space +jump; -jump" //Added -jump to turn off +jump in part 3
  194.  
  195. //Part 2
  196. //If you changed any letters/numbers in part 1 make sure you make the same changes here.
  197. //Don't change the keyXX part.
  198. alias keyA "bind q keyAA"
  199. alias keyB "bind e keyBB"
  200. alias keyC "bind f keyCC"
  201. alias keyD "bind g keyDD"
  202. alias keyE "bind v keyEE"
  203. alias keyF "bind 1 keyFF"
  204. alias keyG "bind 2 keyGG"
  205. alias keyH "bind 3 keyHH"
  206. alias keyI "bind x keyII"
  207. alias keyJ "bind space keyJJ"
  208.  
  209. //Part 3
  210. //Here you can change what the bindings do when you hold down your key.
  211. //This is the fun part. :)
  212. alias keyAA "use weapon_flashbang"
  213. alias keyBB "use weapon_hegrenade"
  214. alias keyCC "use weapon_smokegrenade"
  215. alias keyDD "use weapon_decoy; use weapon_molotov; use weapon_incgrenade"
  216. alias keyEE "togglevoice"
  217. alias keyFF "autobuy"
  218. alias keyGG "buy flashbang; buy smokegrenade"
  219. alias keyHH "buy flashbang; buy smokegrenade; buy molotov; buy hegrenade; buy defuser"
  220. alias keyII "ToggleInfo"
  221. alias keyJJ "+jump;-attack" //+commands need to be turned off with -commands in part 1 to work
  222.  
  223. //Part 4 - Don't touch!
  224. alias +keybinds "keyA; keyB; keyC; keyD; keyE; keyF; keyG; keyH; keyI; keyJ"
  225. alias -keybinds "defA; defB; defC; defD; defE; defF; defG; defH; defI; defJ"
  226.  
  227. //Part 5 - Bind whatever key you want, this will be your main key
  228. bind mouse4 +keybinds
  229.  
  230. /////////////////////////////////////////////////////////////////////
  231.  
  232. echo Scripts Loaded (2/2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement