env_sprite (Half-Life)
Last edited 6 years ago2018-10-11 17:44:21 UTC
- Wiki
- View Page
-
You are viewing an older revision of this wiki page. The current revision may be more detailed and up-to-date.
Click here to see the current revision of this page.
This article was converted from a previous version of TWHL and may need to be reviewed
- The formatting may be incorrect due to differences in the WikiCode processing engine, it needs to be revised and reformatted
- Some information may be out of date
- After the article is re-formatted and updated, remove this notice and the Review Required category.
- Some older articles are no longer useful, or they duplicate information from other pages. In this case, delete the page after merging any relevant information into other pages. Contact an admin to delete a page.
Point EntityPlaces a sprite (small 2D image) in your map.
Attributes
- Name (targetname) - Property used to identify entities.
- Render FX (renderfx) - Gives objects special render effects. Think of it as modifying whatever the Render Mode puts out. The options are as follows:
- 0 = Normal
- 1 = Slow Pulse
- 2 = Fast Pulse
- 3 = Slow Wide Pulse
- 4 = Fast Wide Pulse
- 5 = Slow Fade Away
- 6 = Fast Fade Away
- 7 = Slow Become Solid
- 8 = Fast Become Solid
- 9 = Slow Strobe
- 10 = Fast Strobe
- 11 = Faster Strobe
- 12 = Slow Flicker
- 13 = Fast Flicker
- 14 = Constant Glow
- 15 = Distort
- 16 = Hologram (Distort and Fade)
- Render Mode (rendermode) - Controls the type of rendering that is used for an object. Options are:
- 0 = Normal
- 1 = Color
- 2 = Texture
- 3 = Glow
- 4 = Solid
- 5 = Additive[/li]
- Pitch Yaw Roll (angles) - Sets the pitch (up / down), yaw (left / right) and roll (bank) respectively. The compass in WorldCraft / Hammer corresponds to Yaw. The settings are not always (or not all) used.
- FX Amount (renderamt)
- FX Color (rendercolor)
- Framerate (framerate) - For animated sprites, controls the framerate.
- Sprite Name (model) - The path and name of the sprite as found in the PAK (default is 'sprites/glow01.spr').
- Scale (scale) - Sets the scale. Default is 1:1.
Flags
- Start On (1)
- Play Once (2) - With animated sprites, makes the sprite play through its frames only once before being retriggered.
Notes
- To see all the sprites you can use, browse through the 'half-life.gcf' file found in your 'Steam/steamapps' folder with a GCF viewer (such as GCFScape). Extract the .spr files and open them with SprView.
1 Comment
You must log in to post a comment.
You can login or register a new account.