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

Implement gamemode integrations #4

Open
utf-4096 opened this issue Jan 10, 2023 · 0 comments
Open

Implement gamemode integrations #4

utf-4096 opened this issue Jan 10, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@utf-4096
Copy link
Owner

utf-4096 commented Jan 10, 2023

Gamemode integrations would, as the name implies, integrate specific parts of a gamemode in the client UI.
Some mockups of how gamemodes would look like:

Babel

Show the name of the player who is holding the intel. The player's name would also match the color of their team.
image

Implementation

Using the IntelPickup packet.

Arena

Show the number of players who are still alive for each team.
Countdown should also be shown here when the round hasn't started, and then being replaced with the number of alive players instead when it starts.
Round ends would show the winning team only, or maybe making the other team be grayed out (and reset when the next round starts).
image

Implementation

Scraping the chat messages for countdown, using the regular player list for alive count.
Possibly using a protocol extension for countdown, if it gets decided.

@utf-4096 utf-4096 self-assigned this Jan 10, 2023
@utf-4096 utf-4096 added the enhancement New feature or request label Jan 10, 2023
@utf-4096 utf-4096 pinned this issue Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant