is there a way to change round timer in 5cp? like a cvar. Or couild this be modded into tftrue or whatever.
5cp round timer
posted in
TF2 General Discussion
is there a way to change round timer in 5cp? like a cvar. Or couild this be modded into tftrue or whatever.
Like 30 minute games? You can change that in the config, if you mean like 10 minutes then I believe that it's determined by the person who made the map
Like 30 minute games? You can change that in the config, if you mean like 10 minutes then I believe that it's determined by the person who made the map
The ten minute timer that resets the round. That way we can make it five minutes
The ten minute timer that resets the round. That way we can make it five minutes
Sounds like you're looking for:
ent_fire team_round_timer addtime [seconds]
This basically edits the map's timer logic.
So if you wanted to add 5 minutes the command'd be:
ent_fire team_round_timer addtime 300
I don't know if the round timer can go above 10 minutes in 5cp, though. Also, if you want to remove time use a negative value in place of the seconds.
Sounds like you're looking for:
[code]ent_fire team_round_timer addtime [seconds][/code]
This basically edits the map's timer logic.
So if you wanted to add 5 minutes the command'd be:
[code]ent_fire team_round_timer addtime 300[/code]
I don't know if the round timer can go above 10 minutes in 5cp, though. Also, if you want to remove time use a negative value in place of the seconds.
[code]ent_fire team_round_timer addtime [seconds][/code]
This basically edits the map's timer logic.
So if you wanted to add 5 minutes the command'd be:
[code]ent_fire team_round_timer addtime 300[/code]
I don't know if the round timer can go above 10 minutes in 5cp, though. Also, if you want to remove time use a negative value in place of the seconds.
Please
sign in through STEAM
to post a comment.