Facebook
From Rude Cheetah, 4 Years ago, written in Plain Text.
This paste is a reply to auto exec from lyr1c - view diff
Embed
Download Paste or View Raw
Hits: 260
  1. // Audio Occlusion/Distortion-------------------------------------
  2.  
  3. miles_channels 8
  4.         // Tells the number of audio channels to the audio engine
  5.  
  6. miles_occlusion 0
  7.         // Sound bouncing of walls
  8.  
  9. miles_occlusion_force 0
  10.  
  11. miles_occlusion_partial 0
  12.  
  13. sound_num_speakers 2
  14.         // Number of your audio channels
  15.  
  16. sound_without_focus 1
  17.         // Game does not stop to play sound when tabbed out
  18.  
  19.  
  20. fog_enableskybox 0
  21.         // Removes the fog from the skybox... You can see the
  22.         //mountains in the background more clearly now
  23.  
  24. mat_screen_blur_enabled 0
  25.         // Disables the blur effect on the HUD, this gives you like
  26.         // 5-10 more fps
  27.  
  28. mat_forceaniso 1
  29.  
  30. particle_cpu_level 0
  31.         // Reduces the quality of particles
  32.  
  33. cl_ragdoll_maxcount 0
  34.         // Disables Ragdoll
  35.  
  36. cl_particle_fallback_multiplier 0
  37.         // Multiplier for falling back to cheaper effects under load
  38.  
  39. cl_particle_fallback_base 0    
  40.         // Base for falling back to cheaper effects under load
  41.  
  42. noise_filter_scale 0
  43.         // Removes Film-grain
  44.        
  45. mat_bloom_scalefactor_scalar 0
  46.         // Disables bloom
  47.  
  48. r_createmodeldecals "0"
  49.         // Game does not create decals
  50.  
  51.  
  52.  
  53. // OTHER-GRAPHICS-BASED-COMMANDS---------------------------------
  54.  
  55.  
  56.  
  57. mat_disable_bloom 1
  58.         // Disables Glow spread of the light
  59.  
  60. noise_filter_scale 0
  61.         // Removes Film-grain
  62.  
  63. mat_mip_linear 0
  64.  
  65. cl_gib_allow 0
  66.  
  67. sssss_enable 0
  68.  
  69. staticProp_budget 1
  70.  
  71. func_break_max_pieces 1
  72.  
  73. cheap_captions_fadetime 0
  74.  
  75. chroma_enable 0
  76.  
  77. cl_minimal_rtt_shadows 1
captcha