blackmesa_sp_gamerules
blackmesa_sp_gamerules
is a point entity available in 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
.