mp_round_time

From Valve Developer Community
Revision as of 04:33, 24 January 2024 by MyGamepedia (talk | contribs) (Created page with "{{This is a|name=mp_round_time|e0|game=Black Mesa|}} This entity manage the round time on a multiplayer match. {{back | Black Mesa Level Creation}} ==Keyvalues== {{KV|Warmup...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

mp_round_time is an e0 available in Black Mesa Black Mesa. This entity manage the round time on a multiplayer match.

Black Mesa Level Creation

Keyvalues

Warmup Time (warmuptime) <integer>
How long warmup should be in seconds, 0 - use default value in server cvar mp_warmup_time.
Icon-Bug.pngBug:Doesn't work.  [todo tested in ?]
Round Time (roundtime) <integer>
How long the round should be in seconds, 0 - use default value in server cvar mp_timelimit.
Icon-Bug.pngBug:Doesn't work.  [todo tested in ?]


Inputs

AddRoundTime <integerRedirectInput/integer>
Add more time to the round.
RemoveRoundTime <integerRedirectInput/integer>
Remove time from the round.
AddWarmupTime <integerRedirectInput/integer>
Add more time to the warmup.
Note.pngNote:For some reason also affects warmup intermission time.
RemoveWarmupTime <integerRedirectInput/integer>
Remove time from the warmup.


Outputs