Advertisement
Guest User

comanglia conservative fix

a guest
Apr 12th, 2018
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. //r_lod 2 // Setting r_lod 2 will cause all models to be at their second LOD level and will not let them go down to their third or lower quality LOD levels when they are small enough to do so
  2. r_lod -1 // -1 will use r_rootlod to determine how much LOD should be offset by, so that models can properly decrease quality even more.
  3. blink_duration 0.001 // 0 causes a divide by zero exception
  4. g_ragdoll_fadespeed 10000 // Rate at which ragdolls fade.
  5. g_ragdoll_lvfadespeed 10000 // Same as above but for low violence mode.
  6. violence_agibs 1 // Low violence lowers FPS. Disabling removes blood effects.
  7. violence_hgibs 1 // Low violence lowers FPS. Disabling removes blood effects.
  8. lod_transitiondist -1 // 0 causes fade LODs to fade across 0 units, which causes an error. It is best to set this to -1, which lowers the distance fade LODs can be seen and also fades them across 1 unit
  9. //mat_forcemanagedtextureintohardware 0 //TF2 will determine if it is appropriate to use it or not.
  10. mod_forcedata 0 // Enabling this causes models to not be loaded async
  11. //mat_monitorgamma 2.2 // Personal setting for game brigthness.
  12. r_cheapwaterstart 0 // Use cheap water as much as possible
  13. r_cheapwaterend 0.1 // Use cheap water as much as possible
  14. r_hunkalloclightmaps 1 // Use a proper memory store for lightmaps
  15. r_lightcache_zbuffercache 1 // Use zcache from map data
  16. r_PhysPropStaticLighting 1 // Use static lighting for props instead of baking lighting data for them on the fly
  17. rope_averagelight 1 // When 0, this will do an extra calculation
  18. r_fastzreject 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement