splewis / csgo-pug-setup

CS:GO Sourcemod plugin for setting up private pug/10man games
GNU General Public License v3.0
412 stars 90 forks source link

Infinite Overtime #360

Open crashzk opened 4 years ago

crashzk commented 4 years ago

Expected behavior

Overtime ends when a team does the necessary rounds, config what I use:

mp_overtime_enable 1
mp_overtime_halftime_pausetimer 0
mp_overtime_maxrounds 6
mp_overtime_startmoney 10000

Actual behavior

Overtime has no end, even if a team does the necessary rounds.

It happened about three times so far, game continued, it got to be 50-40 for a team and did not end the overtime.

It only resolves if I change the map.

Steps to reproduce

When an overtime occurs, check if it happens to be infinite.

crashzk commented 4 years ago

News about this problem? Anyone else face this?

I really would like a solution, I would not like to disable overtime.

crashzk commented 4 years ago

@splewis anything I can do to fix this BUG?

It still happens to me, today there was an OT and it was up to 157 rounds the CT and the TR made 150 and the mix didn't end, overtime was infinite.

splewis commented 4 years ago

Overtime isn't directly touched by pugestup, all it does is set those cvars, so it's highly unlikely pugsetup itself is interfering here. I'd suggest checking the value of those cvars at the moment this bug happens. There are probably other cvars that could cause it (mp_match_can_clinch, mp_timelimit are 2 I can think of)

crashzk commented 4 years ago

@splewis these two cvars I checked, are normal, follow print: image

image As you can see, OT doesn't end, I don't know what else to try to fix, or what to check.

About the cvars of the overtime, I also checked and remain the same:

mp_overtime_enable 1
mp_overtime_halftime_pausetimer 0
mp_overtime_maxrounds 6
mp_overtime_startmoney 10000