blackmesa_sp_gamerules

From Valve Developer Community
Jump to: navigation, search
Info.png
This entity is not in the FGD by default.
It should not be put directly in a map because it spawns automatically initially, you can't use it anyhow as well.

blackmesa_sp_gamerules is a point entity available in Black Mesa Black Mesa. This entity controls singleplayer game rules. Spawns automatically with map launch.

Killing this entity will give the player the ability to be reborn, but it will also cause multiple problems:

  • You can't pick up items (weapons still can be picked up with +use).
  • Collisions with physics and dynamic objects (NPCs, prop_dynamic, etc) are broken.
  • You can't touch triggers.
  • Bullets can't hit you.
Confirm:More ?

This breaks entire game if will not use map mapname or restart console commands. The issues will continue happen even if you'll spawn this entity via ent_create blackmesa_sp_gamerules.

Represented by class CBM_SP_GameRulesProxy.