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

Prevent Loss with HQ/Nest Under Construction #40

Open
data-bomb opened this issue Mar 26, 2024 · 0 comments
Open

Prevent Loss with HQ/Nest Under Construction #40

data-bomb opened this issue Mar 26, 2024 · 0 comments
Labels
gamebug Something isn't working with the game itself reversing Some reverse engineering required

Comments

@data-bomb
Copy link
Owner

data-bomb commented Mar 26, 2024

Humans lose when HQs are under construction. Contributing to this problem is that players and the server each evaluate winning conditions. Even if the server mods correctly prevent humans from losing when an HQ is under construction, the players will register it as a loss. May need to do something kludgy like make a hidden, underground HQ that remains alive to prevent players from thinking the game is over.

@data-bomb data-bomb added gamebug Something isn't working with the game itself reversing Some reverse engineering required labels Mar 26, 2024
data-bomb added a commit that referenced this issue May 9, 2024
- Mod intended to prevent a loss when an HQ was under construction
- Mod did this correctly, BUT the game clients were also doing the same loss calculation (independent of the server), leading to some comically bad scenarios where music keeps playing endlessly and the game gets stuck because the server doesn't want the round to end but the clients do
- Workaround for #40 is to temporarily remove this functionality from the mods until a better solution is found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gamebug Something isn't working with the game itself reversing Some reverse engineering required
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant