Info overlay: Difference between revisions
m (clarified render order description slightly) |
m (Updated keyvalues) |
||
Line 16: | Line 16: | ||
== Keyvalues == | == Keyvalues == | ||
{{KV|Name|targetname|Name of the overlay. Used to access the overlay with an [[env_texturetoggle]].}} | |||
{{KV|Material|material|The [[material]] to overlay.}} | |||
{{KV|Brush faces|sidelist|Faces on which the overlay will be applied.}} | |||
{{KV|RenderOrder|integer|Higher values render after lower values (on top). This value can be 0–3.}} | |||
{{KV|U Start, U End, V Start, V End|float|Texture coordinates}} | |||
{{KV|Overlay Basis Origin (Read-Only)|Vector}} | |||
{{KV|Overlay Basis U (Read-Only)|Vector}} | |||
{{KV|Overlay Basis V (Read-Only)|Vector}} | |||
{{KV|Overlay Basis Normal (Read-Only)|Vector}} | |||
{{KV|Start Fade Dist|float|Distance at which the overlay starts to fade (<0 = use fademaxdist).}} | |||
{{KV|End Fade Dist|float|Maximum distance at which the overlay is visible (0 = don't fade out).}} | |||
Revision as of 05:56, 8 May 2011
Entity description
The info_overlay entity is automatically placed when you use the Hammer Overlay Tool. The sides keyvalue is automatically set when placed in this manner. If you need the overlay to span multiple faces, open the overlay's properties in SmartEdit mode, choose Brush Faces and then <Ctrl>-Click in the camera window to add more faces.
The overlay is a more powerful version of a standard decal: it can be resized, rotated, scaled, and distorted. Overlays can also be placed on displacements, where decals can't.
There can be a max amount of 512 overlays in a single map file. The info_overlays are all packed into a special lump in the BSP file. To enable accesses by name, a func_overlay_accessor entity is created in the compiled map, which translates targetnames to info_overlay ID numbers.
Distorting overlays
If the overlay is not yet placed, select the overlay tool and your material, and click where you wish the center of the overlay to be. You should now see 4 white boxes at the edges of the overlay, and you may drag them about to distort it.
If you wish to distort an existing overlay, first select the overlay you wish to edit, and then select the overlay tool. Then you should be able to distort the overlay as described above. If the overlay does not respond, try deleting it and then following the above procedure.
Keyvalues
- Name ([todo internal name (i)]) <targetname>
- Name of the overlay. Used to access the overlay with an env_texturetoggle.