Facebook
From Mungo Crow, 3 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: 312
  1. //Binds-------------------------------------
  2.  
  3. bind "E" "+use; +use_long" 0
  4.         // Your use bind
  5.  
  6. bind "F1" "toggle cl_showfps 4 0"
  7.         // Toggle for the FPS Counter
  8.  
  9. // Audio Occlusion/Distortion-------------------------------------
  10.  
  11. miles_channels 8
  12.         // Tells the number of audio channels to the audio engine
  13.  
  14. miles_occlusion 0
  15.         // Sound bouncing of walls
  16.  
  17. miles_occlusion_force 0
  18.  
  19. miles_occlusion_partial 0
  20.  
  21. sound_num_speakers 2
  22.         // Number of your audio channels
  23.  
  24. sound_without_focus 1
  25.         // Game does not stop to play sound when tabbed out
  26.  
  27.  
  28. fog_enableskybox 0
  29.         // Removes the fog from the skybox... You can see the
  30.         //mountains in the background more clearly now
  31.  
  32. mat_screen_blur_enabled 0
  33.         // Disables the blur effect on the HUD, this gives you like
  34.         // 5-10 more fps
  35.  
  36. mat_forceaniso 1
  37.  
  38. particle_cpu_level 0
  39.         // Reduces the quality of particles
  40.  
  41. cl_ragdoll_maxcount 0
  42.         // Disables Ragdoll
  43.  
  44. cl_particle_fallback_multiplier 0
  45.         // Multiplier for falling back to cheaper effects under load
  46.  
  47. cl_particle_fallback_base 0    
  48.         // Base for falling back to cheaper effects under load
  49.  
  50. noise_filter_scale 0
  51.         // Removes Film-grain
  52.        
  53. mat_bloom_scalefactor_scalar 0
  54.         // Disables bloom
  55.  
  56. r_createmodeldecals "0"
  57.         // Game does not create decals
  58.  
  59.  
  60.  
  61. // OTHER-GRAPHICS-BASED-COMMANDS---------------------------------
  62.  
  63.  
  64.  
  65. mat_disable_bloom 1
  66.         // Disables Glow spread of the light
  67.  
  68. noise_filter_scale 0
  69.         // Removes Film-grain
  70.  
  71. mat_mip_linear 0
  72.  
  73. cl_gib_allow 0
  74.  
  75. sssss_enable 0
  76.  
  77. staticProp_budget 1
  78.  
  79. func_break_max_pieces 1
  80.  
  81. cheap_captions_fadetime 0
  82.  
  83. chroma_enable 0
  84.  
  85. cl_minimal_rtt_shadows 1