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

[BUG] Warmup feature completely breaks some gametypes #136

Open
The-Gig opened this issue Oct 29, 2020 · 7 comments
Open

[BUG] Warmup feature completely breaks some gametypes #136

The-Gig opened this issue Oct 29, 2020 · 7 comments
Labels
bug Something went wrong. game Possible issue related to game (the serverside of things) requires testing We need to be sure this has been fixed. Posts with this tag have D/L links.

Comments

@The-Gig
Copy link
Contributor

The-Gig commented Oct 29, 2020

Hi, a guy pointed out to me a bug with Possession mode, as he reported to me that the score count didn't go up when someone was holding the flag. I wasn't able to reproduce his bug at first, but then he discovered it happened in case g_dowarmup was enabled.
So, now I can confirm the bug is there.

If you start a Possession match (g_gametype 13) in OAX with g_dowarmup 1, "waiting for players" text is displayed all the time even if there are some bots in the map and score remains at 0. Your g_warmup time does not seem to make any difference. If you set g_dowarmup back to 0 and then restart the map, "waiting for players" disappears and people can actually score.

Long story short: Possession doesn't work if warmup is enabled.

(Update: it also affects some other gametypes, see later messages.)

@NeonKnightOA

This comment was marked as abuse.

@The-Gig
Copy link
Contributor Author

The-Gig commented Apr 7, 2022

I just tried with oax from openarena_gamecode_2022-04-03_5a9476e.zip and the bug seems to still be there.

@NeonKnightOA

This comment was marked as abuse.

@The-Gig The-Gig changed the title Bug in Possession in case warmup is enabled Warmup feature completely breaks come gametypes Oct 18, 2022
@The-Gig The-Gig changed the title Warmup feature completely breaks come gametypes Warmup feature completely breaks some gametypes Oct 18, 2022
@The-Gig
Copy link
Contributor Author

The-Gig commented Oct 18, 2022

UPDATE: I've noticed that Possession (13) is not the only gametype affected by the bug.
It also affects FFA (0) and Last Man Standing (10).
It even affects "Single Player" mode (gametype 2): although starting a Single Player match from the GUI automatically sets g_dowarmup 0, if you then enable warmup again, you get the problem.

So, in case you set g_dowarmup 1, it's impossible to play those gametypes, as "waiting for players" is always shown and the match never starts.
Tournament mode (1), despite being non-team-based, too, seems to be unaffected.

This is a post-0.8.8 bug, as it happens with current OAX (April 2022), but not with OA 0.8.8 gamecode.

@The-Gig The-Gig changed the title Warmup feature completely breaks some gametypes [BUG] Warmup feature completely breaks some gametypes Oct 18, 2022
@NeonKnightOA NeonKnightOA added bug Something went wrong. game Possible issue related to game (the serverside of things) labels Mar 14, 2024
@NeonKnightOA NeonKnightOA added the requires testing We need to be sure this has been fixed. Posts with this tag have D/L links. label Mar 27, 2024
@NeonKnightOA

This comment was marked as abuse.

@The-Gig
Copy link
Contributor Author

The-Gig commented Mar 29, 2024

I just made a quick test with Nightly Build 2024-03-27_1c0587e.zip.
It looks like it doesn't happen anymore, it's possible the many under-the-hood changes happened recently also fixed this by coincidence.
However, let's wait before closing this issue, as I'd like to do some more testing about it next week.

@NeonKnightOA

This comment was marked as abuse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something went wrong. game Possible issue related to game (the serverside of things) requires testing We need to be sure this has been fixed. Posts with this tag have D/L links.
Projects
None yet
Development

No branches or pull requests

2 participants