Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite Overtime #360

Open
crashzk opened this issue Oct 23, 2020 · 4 comments
Open

Infinite Overtime #360

crashzk opened this issue Oct 23, 2020 · 4 comments

Comments

@crashzk
Copy link
Contributor

crashzk commented Oct 23, 2020

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

  • Plugin version: 54 "CS:GO PugSetup" (2.0.6-dev+502) by splewis
  • Sourcemod version: 1.10.0.6492
  • Steps to reproduce (please be specific): Send the SourceMod, Metamod and all PUGSetup plugins, except pugsetup_hostname.smx and pugsetup_teamnames.smx, remember to enable overtime in PUGSetup settings,

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

@crashzk crashzk changed the title Infinite Overtime Infinite Mix/Overtime Oct 24, 2020
@crashzk
Copy link
Contributor Author

crashzk commented Nov 5, 2020

News about this problem? Anyone else face this?

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

@crashzk crashzk changed the title Infinite Mix/Overtime Infinite Overtime Nov 13, 2020
@crashzk
Copy link
Contributor Author

crashzk commented Nov 13, 2020

@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
Copy link
Owner

splewis commented Nov 13, 2020

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
Copy link
Contributor Author

crashzk commented Nov 13, 2020

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants