env_shooter (Half-Life) Last edited 15 years ago2008-04-26 14:57:15 UTC

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

  1. The formatting may be incorrect due to differences in the WikiCode processing engine, it needs to be revised and reformatted
  2. Some information may be out of date
  3. After the article is re-formatted and updated, remove this notice and the Review Required category.
  4. 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 Entity

The env_shooter shoots out models or sprites.

Attributes

[list]
[li]0 = Normal [li]Render Mode (rendermode) - Controls the type of rendering that is used for an object. Options are: [li]Number of Gibs (m_iGibs) - The number of gibs that will be spawned on activation.[/li]
[li]Delay between shots (delay) - The time in seconds between each gib being shot out. 0 means they are all expelled at once.[/li]
[li]Gib Velocity (m_flVelocity) - The speed that gibs are shot out.[/li]
[li]Course Variance (m_flVariance) - How much each gib's direction will vary from the normal.[/li]
[li]Gib Life (m_flGibLife) - Time in seconds that gibs are visible.[/li]
[li]FX Amount (renderamt)[/li]
[li]FX Color (rendercolor)[/li]
[li]Model or Sprite name (shootmodel) - The path and name of the model or sprite to be shot. e.g. 'models/model.mdl' or 'sprites/sprite.mdl'.[/li]
[li]Material Sound (shootsounds) - The sound that is produced when gibs hit the ground. Values:<BR>-1 = None<BR>0 = Glass<BR>1 = Wood<BR>2 = Metal<BR>3 = Flesh<BR>4 = Concrete[/li]
[li]Gib Sprite Scale (scale) - Applies to sprites only. Sets their scale.[/li]
[li]Gib Skin (skin) - Applies to models only. Sets the skin if more than one is available.[/li]
[/list]

Flags

Inputs

Outputs

*

Comments

You must log in to post a comment. You can login or register a new account.