Infodecal (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
Important:infodecal must use
SirYodaJedi (talk | contribs) mNo edit summary |
(-added class hierarchy) |
||
Line 1: | Line 1: | ||
{{tabs|infodecal|goldsrc=1|source=1}} | {{tabs|infodecal|goldsrc=1|source=1}} | ||
{{CD|CDecal|goldsrc=1}} | |||
{{this is a|point entity|name=infodecal|engine=GoldSrc}} It is used to place a static [[decal (GoldSrc)|decal]] in a map. It is the entity created when the Decal tool is used. It places a texture on any brush, with the first 255 colors in the [[palette]] being used to determine alpha, and the last color being used to determine color. | {{this is a|point entity|name=infodecal|engine=GoldSrc}} It is used to place a static [[decal (GoldSrc)|decal]] in a map. It is the entity created when the Decal tool is used. It places a texture on any brush, with the first 255 colors in the [[palette]] being used to determine alpha, and the last color being used to determine color. | ||
{{important|{{code|infodecal}} ''must'' use {{file|decals|wad}}, and only work on brush textures. See [[Decals (GoldSrc)]] for alternative methods of decaling.}} | {{important|{{code|infodecal}} ''must'' use {{file|decals|wad}}, and only work on brush textures. See [[Decals (GoldSrc)]] for alternative methods of decaling.}} |
Revision as of 14:25, 25 July 2024
![]() |
---|
CDecal |
![]() |
infodecal
is a point entity available in all GoldSrc games. It is used to place a static decal in a map. It is the entity created when the Decal tool is used. It places a texture on any brush, with the first 255 colors in the palette being used to determine alpha, and the last color being used to determine color.


decals.wad
, and only work on brush textures. See Decals (GoldSrc) for alternative methods of decaling.Key Values
- Name (targetname) <string>
- The targetname that other entities refer to this entity by.
- Pitch Yaw Roll (Y Z X) (angles) <QAngle>
- This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
- texture (texture) <decal>
- This defines which image from decals.wad will be displayed by the entity.
Flags
- Not in Deathmatch : [2048]