Guest User

Untitled

a guest
Jan 8th, 2019
32,111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 11.37 KB | None | 0 0
  1. // Maxim aka BananaGaming Config - Updated 2019-01-09
  2. // Use "//" for comments just like this sentence.
  3. // In-game font for Panorama is called "Superstar" - Download @ https://www.dropbox.com/sh/5aokqe2bkzl9yy3/AADEGk1wakXJ4KL6F0kwuaoba?dl=0
  4.  
  5. echo Config Loaded!!! (1/2) //This confirms that the config has been loaded
  6.  
  7. // Content
  8. // 1. Main Settings
  9. // 2. Bindings
  10. // 3. Crosshair
  11. // 4. Hud
  12. // 5. Radar
  13. // 6. Mouse
  14. // 7. Viewmodel
  15. // 8. Bob
  16. // 9. Rates
  17. // 10. Net
  18. // 11. Video
  19. // 12. Sound
  20. // 13. Other
  21. // 14. Scripts
  22.  
  23. // 1. Main Settings
  24. con_enable "1" //Enables Console
  25. gameinstructor_enable "0" //Removes in-game instructions
  26. cl_showhelp "0" //Removes on-screen help
  27. cl_autohelp "0" //Removes automatic help
  28. cl_disablefreezecam "1" //Disables Freezecam
  29. cl_disablehtmlmotd "1" //Removes "Message of the day" page when joining a server
  30. cl_autowepswitch "0" //Disable auto-weapon switch
  31. cl_forcepreload "0" //Disabled for higher FPS, and a smoother experience (thanks John McDonald)
  32. cl_join_advertise "2" //Let friends join your community servers
  33. lobby_default_privacy_bits1 "0" //Set default lobby permissions to "friends need invite"
  34.  
  35. // 2. Bindings (Personal)
  36. bind "v" "+voicerecord" //Communicate with "V" instead of "K"
  37. bind "f" "+lookatweapon" //Inspect your weapon with F
  38. bind "f4" "ignoremsg" //Ignore chat by turning off enemies, teams and both
  39. bind "n" "-attack" //ESL workaround for jump-throw
  40.  
  41. bind "leftarrow" "+left" //Turn left with arrow key
  42. bind "rightarrow" "+right" //Turn right with arrow key
  43.  
  44. bind "home" "cl_draw_only_deathnotices 0" //Show all of hud
  45. bind "end" "cl_draw_only_deathnotices 1" //Hide parts of hud (for recording videos)
  46.  
  47. bind "PGUP" "volume 0.5" //Highest volume I play on
  48. bind "PGDN" "volume 0" //Mute volume
  49.  
  50. unbind "i" //To not accidentally enable hud fade
  51.  
  52. // 3. Crosshair (New since 2018-07-24)
  53. // Made with Crashz Crosshair Generator
  54. cl_crosshairstyle 4
  55. cl_crosshairsize 1.5
  56. cl_crosshairthickness 0.5
  57. cl_crosshairgap -1
  58. cl_crosshair_drawoutline 1
  59. cl_crosshair_outlinethickness 1
  60. cl_crosshairdot 0
  61. cl_crosshair_t 0
  62. cl_crosshaircolor 2
  63. cl_crosshaircolor_r 255
  64. cl_crosshaircolor_g 255
  65. cl_crosshaircolor_b 0
  66. cl_crosshairalpha 235
  67. cl_crosshair_sniper_width 1
  68.  
  69. // 4. Hud
  70. hud_scaling "0.95" //Scales hud elements to maximum value
  71. hud_showtargetid "1" //Enables display of target names, important
  72. cl_hud_bomb_under_radar "1" //Draws bomb under radar, convenient
  73. cl_hud_color "7" //Makes the hud color yellow, for banana style
  74. cl_hud_playercount_showcount "0" //Shows player avatars instead of numbers left
  75. cl_hud_playercount_pos "1" //Puts player information in the bottom instead of top
  76. cl_hud_healthammo_style "0" //Reverted hud style due to hidden burst mode
  77. cl_hud_background_alpha "0.4" //Hidden but still visible black bars, easy on the eyes
  78. cl_showloadout "1" //So it doesnt fade out the weapon slots, very annoying otherwise
  79. cl_teamid_overhead_always "2" //Always show team behind walls with equiptment
  80. safezonex "1" //Screen width percentage for the hud
  81. safezoney "1" //Screen height percentage for the hud
  82.  
  83. // 5. Radar (Optimized radar settings)
  84. cl_teammate_colors_show "1" //Show teammates as separate colors without letter
  85. cl_hud_radar_scale "1" //Radar size, not too big and not too small
  86. cl_radar_scale "0.4" //Radar map scale size, 0.4 works on all maps
  87. cl_radar_always_centered "0" //Centers map instead of player
  88. cl_radar_icon_scale_min "1" //Minimum player icon scale
  89.  
  90. // 6. Mouse ("Raw Input" & "No Acceleration")
  91. m_rawinput "1" //Enable Raw Input for perfect precision (Raw input is unavailable on OSX)
  92. m_mouseaccel2 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  93. m_mouseaccel1 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  94. m_customaccel "0" //Custom mouse acceleration disabled
  95. m_mousespeed "0" //Windows mouse acceleration disabled, just for precaution
  96. zoom_sensitivity_ratio_mouse "0.818933027098955175" //Fixes your zoom sensitivity to act as your real sensitivity, default value is 1
  97.  
  98. // 7. Viewmodel
  99. viewmodel_offset_x "1" //Changes viewmodel view in X scale
  100. viewmodel_offset_y "2" //Changes viewmodel view in Y scale
  101. viewmodel_offset_z "-2" //Changes viewmodel view in Z scale
  102. viewmodel_fov "68" //Highest viewmodel FOV
  103. viewmodel_recoil "0" //Disables viewmodel reactions to weapon recoil & aimpunch (from Update: 2018-03-01)
  104.  
  105. // 8. Bob (Less movement when you move around with weapons)
  106. cl_bob_lower_amt "5" //How much the viewmodel lowers when running, set to lowest for less distraction
  107. cl_bobamt_lat "0.1" //How much the viewmodel moves side to side when running, set to lowest for less distraction
  108. cl_bobamt_vert "0.1" //How much the viewmodel moves up and down when running, set to lowest for less distraction
  109. cl_bobcycle "0.98" //The frequency at which the viewmodel bobs, set to default
  110. cl_viewmodel_shift_left_amt "0.5" //Lowers the crouching animation of the viewmodel
  111. cl_viewmodel_shift_right_amt "0.25" //Lowers the crouching animation of the viewmodel
  112.  
  113. // 9. Rates (These network settings are optimized for high speed internet)
  114. rate "786432" // Your download rate to the server. Max rate: "786432"
  115. cl_cmdrate "128" //Max number of command packets sent to server per second
  116. cl_updaterate "128" //Number of packets per second you are requesting from the server
  117. cl_interp "0.007813" //Sets the interpolation amount, always set this to 0
  118. cl_interp_ratio "1" //Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate)
  119. cl_lagcompensation "1" //Lag compensation helps by eliminating combat latency from client side view
  120. cl_predict "1" //Skip waiting for server feedback and simulate client side movement in real-time
  121. cl_predictweapons "1" //Skip waiting for server feedback and perform client side prediction of weapon effects
  122.  
  123. // 10. Net (Netgraph positioning)
  124. net_graph "1" //Shows my network usage data
  125. net_graphheight "10" //Changes height
  126. net_graphmsecs "400" //The latency graph represents this many milliseconds
  127. net_graphpos "2" //Positioning of Net Graph
  128. net_graphproportionalfont "1" //Makes font smaller
  129. net_graphshowinterp "1" //Shows interpolation value
  130. net_graphshowlatency "1" //Shows latency value
  131. net_graphsolid "1" //Solid Net Graph
  132. net_graphtext "1" //Shows text fields
  133. net_maxroutable "1200" //Requested max packet size before packets are split
  134. net_scale "5" //Makes font smaller
  135.  
  136. // 11. Video (Video settings and FPS Boosts)
  137. fps_max "300" //Max frames per second, setting it to 0 causes long loading times
  138. fps_max_menu "245" //Max frames per second in main-menu
  139. mat_monitorgamma "1.6" //Sets Brightness to highest, highly recommended
  140. mat_monitorgamma_tv_enabled "0" //Turn off TV Mode for less off-set light
  141. mat_powersavingsmode "0" //Disables power saving mode
  142. mat_queue_mode "2" //The queue/thread mode the material system should use, setting this to 2 gave me an FPS boost
  143. r_dynamic "0" //Affects dynamic lighting, turned off for more FPS
  144. r_drawtracers_firstperson "0" //Remove first person tracers, does not impact gameplay, just makes it easier to spray
  145.  
  146. // 12. Sound (optimized sound settings, does not affect your volume)
  147. snd_hwcompat "0" //Enables "Advanced 3D Audio Processing"
  148. snd_musicvolume_multiplier_inoverlay "0" // Disable music volume when Steam Overlay is active
  149. voice_scale "0.4" //Turns down the volume of other players voice to 40%
  150.  
  151. // 13. Other
  152. cl_use_opens_buy_menu "0" //Disables E from opening buy-menu, really useful
  153. mm_dedicated_search_maxping "50" //Maxping Search in Matchmaking
  154. func_break_max_pieces "0" //Less clutter from breaking vents (especially on Mirage)
  155.  
  156. echo Config Loaded!!! (2/2) //This just confirms that the config has ended successfully
  157.  
  158. // 14. Scripts
  159.  
  160. // SCRIPTS BELOW - Optional!
  161.  
  162. echo Scripts Loaded (1/2)
  163.  
  164. //Load whatever gamemode you want with the "map" command. For example "map de_dust2; competitive"
  165. alias "casual" "game_type 0; game_mode 0"
  166. alias "competitive" "game_type 0; game_mode 1"
  167. alias "wingman" "game_type 0; game_mode 2"
  168. alias "armsrace" "game_type 1; game_mode 0"
  169. alias "demolition" "game_type 1; game_mode 1"
  170. alias "deathmatch" "game_type 1; game_mode 2"
  171. alias "dangerzone" "game_type 6; game_mode 0"
  172. alias "custom" "game_type 3; game_mode 0"
  173.  
  174. // Show net graph with scoreboard
  175. alias "+net" "+score; net_graphheight 10"
  176. alias "-net" "-score; net_graphheight 9999"
  177. bind "tab" "+net"
  178.  
  179. // Shortcuts for popular commands in console (nice to use)
  180. alias "d" "disconnect"
  181. alias "q" "quit;exit"
  182. alias "r" "retry"
  183. alias "rs" "mp_restartgame 1"
  184.  
  185. // Display Advanced Damage Details
  186. alias displaydamage "displaydamage_on"
  187. 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""
  188. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\\\\blip2 0.5; alias displaydamage "displaydamage_on""
  189. bind "F5" "displaydamage" //Bind to whatever you prefer (Default F5)
  190.  
  191. // Jump Throw (For Smokes)
  192. alias "+jumpthrow" "+jump;-attack"
  193. alias "-jumpthrow" "-jump"
  194. bind "mouse5" "+jumpthrow" //Bind to whatever you prefer (Default Mouse5)
  195.  
  196. // Voice Toggle
  197. alias "togglevoice" "togglev"
  198. alias "togglev" "voice_1"
  199. alias "voice_1" "voice_scale 0.4; playvol buttons\\\\blip1 0.5; alias togglev voice_0"
  200. alias "voice_0" "voice_scale 0.0; playvol buttons\\\\blip2 0.5; alias togglev voice_1"
  201.  
  202. /////////////////////////////////////////////////////////////////////
  203. // Advanced Bind Script - Fast grenade switch by Maxim aka BananaGaming
  204.  
  205. //Part 1
  206. //Make sure that what is inside the quotes is what you are currently using. You may also change the letters/numbers
  207. //Note: "v" is the key I use to talk with, not "k" by default
  208. alias defA "bind q lastinv"
  209. alias defB "bind e +use"
  210. alias defC "bind f +lookatweapon"
  211. alias defD "bind g drop"
  212. alias defE "bind v +voicerecord"
  213. alias defF "bind 1 slot1"
  214. alias defG "bind 2 slot2"
  215. alias defH "bind 3 slot3"
  216. alias defI "bind x slot12"
  217. alias defJ "bind space +jump; -jump" //Added -jump to turn off +jump in part 3
  218.  
  219. //Part 2
  220. //If you changed any letters/numbers in part 1 make sure you make the same changes here
  221. //Do not change the keyXX part
  222. alias keyA "bind q keyAA"
  223. alias keyB "bind e keyBB"
  224. alias keyC "bind f keyCC"
  225. alias keyD "bind g keyDD"
  226. alias keyE "bind v keyEE"
  227. alias keyF "bind 1 keyFF"
  228. alias keyG "bind 2 keyGG"
  229. alias keyH "bind 3 keyHH"
  230. alias keyI "bind x keyII"
  231. alias keyJ "bind space keyJJ"
  232.  
  233. //Part 3
  234. //Here you can change what the bindings do when you hold down your key
  235. //This is the fun part :)
  236. alias keyAA "use weapon_flashbang"
  237. alias keyBB "use weapon_hegrenade"
  238. alias keyCC "use weapon_smokegrenade"
  239. alias keyDD "use weapon_molotov; use weapon_incgrenade; use weapon_decoy"
  240. alias keyEE "togglevoice"
  241. alias keyFF "autobuy"
  242. alias keyGG "buy flashbang; buy smokegrenade"
  243. alias keyHH "buy flashbang; buy smokegrenade; buy molotov; buy hegrenade; buy defuser"
  244. alias keyII "noclip"
  245. alias keyJJ "+jump;-attack" //+commands need to be turned off with -commands in part 1 to work
  246.  
  247. //Part 4 - Do not touch!
  248. alias +keybinds "keyA; keyB; keyC; keyD; keyE; keyF; keyG; keyH; keyI; keyJ"
  249. alias -keybinds "defA; defB; defC; defD; defE; defF; defG; defH; defI; defJ"
  250.  
  251. //Part 5 - Bind whatever key you want, this will be your main key
  252. bind mouse4 +keybinds
  253.  
  254. /////////////////////////////////////////////////////////////////////
  255.  
  256. echo Scripts Loaded (2/2)
Add Comment
Please, Sign In to add comment