This article's documentation is for anything that uses the Source engine. Click here for more information.

Info overlay transition: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[File:Info_overlay_transistion_effect.png|The "Wave" effect from the info_overlay_transition.|200px|thumb|right]]
[[File:Info_overlay_transistion_effect.png|The "Wave" effect from the info_overlay_transition.|200px|thumb|right]]
{{this is a|point entity|internal=1|name=info_overlay_transition|since=Source 2006}} {{
{{this is a|point entity|internal=1|name=info_overlay_transition|since=Source 2006}}
This entity creates a scrolling texture between a displacement and a water brush, so you can create a "wave" effect.
This entity creates a scrolling texture between a displacement and a water brush, so you can create a "wave" effect.
 
Unlike regular overlays, overlay transitions cannot modified by {{ent|env_texturetoggle}} or {{ent|material_modify_control}}.
{{bug|Not rendered in {{hammer++|2}}.}}
{{bug|Not rendered in {{hammer++|2}}.}}
{{intent}}


== Keyvalues ==
== Keyvalues ==
{{KV Targetname null|hammer only=y}}
{{KV Targetname null|hammer only=y}}  
{{KV|Material|intn=material|material|Texture to use with this overlay.}}
{{KV|Material|intn=material|material|Texture to use with this overlay.}}
{{KV|Brush faces|intn=sides|sidelist|Brush faces on which the overlay will be applied.}}
{{KV|Brush faces|intn=sides|sidelist|Brush faces on which the overlay will be applied.}}

Revision as of 16:49, 8 March 2025

The "Wave" effect from the info_overlay_transition.

info_overlay_transition is an internal point entity available in all Source Source games since Source 2006 Source 2006. This entity creates a scrolling texture between a displacement and a water brush, so you can create a "wave" effect.

Unlike regular overlays, overlay transitions cannot modified by env_texturetoggle or material_modify_control.

Icon-Bug.pngBug:Not rendered in Hammer++ Hammer++.  [todo tested in ?]

Template:Intent

Keyvalues

Name (targetname) <string>
Name of this entity. Displayed in Hammer's 2D views and Entity Report. No effect in-game, nor in map compilers.
Material (material) <material>
Texture to use with this overlay.
Brush faces (sides) <sidelist>
Brush faces on which the overlay will be applied.
Water faces (sides2) <sidelist>
Water brush faces on which the overlay will be applied.
Texcoord Length Start (LengthTexcoordStart) <float>
Texcoord Length End (LengthTexcoordEnd) <float>
Texcoord Width Start (WidthTexcoordStart) <float>
Texcoord Width End (WidthTexcoordEnd) <float>
Width Land (Width1) <float>
Width of the overlay on displacements from the coastline, in Hammer units.
Width Water (Width2) <float>
Width of the overlay on water from the coastline, in Hammer units.
Show Debug (DebugDraw) <boolean>
If set, visualizes overlay width with helper cubes, as well as coastline angles in Hammer.
  • Red Cubes - Width Land
  • Blue Cubes - Width Water