Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. //Auto Weapon Switch
  2. cl_autowepswitch "0" // we dont want to pick up & switch to a rifle up if we're in the middle of firing our pistol
  3.  
  4. //FIRST
  5. sv_cheats "1"
  6. //developer "0"
  7. //mat_postprocess_enable "0"
  8. //mat_bloomamount_rate "0.05f"
  9. //mat_bumpbasis "0"
  10. //mat_debugalttab "0"
  11. //mat_debug_bloom "0"
  12. //mat_debug_postprocessing_effects "0"
  13. //mat_disable_bloom "1"
  14. //mat_fastnobump "1"
  15. //mat_force_bloom "0"
  16. //mat_hdr_enabled "0"
  17. //mat_leafvis "0"
  18. //mat_loadtextures "1"
  19. //mat_norendering "0"
  20. //mat_show_texture_memory_usage "0"
  21. //mat_softwareskin "0"
  22. //mat_surfaceid "0"
  23. //mat_surfacemat "0"
  24. //mat_yuv "0"*
  25.  
  26. //Bobbing and Movement Shifting - remove all the dumb view bob
  27. cl_viewmodel_shift_left_amt "0"
  28. cl_viewmodel_shift_right_amt "0"
  29. cl_bob_lower_amt "0"
  30. cl_bobamt_lat "0"
  31. cl_bobamt_vert "0"
  32. cl_showloadout "1"
  33. cl_bobcycle "1"
  34.  
  35. //Bypass OS Interface & Acceleration - yes
  36. m_rawinput "1"
  37. m_mouseaccel1 "0"
  38. m_mouseaccel2 "0"
  39.  
  40. //defuse kit custom
  41. bind "kp_5" "buy defuser; buy smokegrenade; buy flashbang; buy flashbang"
  42. bind kp_minus "mp_warmuptime 99999999999999; bot_kick; bot_quota 0; sv_infinite_ammo 2; sv_grenade_trajectory 1; mp_warmup_start; give weapon_smokegrenade"
  43. bind kp_multiply "noclip"
  44.  
  45. //Help Messages - you dont need these
  46. gameinstructor_enable "0"
  47. cl_autohelp "0"
  48. cl_showhelp "0"
  49.  
  50. //HUD - adjust for preference i guess
  51. hud_scaling ".95"
  52. hud_showtargetid "1"
  53. bind "TAB" "+ng"; //
  54. alias "+ng" "+showscores; net_graph 1" // these 3 = onyl show netgraph when tab/scoreboard is held
  55. alias "-ng" "-showscores; net_graph 0" //
  56.  
  57. //Max Ping - adjust for preference
  58. mm_dedicated_search_maxping "100" // we dont wanna get put in a server where we have 200 ping
  59.  
  60. //MOTD - because ♥♥♥♥ pinion
  61. cl_disablehtmlmotd "1"
  62. cl_downloadfilter "nosounds"
  63.  
  64. //Performance & Rates - rates for 128 tick servers, matchmaking is 64 but this is usually fine
  65. cl_forcepreload "1"
  66. cl_interp "0"
  67. cl_interp_ratio "1"
  68. cl_cmdrate "128"
  69. cl_updaterate "128"
  70. cl_lagcompensation "1"
  71. rate "128000"
  72. fps_max "999"
  73.  
  74. //misc
  75. demo_recordcommands "1"
  76.  
  77. //R
  78. //r_ambientfraction "0.1"
  79. //r_avglight "1"
  80. //r_avglightmap "0"
  81. //r_dynamic "0"
  82. //r_lightcache_numambientsamples "162"
  83. //r_lightinterp "0"
  84. //r_lightstyle "-1"
  85. //r_radiosity "4"
  86. //r_skin "0"
  87. //r_updaterefracttexture "0"
  88.  
  89. echo "Autoexec Config loaded" // make sure this autoexec does its fine
  90. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement