Advertisement
Guest User

Untitled

a guest
May 21st, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. //STARTA CS
  2. //+exec autoexec.cfg -novid -freq 240 -console -threads 8 -high -nod3d9ex -nojoy
  3. //RATES
  4. rate "786432"
  5. cl_cmdrate "128"
  6. cl_updaterate "128"
  7. cl_interp "0"
  8. cl_interp_ratio "1"
  9. cl_lagcompensation "1"
  10. net_maxroutable "1200"
  11.  
  12. //GRAPHICS & HUD
  13. fps_max "305"
  14. mat_monitorgamma "1.6"
  15. hud_scaling "0.95"
  16. safezoney "1"
  17. cl_hud_background_alpha "0.100000"
  18. cl_hud_bomb_under_radar "1"
  19. cl_hud_color "1"
  20. cl_hud_healthammo_style "1"
  21. cl_hud_playercount_pos "1"
  22. cl_hud_playercount_showcount "1"
  23. cl_hud_radar_scale "1"
  24. cl_teamid_overhead_always "1"
  25.  
  26. //CROSSHAIR
  27. cl_crosshair_drawoutline "0"
  28. cl_crosshair_outlinethickness "1"
  29. cl_crosshairalpha "200"
  30. cl_crosshaircolor "1"
  31. cl_crosshaircolor_b "0"
  32. cl_crosshaircolor_g "255"
  33. cl_crosshaircolor_r "0"
  34. cl_crosshairdot "0"
  35. cl_crosshairgap "-2"
  36. cl_crosshairsize "4"
  37. cl_crosshairstyle "5"
  38. cl_crosshairthickness "1.5"
  39.  
  40.  
  41. //MOUSE
  42. sensitivity "1.50"
  43. zoom_sensitivity_ratio_mouse "1.0"
  44. m_rawinput "1"
  45. m_mouseaccel1 "0"
  46. m_mouseaccel2 "0"
  47.  
  48. //BOBBING & MOVEMENT
  49. cl_viewmodel_shift_left_amt "0.5"
  50. cl_viewmodel_shift_right_amt "0.25"
  51. cl_bob_lower_amt "10"
  52. cl_bobamt_lat "0.1"
  53. cl_bobamt_vert "0.1"
  54. cl_bobcycle "0.98"
  55. viewmodel_fov "65"
  56. viewmodel_offset_x "2"
  57. viewmodel_offset_y "2"
  58. viewmodel_offset_z "-2"
  59.  
  60. //SCOREBOARD
  61. alias +stats "+showscores; net_graph 1"
  62. alias -stats "-showscores; net_graph 0"
  63. bind "TAB" "+stats"
  64.  
  65. //NET GRAPH
  66. net_graphpos "2"
  67. net_graphproportionalfont "0"
  68.  
  69. //AUDIO
  70. snd_mixahead "0.05"
  71. snd_musicvolume "0"
  72. snd_headphone_pan_exponent "2"
  73. bind "PGDN" "volume 0.01"
  74. bind "PGUP" "volume 0.81"
  75. bind "END" "volume 0.22"
  76. bindtoggle "DEL" "voice_enable"
  77.  
  78. //RANDOM FKN SHIT
  79. bind "INS" "exec autoexec.cfg"
  80. cl_autowepswitch "0"
  81. cl_disablefreezecam "1"
  82. mm_dedicated_search_maxping "45"
  83. bindtoggle "RIGHTARROW" "cl_showfps"
  84. bindtoggle "DEL" "voice_enable"
  85. cl_radar_scale "0.4"
  86. cl_radar_always_centered "0"
  87. mat_queue_mode "2"
  88. cl_teammate_colors_show "2"
  89. bind "v" "-attack"
  90. bind "c" "use weapon_flashbang"
  91.  
  92.  
  93. //ALIAS
  94. alias "clr" "clear;echo;echo --------------------;echo CONSOLE WAS CLEARED!;echo --------------------;echo"
  95. alias "showimpact" "sv_cheats 1; sv_showimpacts 2;sv_grenade_trajectory 1;clear;echo Type give weapon_flashbang for flash;echo Type give weapon_smokegrenade for smoke;echo Type give weapon_hegrenade for HE;echo Type give weapon_ak47 for AK47;echo Type give weapon_m4a1 for M4A1;echo Type sv_infinite_ammo 1 for infinite ammo"
  96.  
  97. alias "+jumpthrow" "+jump;-attack"
  98. alias "-jumpthrow" "-jump"
  99. bind "alt" "+jumpthrow"
  100.  
  101. bind "N" "teamequip"
  102. alias teamequip teamequip1
  103. alias teamequip1 "+cl_show_team_equipment; alias teamequip teamequip2"
  104. alias teamequip2 "-cl_show_team_equipment; alias teamequip teamequip1"
  105.  
  106.  
  107. host_writeconfig
  108. clear
  109. echo
  110. echo ---------------------------
  111. echo DEWES CONFIG IS NOW LOADED!
  112. echo ---------------------------
  113. echo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement