game_mp_gamerules

From Valve Developer Community
Jump to navigation Jump to search
Class hierarchy
EntityMpGameRules
CBaseEntity

game_mp_gamerules is a logical entity available in Black Mesa Black Mesa. This entity allows mappers to control some multiplayer gamerules via Hammer and inputs.

Icon-Important.pngImportant: This entity does not offer management of all multiplayer gamerules; some gamerules can only be changed through console commands.
Todo: Document all known cvars that can change multiplayer gamerules.

Inputs

EnableCanisterDrops <void>
Enable canister drops on death (canisters drop enabled by default), from a player after death will drop item_ammo_box which will contain most of the player's ammunition.
DisableCanisterDrops <void>
Disable canister drops on death (canisters drop enabled by default), from a player after death will drop nothing with exception of corpuses.
SetPointsPerFrag <integerRedirectInput/integer>
Set how many points players will get for each kill. Doesn't effect suicide points.