Advertisement
Viniyt

Incursion Red River

Apr 29th, 2024
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. r.ScreenPercentage: Adjusts the render resolution scale.
  2. sg.ResolutionQuality: Adjusts the render resolution scale (decimal value).
  3. r.SetRes: Sets the screen resolution.
  4. r.PostProcessAAQuality: Adjusts post-processing anti-aliasing quality.
  5. r.ShadowQuality: Adjusts shadow quality.
  6. r.TextureQuality: Adjusts texture quality.
  7. r.ViewDistanceScale: Adjusts the distance at which objects are rendered.
  8. r.SkeletalMeshLODBias: Adjusts the level of detail for skeletal meshes.
  9. r.StaticMeshLODDistanceScale: Adjusts the distance at which static meshes switch LODs.
  10. r.LightFunctionQuality: Adjusts the quality of light functions.
  11. r.DetailMode: Adjusts the detail mode (0 = low, 1 = medium, 2 = high).
  12. r.MipMapLODBias: Adjusts the level of detail for mipmaps.
  13. r.AmbientOcclusionLevels: Adjusts the number of ambient occlusion levels.
  14. r.AmbientOcclusionRadiusScale: Adjusts the scale of ambient occlusion.
  15. r.AmbientOcclusionStaticFraction: Adjusts the fraction of static ambient occlusion.
  16. r.AmbientOcclusionMipLevelFactor: Adjusts the mip level factor of ambient occlusion.
  17. r.AmbientOcclusionMipScale: Adjusts the scale of ambient occlusion mipmaps.
  18. r.RefractionQuality: Adjusts the quality of refraction.
  19. r.BloomQuality: Adjusts bloom quality.
  20. r.TranslucencyLightingVolumeDim: Adjusts the dimension of the translucency lighting volume.
  21. r.MaterialQualityLevel: Adjusts material quality level.
  22. r.EmitterSpawnRateScale: Adjusts emitter spawn rate scale.
  23. r.ParticleLODBias: Adjusts particle LOD bias.
  24. r.LensFlareQuality: Adjusts lens flare quality.
  25. r.SceneColorFringeQuality: Adjusts scene color fringe quality.
  26. r.SceneColorFormat: Adjusts the scene color format.
  27. r.Tonemapper.Sharpen: Adjusts tonemapper sharpening.
  28. r.Tonemapper.Quality: Adjusts tonemapper quality.
  29. r.SSR.Quality: Adjusts screen-space reflections quality.
  30. r.SSR.MaxRoughness: Adjusts screen-space reflections max roughness.
  31. r.SetRes: This command sets the screen resolution. Adjusting the resolution can impact graphical quality and performance. For example, r.SetRes 1920x1080 sets the resolution to 1920x1080 pixels.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement