Upvote Upvoted 0 Downvote Downvoted
5cp round timer
1
#1
0 Frags +

is there a way to change round timer in 5cp? like a cvar. Or couild this be modded into tftrue or whatever.

is there a way to change round timer in 5cp? like a cvar. Or couild this be modded into tftrue or whatever.
2
#2
0 Frags +

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
3
#3
0 Frags +

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
4
#4
5 Frags +

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.
5
#5
0 Frags +

when i cap it goes back to 10 mins

when i cap it goes back to 10 mins
6
#6
0 Frags +

Yeah, that's cause the points do a similar thing by adding 10 minutes to the round timer. The only real way around that is to edit the map, itself.

Yeah, that's cause the points do a similar thing by adding 10 minutes to the round timer. The only real way around that is to edit the map, itself.
Please sign in through STEAM to post a comment.