gemidyne / microtf2

A custom gamemode for Team Fortress 2 - Players compete against each other to get the most points by playing a series of rapid fire microgames in order to win the round!
https://www.gemidyne.com/projects/microtf2
GNU General Public License v2.0
30 stars 16 forks source link

Reduce "waiting for players" time to 60 seconds #261

Closed Tiagoquix closed 4 months ago

Tiagoquix commented 4 months ago

Describe your enhancement to the gamemode

Reduce "waiting for players" time to 60 seconds.

Describe alternatives you've considered

Maybe 45 seconds instead of 60?

Additional context

The current time is a little too long and there are people who join the server/map quickly (due to having a good PC) and already have the map downloaded.

safalin1 commented 4 months ago

We'll look to make this configurable in an upcoming update; we will reduce this to 60 seconds by default, but add a new convar so server operators can adjust this to their needs

safalin1 commented 4 months ago

We've created a new v5 release which adds this ConVar: mtf2_waitingforplayers_time

Release: https://github.com/gemidyne/microtf2/releases/tag/v5.2.11

Tiagoquix commented 4 months ago

Thanks!