Grenade mp5 contact: Difference between revisions
Jump to navigation
Jump to search
Important:In
Black Mesa (mod), this grenade type represented by grenade_mp5 entity, without _contact postfix. See the page for information about this version of the grenade.
Bug:It bounce of dynamic (not physics) objects, such as prop_dynamic. Usually happens with objects that have a dynamic collision, or objects that are in motion.
Note:For some reason it's spinning.
Note:It disappears if hits skybox.
m (Classifying as model entity) |
m (Setting bug notice hidetested=1 param on page where the bug might not need tested in param specified) |
||
Line 6: | Line 6: | ||
{{important|In {{bms12|4}}, this grenade type represented by {{ent|grenade_mp5}} entity, without {{code|_contact}} postfix. See the page for information about this version of the grenade.}} | {{important|In {{bms12|4}}, this grenade type represented by {{ent|grenade_mp5}} entity, without {{code|_contact}} postfix. See the page for information about this version of the grenade.}} | ||
{{bug|It bounce of dynamic (not physics) objects, such as {{ent|prop_dynamic}}. Usually happens with objects that have a dynamic collision, or objects that are in motion. | {{bug|hidetested=1|It bounce of dynamic (not physics) objects, such as {{ent|prop_dynamic}}. Usually happens with objects that have a dynamic collision, or objects that are in motion. | ||
{{expand|title=Example.| | {{expand|title=Example.| | ||
<br> | <br> | ||
Line 13: | Line 13: | ||
</gallery> | </gallery> | ||
}} | }} | ||
}} | |||
{{note|For some reason it's spinning.}} | {{note|For some reason it's spinning.}} | ||
{{note|It disappears if hits [[skybox]].}} | {{note|It disappears if hits [[skybox]].}} | ||
Line 20: | Line 20: | ||
{{varcom|start}} | {{varcom|start}} | ||
{{varcom|sk_detenator_mp5_airspeed|1000|[[Float]]|Grenade air speed. | {{varcom|sk_detenator_mp5_airspeed|1000|[[Float]]|Grenade air speed. | ||
{{bug|Values above 2002 will cause grenade to disappear at certain view angles. | {{bug|hidetested=1|Values above 2002 will cause grenade to disappear at certain view angles.}} | ||
}} | }} | ||
{{varcom|sk_detenator_mp5_gravity|400|Float|Gravity scale, or how much gravity will affect the grenade.}} | {{varcom|sk_detenator_mp5_gravity|400|Float|Gravity scale, or how much gravity will affect the grenade.}} |
Revision as of 07:23, 20 May 2025

grenade_mp5_contact
is a model entity available in Black Mesa. The grenade entity that used by weapon_mp5 and npc_human_commander. It is a grenade launched from the MP5 grenade launcher that explodes instantly upon impact with a surface. All inputs and outputs are same as CBaseAnimating.
Represented by class CGrenade_MP5
.



|


Dedicated ConVars
Cvar/Command | Parameters or default value | Descriptor | Effect |
---|---|---|---|
sk_detenator_mp5_airspeed | 1000 | Float | Grenade air speed.
![]() |
sk_detenator_mp5_gravity | 400 | Float | Gravity scale, or how much gravity will affect the grenade. |
sk_detenator_mp5_plr_dmg | 115 | Float | Amount of damage from direct hit for grenade. |
sk_detenator_mp5_plr_dmg_radius | 250 | Float | Amount of damage from indirect hit for grenade (the damage from explosion). |
npc_marines_detenator_mp5_airspeed | 650 | Float | Commander's grenade air speed. |