Entity player base: Difference between revisions
Jump to navigation
Jump to search
Bug:Just like the game mode, this entity is unfinished and have several bugs and issues:
Note:Players are friendly to this entity, this can be seen in a single player game (the player will lower his weapon when looking at this entity).
Note:Other keyvalues, inputs and outputs are same as CBaseAnimating.
m (→Inputs: Substituted IO templates) |
MyGamepedia (talk | contribs) No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{CDA|CEntityPlayerBase|CBaseCombatCharacter|CBaseFlex|CBaseAnimatingOverlay|CBaseAnimating|CBaseEntity|}} | |||
[[File:entity_player_base.png|350px|right]] | [[File:entity_player_base.png|350px|right]] | ||
{{ent not in fgd|nolink=1|because=it spawns automatically when requaried}} | {{ent not in fgd|nolink=1|because=it spawns automatically when requaried}} | ||
{{this is a| | {{this is a|model entity|name=entity_player_base|game=Black Mesa}} It is the base from [[Black Mesa: Elimination|elimination]] game mode that zombies attack throughout the game mode and is a priority target for them. Spawns automatically after the countdown at 0 0 0 position even if placed via {{hammer|4}}. The bottom part of the anti-mass spectrometer is used as a placeholder model, the size of which is reduced by half. Maybe it is the entity that also have been able to upgrade players weapons, give heathkits and other stuff by interacting with this entity, as said by Adam Bomb [https://discord.com/channels/592595839600558080/592596745494593536/1212968228784181279 here]. Some of the class fields also hint at the fact that that it can defend itself. | ||
{{bug|hidetested=1|Just like the game mode, this entity is unfinished and have several bugs and issues: | |||
{{bug|Just like the game mode, this entity is unfinished and have several bugs and issues: | |||
*This entity can't be killed because it doesn't receive any damage (even if you are using custom breakable model). Also don't die if value of health lower then 1. | *This entity can't be killed because it doesn't receive any damage (even if you are using custom breakable model). Also don't die if value of health lower then 1. | ||
*The collision is based on [[bounding box]]. | *The collision is based on [[bounding box]]. | ||
*Physics objects can go through this entity. | *Physics objects can go through this entity. | ||
}} | |||
{{note|Players are friendly to this entity, this can be seen in a single player game (the player will lower his weapon when looking at this entity).}} | {{note|Players are friendly to this entity, this can be seen in a single player game (the player will lower his weapon when looking at this entity).}} | ||
Latest revision as of 11:16, 25 June 2025
![]() |
---|
CEntityPlayerBase |

entity_player_base
is a model entity available in Black Mesa. It is the base from elimination game mode that zombies attack throughout the game mode and is a priority target for them. Spawns automatically after the countdown at 0 0 0 position even if placed via
Hammer. The bottom part of the anti-mass spectrometer is used as a placeholder model, the size of which is reduced by half. Maybe it is the entity that also have been able to upgrade players weapons, give heathkits and other stuff by interacting with this entity, as said by Adam Bomb here. Some of the class fields also hint at the fact that that it can defend itself.

- This entity can't be killed because it doesn't receive any damage (even if you are using custom breakable model). Also don't die if value of health lower then 1.
- The collision is based on bounding box.
- Physics objects can go through this entity.

Keyvalues
- Health (health) <integer>
- The amount of health. Default is 9999999.
- Physics Impact Damage Scale (physdamagescale) <float>
- Scales damage energy when this object is hit by a physics object. NOTE: 0 means this feature is disabled for backwards compatibility.\nSet to 1.0 for materials as strong as flesh, smaller numbers indicate stronger materials.
Inputs
- PhysDamageScale <float >
- Sets the value that scales damage energy when this character is hit by a physics object.
- KilledNPC <void>
- Output sent when it kills a player or bot.
