Game mp gamerules: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
No edit summary
Line 3: Line 3:
{{back | Black Mesa Level Creation}}
{{back | Black Mesa Level Creation}}


==Keyvalues==
== Keyvalues ==
{{IO|EnableCanisterDrops|param=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.}}
{{KV Targetname}}
{{IO|DisableCanisterDrops|param=void|Disable canister drops on death (canisters drop enabled by default), from a player after death will drop nothing with exception of corpuses.}}
{{IO|SetPointsPerFrag|param=integer|Set how many points players will get for each kill. Doesn't effect suicide points.}}
{{KV BaseEntity|base=1}}


==Inputs==
== Inputs ==
{{I BaseEntity|base=1}}
{{I|EnableCanisterDrops|param=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.}}
 
{{I|DisableCanisterDrops|param=void|Disable canister drops on death (canisters drop enabled by default), from a player after death will drop nothing with exception of corpuses.}}
==Outputs==
{{I|SetPointsPerFrag|param=integer|Set how many points players will get for each kill. Doesn't effect suicide points.}}
{{O BaseEntity}}

Revision as of 01:50, 26 September 2024

game_mp_gamerules is a point entity available in Black Mesa Black Mesa. This entity allows mappers to control some multiplayer gamerules via Hammer and I/O.

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.
Black Mesa Level Creation

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

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.