Way to modify/disable the setup timer in TF2 as a server owner

hostingteam-fortress-2

Not to be confused with the "waiting for players" timer or the "end of round" timer, the setup timer is the one where, during payload race, control point, or KOTH games, the attacking team is locked inside their spawn while the defending team gets the run of the map to set up turrets and otherwise prepare for the onslaught.

Is there a way a server owner can modify this timeout?

Best Answer

Usually, there is no way to do this with VANILLA SourceMod or TF2 because it is a value stored within the map.

However you might be able to do something with this using the functions (sm_settime + sm_addtime)

Cheers.