NewLights settings: Difference between revisions
Thunder4ik (talk | contribs) m (→See also: clean up, replaced: See Also → See also) |
MyGamepedia (talk | contribs) |
||
Line 79: | Line 79: | ||
== See also == | == See also == | ||
* {{ent|godrays_settings}} | |||
* {{ent|newLight_Point}} | * {{ent|newLight_Point}} | ||
* {{ent|newLight_Spot}} | * {{ent|newLight_Spot}} |
Revision as of 01:44, 15 February 2024
NewLights_settings
is an e0 available in Black Mesa. This entity uses to dynamically change some settings for Black Mesa new light entities. For better understanding of this page - recommended at first familiarize yourself with new lights.
Keyvalues
- Name (targetname) <string>
- The name that other entities refer to this entity by.
- TargetNewLightEntity_Name (TargetNewLightEntity) <string>
- Target Light Entity name
Here you enter name of new light source for which you want to apply changes. Works with multiple lights if they have the same name.
- TransitionTime (TransitionTime) <integer>
- TransitionTime in secs ( 0 for instant ) to transition into new settings. Its a lerp operation A + (B-A)*TimeFactor
- LightType (LightType) <choices>
- Type of light source for which you want to apply settings. Entity will not apply settings for spot lights if selected
Point Light
and will not apply settings for point lights if selectedSpot Light
.
- 0: Point Light
- 1: Spot Light
- Enabled (Enabled) <integer>
- Light Enabled or Disabled
Determines if the light turns on or turns off. 1 - turns on, 0 - turns off.
- Light Ambient Color (LightColorAmbient) <color255>
- This is the ambient color of the sunlight.
Determines color of shadows that light source creates.
|
- Light Color (LightColor) <color255>
- This is the color of the sunlight.
Determines color of light.
- Appearance (FlareStyle) <choices>
- Template:Light appearances
- Light Intensity (Intensity) <float>
- RGB * Intensity.
Brightness of the light.

- SpecularMultiplier (SpecMultiplier) <float>
- 0 to 1 RGB * Intensity * SpecularMultiplier.
Brightness of the specular shader from this light source.
|
- Range (Range) <float>
- Range.
How far the light source illuminates. Measured in Hammer Units.

|
falloffQuadratic (falloffQuadratic) <float>- Deprecated.
falloffQuadratic
falloffLinear (falloffLinear) <float>- Deprecated.
falloffLinear
falloffConstant (falloffConstant) <float>- Deprecated.
falloffConstant
- OuterAngle (phi) <float>
- OuterAngle
Sets outer angle for spot light.
- InnerAngle (theta) <float>
- InnerAngle
Inner angle value for spot light.
- AngularFallOff (angularFallOff) <float>
- AngularFallOff
Sets angular falloff.

|
Inputs
- InputApplySettings <void>
- InputApplySettings Trigger to apply settings
Outputs
See also
- godrays_settings
- newLight_Point
- newLight_Spot
- env_lensflare
- newLight_Dir
- env_cascade_light
- Lighting
- Adding Light
- Intermediate Lighting
- Advanced Lighting
- Effect flags (dynamic light effects)
- Tool textures (for Block light)
- BlackMesa XenEngine: Part 4 – Lighting & Shadows (page from Black Mesa developer about new lights)
- BlackMesa XenEngine: Part2 – How a Frame is Rendered (page from Black Mesa developer about how a frame rendered)
- BlackMesa XenEngine: Part1 – Heavily Modified Source Engine (page from Black Mesa developer about Black Mesa engine, better known as Xenengine)