Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.94 KB | None | 0 0
  1. // config - 15/12/17
  2. // When you type "//" the game ignores whatever is written after
  3. // I also use the in-game font "Expressway"
  4. con_enable "1" //Enables Console
  5.  
  6. echo Config Loaded! (1/2) //This confirms that the config has been loaded
  7.  
  8. // Crosshair - Small Cyan Crosshair (15/12/17)
  9. cl_crosshair_drawoutline "1";
  10. cl_crosshair_dynamic_maxdist_splitratio "0.35";
  11. cl_crosshair_dynamic_splitalpha_innermod "1";
  12. cl_crosshair_dynamic_splitalpha_outermod "0.5";
  13. cl_crosshair_dynamic_splitdist "7";
  14. cl_crosshair_outlinethickness "1.000000";
  15. cl_crosshair_sniper_show_normal_inaccuracy "0";
  16. cl_crosshair_sniper_width "1";
  17. cl_crosshair_t "0";
  18. cl_crosshairalpha "255";
  19. cl_crosshaircolor "4";
  20. cl_crosshaircolor_b "41";
  21. cl_crosshaircolor_g "255";
  22. cl_crosshaircolor_r "0";
  23. cl_crosshairdot "0";
  24. cl_crosshairgap "-1.500000";
  25. cl_crosshairgap_useweaponvalue "0";
  26. cl_crosshairscale "0";
  27. cl_crosshairsize "1.500000";
  28. cl_crosshairstyle "4";
  29. cl_crosshairthickness "0.000000";
  30. cl_crosshairusealpha "1";
  31. cl_fixedcrosshairgap "3";
  32.  
  33. // Viewmodels - Viewmodel Settings
  34. cl_viewmodel_shift_left_amt "0.500000";
  35. cl_viewmodel_shift_right_amt "0.250000";
  36. viewmodel_fov "68";
  37. viewmodel_offset_x "1.400000";
  38. viewmodel_offset_y "2.0";
  39. viewmodel_offset_z "-2.0";
  40. cl_bob_lower_amt "5.000000";
  41. cl_bobamt_lat "0.100000";
  42. cl_bobamt_vert "0.100000";
  43. cl_bobcycle "0.98";
  44.  
  45. // Bindings - These bindings
  46. bind "v" "+voicerecord" //You can communicate with the V key instead of K
  47. bind "f" "+lookatweapon" //Inspect your weapon with F
  48. bind "leftarrow" "+left" //Turn left with arrow key
  49. bind "rightarrow" "+right" //Turn right with arrow key
  50. unbind "i" //So you don't accidentally enable hud fade, which is very annoying
  51.  
  52. // No Tutorial or Info Messages - Can give FPS BOOST and is also very annoying
  53. gameinstructor_enable "0" //Removes in game lessons
  54. cl_showhelp "0" //Removes on-screen help
  55. cl_autohelp "0" //Removes automatic help
  56. cl_disablefreezecam "1" //Disables Freezecam, very important to have off
  57. cl_disablehtmlmotd "1" //Removes "Message of the day" page when joining a server
  58.  
  59. // Rates - These network settings are optimized for high speed internet
  60. rate "400000" // Your download rate to the server. Max rate: "786432".
  61. cl_cmdrate "128" //Max number of command packets sent to server per second
  62. cl_updaterate "128" //Number of packets per second you are requesting from the server
  63. cl_interp "0" //Sets the interpolation amount, always set this to 0
  64. cl_interp_ratio "1" //Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate)
  65. cl_lagcompensation "1" //Lag compensation helps by eliminating combat latency from client side view
  66. cl_predict "1" //Skip waiting for server feedback and simulate client side movement in real-time
  67. cl_predictweapons "1" //Skip waiting for server feedback and perform client side prediction of weapon effects
  68.  
  69. // Video - Brightness & Disabling TV Mode
  70. mat_monitorgamma "2" //Sets the Brightness to default.
  71. mat_monitorgamma_tv_enabled "0" //Turn off TV Mode for less off-set light
  72.  
  73. // Sound - Sound settings, doesn't affect volume in-game, adjust that yourself.
  74. voice_scale "0.4" //Turns down the volume of other players voice to 40%
  75. snd_musicvolume "0" //Turns off all music, easier to focus
  76. snd_hwcompat 1 //Disables "Advanced 3D Audio Processing"
  77.  
  78. // Net - How much frames you have and solid graph
  79. fps_max "0" //Uncapped fps in-game.
  80. fps_max_menu "0" //Uncapped fps in-menu.
  81.  
  82. // Other
  83. r_drawtracers_firstperson "0" //Hides bullet tracers in first person view
  84. lobby_voice_chat_enabled "0" //Turns microphone off in lobby, really useful
  85. cl_use_opens_buy_menu "0" //Disables E from opening buy-menu, really useful
  86. mm_dedicated_search_maxping "50" //Maxping Search in Matchmaking
  87. cl_autowepswitch 0 //Don't auto-pick weapons
  88. func_break_max_pieces 0 //Less clutter from breaking vents (especially in Mirage)
  89.  
  90. // Make sure mouse is using "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 "1" //Fixes your zoom sensitivity to act as your real sensitivity, default value is 1.
  97.  
  98. // Hud - All my personal hud modifications (Made possible as of 1 May 2015)
  99. hud_showtargetid "1" //Enables display of target names, important
  100. cl_teammate_colors_show 1 //Show teammates as separate colors in the radar, 2 is for letters
  101. cl_hud_bomb_under_radar "1" //Draws bomb under radar, convenient
  102. cl_hud_color "1" //Makes the hud color yellow, for banana style
  103. cl_hud_radar_scale "1.05" //Radar Size, not too big and not too small
  104. cl_radar_scale "0.4" //Radar Map Scale Size, 0.4 is perfect on all maps
  105. cl_radar_always_centered "0" //Centers map instead of player in radar, important
  106. cl_hud_playercount_showcount "0" //Shows player avatars instead of numbers left
  107. cl_hud_playercount_pos "0" //Puts player information in the bottom instead of top
  108. cl_hud_healthammo_style "1" //Simplified information on HP/AP and ammo
  109. cl_hud_background_alpha "0.4" //Hidden but still visible black bars, easy on the eyes
  110. cl_loadout_colorweaponnames "1" //Weapon names are colored in loadout to match their rarity, cool feature
  111. cl_radar_icon_scale_min "0.8" //Sets the minimum player icon scale, this value feels good
  112. cl_showloadout "1" //So it doesnt fade out the weapon slots, very annoying otherwise
  113. hud_scaling "0.60" //Scales hud elements to maximum value
  114. cl_teamid_overhead_always 1 //Always show team behind walls
  115.  
  116. // I've changed these values since 2017-04-24 back to 1 instead of 0.85
  117. safezonex "1" //Default Value is 1.0
  118. safezoney "1" //Default Value is 1.0
  119.  
  120. echo Config Loaded! (2/2) //This just confirms that the config has ended successfully
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement