Advertisement
Guest User

autoexec

a guest
Apr 19th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. // Bad connection
  2. cl_cmdrate 40
  3. cl_interp 0
  4. cl_interp_ratio 2
  5. cl_lagcompensation 1
  6. cl_pred_optimize 2
  7. cl_smooth 0
  8. cl_smoothtime 0.01
  9. cl_updaterate 40
  10. rate 35000
  11. // Graphic
  12. cl_burninggibs 1
  13. cl_detaildist 8096
  14. cl_detailfade 0
  15. cl_maxrenderable_dist 8096
  16. cl_new_impact_effects 1
  17. cl_phys_props_max 1024
  18. cl_ragdoll_collide 1
  19. lod_transitiondist 6400
  20. mat_aaquality 2
  21. mat_antialias 8
  22. mat_bumpmap 1
  23. mat_compressedtextures 1
  24. mat_envmapsize 512
  25. mat_envmaptgasize 512
  26. mat_forceaniso 16
  27. mat_hdr_level 2
  28. mat_monitorgamma 2.0
  29. mat_motion_blur_enabled 0
  30. mat_motion_blur_forward_enabled 0
  31. mat_motion_blur_strength 0
  32. mat_parallaxmap 1
  33. mat_picmip -1
  34. mat_postprocess_x 8
  35. mat_postprocess_y 8
  36. mat_reducefillrate 0
  37. mat_software_aa_blur_one_pixel_lines 0.5
  38. mat_software_aa_edge_threshold 0.8
  39. mat_software_aa_quality 2
  40. mat_software_aa_strength 2
  41. mat_software_aa_strength_vgui 2
  42. mat_specular 1
  43. mat_wateroverlaysize 512
  44. mp_decals 4096
  45. mp_usehwmmodels 1
  46. mp_usehwmvcds 1
  47. r_avglight 3
  48. r_decals 4096
  49. r_eyeglintlodpixels 4
  50. r_lod 0
  51. r_maxmodeldecal 4096
  52. r_radiosity 3
  53. r_rainradius 2250
  54. r_rainsplashpercentage 100
  55. r_rootlod 0
  56. r_shadowmaxrendered 1024
  57. r_shadowrendertotexture 1
  58. r_shadows 1
  59. r_waterdrawreflection 1
  60. r_waterdrawrefraction 1
  61. r_waterforceexpensive 1
  62. r_waterforcereflectentities 1
  63. // Misc
  64. cl_forcepreload 1
  65. fps_max 61
  66. cl_customsounds 1
  67. // Raw Mouse Input
  68. m_rawinput "1"
  69. mat_vsync "1"
  70. m_filter "0"
  71. m_customaccel "0"
  72. m_mouseaccel1 "0"
  73. m_mouseaccel2 "0"
  74. // Aliases
  75. alias +rocketjump "+jump;+duck;wait;+attack"
  76. alias -rocketjump "-jump;-attack;wait;wait;wait;-duck
  77. // Binds
  78. bind "mouse4" "+use_action_slot_item"
  79. bind "j" "record fix; stop; snd_restart; hud_reloadscheme"
  80. bind "t" "impulse 201"
  81. bind "mouse5" "impulse 202"
  82. // Unused
  83. alias "+zoomer" "zoomin"
  84. alias "-zoomer" "zoomout"
  85. alias "zoomin" "r_drawviewmodel 0; fov_desired 85; wait 2; fov_desired 80; wait 2;
  86.  
  87. fov_desired 75"
  88. alias "zoomout" "r_drawviewmodel 1; fov_desired 80; wait 2; fov_desired 85; wait 2;
  89.  
  90. fov_desired 90"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement