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

Add interactive request with approval from spawn host when players request to join. #42

Closed
Oarcinae opened this issue Dec 16, 2017 · 3 comments

Comments

@Oarcinae
Copy link
Owner

Add interactive request with approval from spawn host when players request to join.

Possible flow:

  1. Player 1 starts a new base.
  2. Player 1 opens up base for requests.
  3. Player 2 joins game and requests to join.
  4. Player 1 has to open up spawn control menu to view new requests, can click on buttons with player name to allow them in.
  5. If allowed, player 2 joins. If not allowed, player 2 can opt to cancel request and go back to spawn menu.

Menu navigation will be tricky to make sure there are no edge cases.

@AusKarlos
Copy link

AusKarlos commented Dec 18, 2017

Add a double confirmation to reduce edge case.
5. Player opens up spawn control menu to view pending requests, clicks on accept or reject button with players name next to the GUI buttons to allow / reject.
6. If allowed player 2 gets a popup GUI message to click to join, If rejected player 2 is notified and returns to lobby menu.

Have an auto-timeout trigger to auto reject requested invites. Dont use server ticks to count time just in case server ticks are above default.

@Oarcinae
Copy link
Owner Author

Added in a basic GUI system to allow/deny. No fancy auto-timeout stuff yet and it's likely a bit buggy around edge cases. Any help testing this would be greatly appreciated.

@Oarcinae
Copy link
Owner Author

Oarcinae commented Feb 1, 2018

Marking this one as done.

@Oarcinae Oarcinae closed this as completed Feb 1, 2018
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