Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.53 KB | None | 0 0
  1. //-novid -tickrate 128 -refresh 75 -language bananagaming
  2.  
  3. con_enable "1" //Enables Console
  4.  
  5. echo Config Loaded! (1/2) //This confirms that the config has been loaded
  6.  
  7. // Crosshair - Crosshair Settings
  8. cl_crosshair_drawoutline "0"
  9. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  10. cl_crosshair_dynamic_splitalpha_innermod "1"
  11. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  12. cl_crosshair_dynamic_splitdist "7"
  13. cl_crosshair_outlinethickness "1"
  14. cl_crosshair_sniper_show_normal_inaccuracy "0"
  15. cl_crosshair_sniper_width "1"
  16. cl_crosshairalpha "999"
  17. cl_crosshaircolor "1"
  18. cl_crosshaircolor_b "50"
  19. cl_crosshaircolor_g "250"
  20. cl_crosshaircolor_r "50"
  21. cl_crosshairdot "0"
  22. cl_crosshairgap "-1.5"
  23. cl_crosshairgap_useweaponvalue "0"
  24. cl_crosshairscale "0"
  25. cl_crosshairsize "3.500000"
  26. cl_crosshairstyle "4"
  27. cl_crosshairthickness "0.500000"
  28. cl_crosshairusealpha "1"
  29. cl_fixedcrosshairgap "3"
  30.  
  31. // Viewmodels - Viewmodel Settings
  32. viewmodel_fov "68"
  33. viewmodel_offset_x "2.500000"
  34. viewmodel_offset_y "0"
  35. viewmodel_offset_z "-1.500000"
  36. viewmodel_presetpos "0"
  37.  
  38. // Bob - How much you move around with weapons
  39. cl_bob_lower_amt "5" //How much the viewmodel lowers when running, set to lowest for less distraction
  40. cl_bobamt_lat "0.1" //How much the viewmodel moves side to side when running, set to lowest for less distraction
  41. cl_bobamt_vert "0.1" //How much the viewmodel moves up and down when running, set to lowest for less distraction
  42. cl_bobcycle "0.98" //The frequency at which the viewmodel bobs, set to default
  43. cl_viewmodel_shift_left_amt "0" //Removes shifting of arms
  44. cl_viewmodel_shift_right_amt "0" //Removes shifting of arms
  45.  
  46. // Bindings - These bindings
  47.  
  48. alias "dis" "disconnect"
  49. alias "re" "mp_restartgame 1"
  50. alias "prac" "exec prac.cfg"
  51. alias "fix" "mat_setvideomode 1280 1024 1; mat_setvideomode 1280 1024 0"
  52.  
  53. bind "x" "+voicerecord" //You can communicate with the V key instead of K
  54. bind "f3" "autobuy" //Autobuy weapons if you have lots of money with F
  55. bind "f4" "ignoremsg" //Ignore chat by turning off enemies, teams and both
  56. bind "f8" "exec autoexec.cfg"
  57. bind "t" "+lookatweapon" //Inspect your weapon with T
  58. bind "z" "drop"
  59. bind "f" "use weapon_flashbang"
  60. bind "g" "use weapon_smokegrenade"
  61. bind "c" "use weapon_hegrenade"
  62. bind "v" "use weapon_molotov; use weapon_incgrenade"
  63. bind "n" "holdpos"
  64. bind "MWHEELUP" "+jump"
  65. bind "q" "lastinv; r_cleardecals"
  66. bind "r" "+reload; r_cleardecals"
  67. bind "MWHEELDOWN" "+jump"
  68. bind "mouse3" "noclip"
  69. bind "ctrl" "+duck; r_cleardecals"
  70. bind "TAB" "+showscores"
  71. unbind "i" //So you don't accidentally enable hud fade, which is very annoying
  72. unbind "F10"
  73.  
  74. // No Tutorial or Info Messages - Can give FPS BOOST and is also very annoying
  75. gameinstructor_enable "0" //Removes in game lessons
  76. cl_showhelp "0" //Removes on-screen help
  77. cl_autohelp "0" //Removes automatic help
  78. cl_disablefreezecam "1" //Disables Freezecam, very important to have off
  79. cl_disablehtmlmotd "1" //Removes "Message of the day" page when joining a server
  80.  
  81. // Rates - These network settings are optimized for high speed internet
  82. rate "196608" //New rate values, this seems to work best for my matchmaking experience
  83. cl_cmdrate "128" //Max number of command packets sent to server per second
  84. cl_updaterate "128" //Number of packets per second you are requesting from the server
  85. cl_interp_ratio "1" //Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate)
  86. cl_interp "0" //Sets the interpolation amount, always set this to 0
  87. cl_lagcompensation "1" //Lag compensation helps by eliminating combat latency from client side view
  88. cl_predict "1" //Skip waiting for server feedback and simulate client side movement in real-time
  89. cl_predictweapons "1" //Skip waiting for server feedback and perform client side prediction of weapon effects
  90.  
  91. // Video - Brightness & Disabling TV Mode
  92. mat_monitorgamma "1.6" //Sets the Brightness to it's highest value, highly recommended
  93. mat_monitorgamma_tv_enabled "1" //Turn off TV Mode for less off-set light
  94.  
  95. // Sound - Sound settings, doesn't affect volume in-game, adjust that yourself.
  96. voice_enable "1"
  97. volume "0.5"
  98. voice_scale "0.2" //Turns down the volume of other players voice to 40%
  99. snd_musicvolume "0" //Turns off all music, easier to focus
  100. snd_use_hrtf "0" //Turn ON Head-Related Transfer Function
  101.  
  102. // Net - How much frames you have and solid graph
  103. fps_max "199" //Map loads fast and allows high frames
  104. net_graph "1" //Shows my network usage data
  105. net_graphheight "0" //Changes height
  106. net_graphmsecs "400" //The latency graph represents this many milliseconds
  107. net_graphpos "2" //Positioning of Net Graph
  108. net_graphproportionalfont "0" //Makes font smaller
  109. net_graphshowinterp "1" //Shows interpolation value
  110. net_graphshowlatency "1" //Shows latency value
  111. net_graphsolid "1" //Solid Net Graph
  112. net_graphtext "1" //Shows text fields
  113. net_maxroutable "1200" //Requested max packet size before packets are 'split'
  114. net_scale "5" //Makes font smaller
  115.  
  116. // Other
  117. r_drawtracers_firstperson "0" //Hides bullet tracers in first person view
  118. lobby_voice_chat_enabled "0" //Turns microphone off in lobby, really useful
  119. cl_use_opens_buy_menu "0" //Disables E from opening buy-menu, really useful
  120. mm_dedicated_search_maxping "75" //Maxping Search in Matchmaking
  121. cl_autowepswitch "0" //Don't auto-pick weapons
  122. cl_join_advertise "2" //Lets your friends join you when you're in community servers
  123.  
  124. // Make sure mouse is using "Raw Input" & "No Acceleration"
  125. sensitivity "2.05"
  126. zoom_sensitivity_ratio_mouse "0.9"
  127. m_rawinput "1" //Enable Raw Input for perfect precision (Raw input is unavailable on OSX)
  128. m_mouseaccel2 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  129. m_mouseaccel1 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  130. m_customaccel "0" //Custom mouse acceleration disabled
  131. m_mousespeed "0" //Windows mouse acceleration disabled, just for precaution
  132.  
  133. // Hud - All my personal hud modifications (Made possible as of 1 May 2015)
  134. hud_showtargetid "1" //Enables display of target names, important
  135. cl_teammate_colors_show "2" //Show teammates as separate colors in the radar, 2 is for letters
  136. cl_hud_bomb_under_radar "1" //Draws bomb under radar, convenient
  137. cl_hud_color "7" //Makes the hud color yellow, for banana style
  138. cl_hud_radar_scale "1" //Radar Size, not too big and not too small
  139. cl_radar_scale "0.4" //Radar Map Scale Size, 0.4 is perfect on all maps
  140. cl_radar_always_centered "0" //Centers map instead of player in radar, important
  141. cl_hud_playercount_showcount "1" //Shows player avatars instead of numbers left
  142. cl_hud_playercount_pos "1" //Puts player information in the bottom instead of top
  143. cl_hud_healthammo_style "1" //Simplified information on HP/AP and ammo
  144. cl_hud_background_alpha "0.2" //Hidden but still visible black bars, easy on the eyes
  145. cl_loadout_colorweaponnames "1" //Weapon names are colored in loadout to match their rarity, cool feature
  146. cl_radar_icon_scale_min "1" //Sets the minimum player icon scale, this value feels good
  147. cl_showloadout "1" //So it doesnt fade out the weapon slots, very annoying otherwise
  148. hud_scaling "0.95" //Scales hud elements to maximum value
  149.  
  150. // These commands make the hud go closer to the middle
  151. safezonex "1" //Default Value is 1.0
  152. safezoney "1" //Default Value is 1.0
  153.  
  154. echo Config Loaded! (2/2) //This just confirms that the config has ended successfully
  155.  
  156. // SCRIPTS BELOW, Not needed if you don't want them
  157.  
  158. echo Scripts Loaded (1/2)
  159.  
  160. // Jump Throw (For Smokes)
  161. alias "+jumpthrow" "+jump;-attack"
  162. alias "-jumpthrow" "-jump"
  163. bind "mouse4" "+jumpthrow" //Bind to whatever you prefer (Default Mouse5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement