grenade_tank_shell

From Valve Developer Community
Revision as of 04:59, 17 December 2024 by MyGamepedia (talk | contribs) (Created page with "{{ent not in fgd|codeonly=1}} 300px | right {{this is a|point entity|name=grenade_tank_shell|game=Black Mesa}} The grenade entity that used by {{ent|npc_abrams}}. This is a projectile fired from the barrel of an Abrams tank. All inputs and outputs are same as CBaseAnimating. Used <code>CBlackMesaBaseProjectile</code> as a base class. {{important|In {{bms|4}} Steam versions, this grenade type represented by {{ent|grenade_abrams_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map because it can only be configured through code.
Grenade tank shell.jpg

grenade_tank_shell is a point entity available in Black Mesa Black Mesa. The grenade entity that used by npc_abrams. This is a projectile fired from the barrel of an Abrams tank. All inputs and outputs are same as CBaseAnimating.

Used CBlackMesaBaseProjectile as a base class.

Icon-Important.pngImportant:In Black Mesa Black Mesa Steam versions, this grenade type represented by grenade_abrams_shell entity. See the page for information about this version of the grenade.
Icon-Bug.pngBug:This grenade entity can stuck at dynamic (not physics) objects, such as prop_dynamic. In such situation, shell will not move until it explodes. Usually happens with objects that have a dynamic collision, or objects that are in motion.
Tip.pngTip:If you need to fix this issue, use trigger_weaponfire that will kill stucked rockets, this trigger should be toggled by logic_timer every 0.5-1.0 seconds.
Example.


Note.pngNote:Used model from MP5's grenade model for some reason.
Note.pngNote:For some reason it's spinning.

Dedicated ConVars

Cvar/Command Parameters or default value Descriptor Effect
sk_detenator_tank_shell_dmg 40 Float Amount of damage from this entity.
sk_detenator_tank_shell_radius 256 Float Radius of explosion from this entity.
sk_abrams_shell_speed 2000 Float Speed of this entity.