Newlights_gbuffersettings

From Valve Developer Community
Jump to navigation Jump to search
Class hierarchy
CNewRendererSettings
CBaseEntity

Newlights_gbuffersettings is a logical entity available in Black Mesa Black Mesa. This entity controls some of the Gbuffer Settings via Hammer.

Warning.pngWarning:Works only if used value 1 or 2 for nr_allow_hammer_nerfs.

Keyvalues

Enable4WaysFastPath (Enable4WaysFastPath) <choices>
Enable or disable Lightmapped_4WayBlend fast path. The same does r_4way_use_fast_normal cvar.
  • 0: No
  • 1: Yes
DisableGbufferOnSecondaryCams (DisableGbufferOnSecondaryCams) <choices>
Disable or enable Gbuffer for secondary cameras like point camera, etc. The same does nr_gbuffer_for_secondary_cams_enabled cvar (needs save reload).
  • 0: No
  • 1: Yes
DisableGbufferOnRefractions (DisableGbufferOnRefractions) <choices>
Disable or enable Gbuffer for water refractions. The same does nr_gbuffer_for_refraction_enabled cvar.
  • 0: No
  • 1: Yes
DisableGbufferOnReflections (DisableGbufferOnReflections) <choices>
Disable or enable Gbuffer in planar (water) reflections. The same does nr_gbuffer_for_reflection_enabled cvar.
  • 0: No
  • 1: Yes

See also