Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. con_enable "1" //Enables Console
  2.  
  3. // repositions the gunmodel to mimic CSS more closely.
  4.  
  5. viewmodel_fov "65"
  6. viewmodel_offset_x "2"
  7. viewmodel_offset_y "2"
  8. viewmodel_offset_z "-2"
  9.  
  10. // removes the shifting of the arm when crouching down.
  11.  
  12. cl_viewmodel_shift_left_amt "0"
  13. cl_viewmodel_shift_right_amt "0"
  14. cl_bob_lower_amt "10"
  15. cl_bobamt_lat "0"
  16. cl_bobamt_vert "0"
  17.  
  18.  
  19.  
  20.  
  21. // scales the HUD depending on what resolution you use, 1 is max.
  22.  
  23. hud_scaling "1"
  24.  
  25. // lowers delay between sounds.
  26.  
  27. snd_mixahead "0.05"
  28.  
  29. // sets interpolation values.
  30.  
  31. cl_interp "0"
  32. cl_interp_ratio "1"
  33.  
  34. // ignores dedicated servers with pings above this value.
  35.  
  36. mm_dedicated_search_maxping 35
  37.  
  38. // usual rate commands
  39.  
  40. cl_cmdrate "128"
  41. cl_updaterate "128"
  42. rate "100000"
  43.  
  44. cl_bobcycle "0.98"
  45.  
  46. //
  47. hud_scaling 1
  48.  
  49. zoom_sensitivity_ratio 1.0
  50. m_customaccell 0
  51.  
  52. //FPS Boost
  53.  
  54. mat_queue_mode "-1"
  55. r_drawtracers_firstperson "0"
  56. r_eyegloss "0"
  57. r_eyemove "0"
  58. r_eyeshift_x "0"
  59. r_eyeshift_y "0"
  60. r_eyeshift_z "0"
  61. r_eyesize "0"
  62. r_drawparticles 0
  63. muzzleflash_light 0
  64. sv_forcepreload 1
  65. func_break_max_pieces 0
  66.  
  67. // (FPS BOOST#2)
  68. gameinstructor_enable "0" //Removes in game lessons
  69. cl_showhelp "0" //Removes on-screen help
  70. cl_autohelp "0" //Removes automatic help
  71. cl_disablefreezecam "1" //Disables Freezecam, very important to have off
  72. cl_disablehtmlmotd "1" //Removes "Message of the day" page when joining a server
  73.  
  74. // Other
  75.  
  76. cl_autowepswitch "0"
  77.  
  78. // Mouse
  79. m_rawinput "1" //Enable Raw Input for perfect precision (Raw input is unavailable on OSX)
  80. m_mouseaccel2 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  81. m_mouseaccel1 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  82. m_customaccel "0" //Custom mouse acceleration disabled
  83.  
  84. // Hud Modification
  85.  
  86. hud_showtargetid "1" //Enables display of target names, important
  87. cl_hud_bomb_under_radar "1" //Draws bomb under radar, convenient
  88. cl_hud_color "5" //HUD colour
  89. cl_hud_radar_scale "0.9" //Radar Size, not too big and not too small
  90. cl_radar_scale "0.3" //Radar Map Scale Size, 0.3 is perfect on all maps
  91. cl_radar_always_centered "0" //Centers map instead of player in radar, important
  92. cl_hud_playercount_showcount "0" //Shows player avatars instead of numbers left
  93. cl_hud_playercount_pos "0" //Puts player information in the bottom instead of top
  94. cl_hud_healthammo_style "0" //Simplified information on HP/AP and ammo
  95. cl_hud_background_alpha "0.2" //Hidden but still visible black bars, easy on the eyes
  96. cl_loadout_colorweaponnames "1" //Weapon names are colored in loadout to match their rarity, cool feature
  97. cl_radar_icon_scale_min "0.8" //Sets the minimum player icon scale, this value feels good
  98. cl_showloadout "1" //So it doesnt fade out the weapon slots, very annoying otherwise
  99. hud_scaling "0.95" //Scales hud elements to maximum value
  100. safezonex "1" //Centers the hud closer to the middle
  101. safezoney "1" //Centers the hud closer to the middle
  102.  
  103.  
  104.  
  105. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement