This article relates to the game "Half-Life: Blue Shift". Click here for more information.
This article relates to the game "Half-Life: Opposing Force". Click here for more information.
This article relates to the game "Half-Life". Click here for more information.

Weapon snark (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Pics)
m (Cleanup)
Line 1: Line 1:
{{this is a|point entity|name=weapon_snark|engine=GoldSrc|game=Half-Life|game1=Half-Life: Opposing Force|game2=Half-Life: Blue Shift}}  
{{hl topicon}}{{hlop4 topicon}}{{hlbs topicon}}
{{this is a|point entity|name=weapon_snark|game=Half-Life|game1=Half-Life: Opposing Force|game2=Half-Life: Blue Shift}}  
[[File:V_squeak_goldsrc.png|thumb|right|Viewmodel.]]
[[File:V_squeak_goldsrc.png|thumb|right|Viewmodel.]]
The Snark, also known as the Squeak Grenade, will attack the player when the mines are tripped. However, the nests can be picked up and snarks can be used as weapons that can be thrown towards enemies.
The Snark, also known as the Squeak Grenade, will attack the player when the mines are tripped. However, the nests can be picked up and snarks can be used as weapons that can be thrown towards enemies.
Line 15: Line 16:
File:V_squeak_goldsrc_hd.png|thumb|right|link=|Viewmodel from the [[HD Pack]].
File:V_squeak_goldsrc_hd.png|thumb|right|link=|Viewmodel from the [[HD Pack]].
File:W_squeak_goldsrc.png|thumb|right|link=|Worldmodel of an individual snark.
File:W_squeak_goldsrc.png|thumb|right|link=|Worldmodel of an individual snark.
File:W_squeak_goldsrc_hd.png|thumb|right|link=|Ditto, HD pack.
File:W_squeak_goldsrc_hd.png|thumb|right|link=|Ditto, HD Pack.
</gallery>
</gallery>
<gallery mode=nolines widths=256px heights=200px>
<gallery mode=nolines widths=256px heights=200px>
File:W_sqknest_goldsrc.png|thumb|right|link=|Worldmodel of the snark nest.
File:W_sqknest_goldsrc.png|thumb|right|link=|Worldmodel of the snark nest.
File:W_sqknest_goldsrc_hd.png|thumb|right|link=|Ditto, HD pack.
File:W_sqknest_goldsrc_hd.png|thumb|right|link=|Ditto, HD Pack.
</gallery>
</gallery>


[[Category:Half-Life]][[Category:Half-Life Entities|W]][[Category:Half-Life Weapons|s]]
[[Category:Half-Life]][[Category:Half-Life Entities|W]][[Category:Half-Life Weapons|s]]

Revision as of 02:50, 17 July 2024

weapon_snark is a point entity available in Half-Life Half-Life, Half-Life: Opposing Force Half-Life: Opposing Force, and Half-Life: Blue Shift Half-Life: Blue Shift.

Viewmodel.

The Snark, also known as the Squeak Grenade, will attack the player when the mines are tripped. However, the nests can be picked up and snarks can be used as weapons that can be thrown towards enemies.

Key Values

Name (targetname) <string>
The targetname that other entities refer to this entity by.
Target (target) <targetname>
The targetname of an entity this entity will trigger when activated.
Delay before trigger (delay) <integer>
Delay in seconds before firing the targeted entity.
Killtarget (killtarget) <targetname>
Entity to remove when activated.
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.

Flags

Not In Deathmatch : [2048]
Prevent this entity from attempting to spawn when deathmatch (multiplayer) is enabled.

Gallery