Advertisement
Guest User

Autoexec

a guest
Dec 7th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1.  
  2.  
  3. //netcode
  4.  
  5. cl_cmdrate "128"
  6. cl_updaterate "128"
  7. rate "128000"
  8. cl_interp_ratio "1"
  9. cl_interp 0
  10. fps_max 0
  11. fps_max_menu 0
  12.  
  13. //best sound quality
  14.  
  15. snd_headphone_pan_exponent "2"
  16. snd_headphone_pan_radial_weight "2
  17.  
  18.  
  19.  
  20. // binds
  21.  
  22. bind "z" "+forward; r_cleardecals;"
  23. bind "q" "+moveleft; r_cleardecals;"
  24. bind "s" "+back; r_cleardecals;"
  25. bind "d" "+moveright; r_cleardecals;"
  26. bind "uparrow" "buy awp; buy tec9; buy fiveseven; buy vesthelm; buy defuser; buy molotov; buy incgrenade; buy smokegrenade; buy flashbang; buy flashbang;"
  27. bind "leftarrow" "buy ak47; buy m4a1; buy vesthelm; buy defuser; buy flashbang; buy flashbang; buy molotov; buy incgrenade; buy smokegrenade;"
  28. bind "downarrow" "buy deagle; buy vest; buy flashbang;"
  29.  
  30. //small netgraph
  31.  
  32. net_graph 0
  33. net_graphproportionalfont "0"
  34. cl_showfps 1
  35.  
  36. //smart stuff
  37.  
  38. cl_forcepreload "1"
  39. cl_autowepswitch "0"
  40. cl_disablefreezecam "1"
  41. cl_showhelp 0
  42. cl_autohelp "0"
  43. gameinstructor_enable "0"
  44.  
  45. //fps
  46.  
  47. r_dynamic "0"
  48. r_eyegloss "0"
  49. r_eyemove "0"
  50. muzzleflash_light "0"
  51. func_break_max_pieces 0
  52. r_cheapwaterend "1"
  53. r_cheapwaterstart "1"
  54. r_dynamic "0"
  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. sys_antialiasing "0"
  63. sys_refldetail "0"
  64. muzzleflash_light "0"
  65. cl_debugrumble "0"
  66. cl_detail_avoid_force "0"
  67. cl_detail_avoid_radius "0"
  68. cl_detail_avoid_recover_speed "0"
  69. cl_detail_max_sway "0"
  70. cl_freezecampanel_position_dynamic "0"
  71. hud_showtargetid "0"
  72. log_onefile "0"
  73. sv_logbans "0"
  74. sv_logecho "0"
  75. sv_logfile "0"
  76. vprof_verbose "0"
  77. sv_logflush "0"
  78.  
  79. // Clearing
  80.  
  81. clear
  82. clear_anim_cache
  83. clear_debug_overlays
  84. clear_bombs
  85. r_cleardecals
  86. hud_takesshots "0"
  87. ai_clear_bad_links
  88. cl_soundemitter_reload
  89. cl_soundscape_flush
  90. fs_clear_open_duplicate_times
  91. fs_fios_flush_cache
  92. r_cleardecals
  93. scene_flush
  94. snd_async_flush
  95. r_flushlod
  96.  
  97.  
  98. // viewmodel
  99.  
  100. viewmodel_fov 68
  101. viewmodel_offset_x 1
  102. viewmodel_offset_y -2
  103. viewmodel_offset_z -2
  104. viewmodel_presetpos 4
  105. cl_bob_lower_amt 21
  106. cl_bobamt_lat 0
  107. cl_bobamt_vert 0
  108. cl_righthand 1
  109.  
  110. //Radar
  111.  
  112. cl_radar_always_centered "0"
  113. cl_radar_icon_scale_min "0.5"
  114. cl_radar_scale "0.6025"
  115. cl_radar_icon_scale_min "0.53"
  116.  
  117. //Scripts
  118.  
  119. net_graph "1"
  120. net_graphheight "9999"
  121. alias "+scorenet" "+showscores; net_graphheight 0"
  122. alias "-scorenet" "-showscores; net_graphheight 9999"
  123. bind "TAB" "+scorenet"
  124.  
  125.  
  126. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement