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

Design game mode premise: Turf War #2

Merged
merged 5 commits into from
Dec 17, 2023

Conversation

Christian-Toney
Copy link
Member

@Christian-Toney Christian-Toney commented Dec 7, 2023

🎮 Possible method to make the game mode

  1. Download the selected stage from the stage list (DataStoreService). Show eligible custom weapons based on the stage's materials.
  2. Start the round with the server's preferred rules. Allow spectator mode for the player's current server peers; also, allow external peers based on player's privacy settings (DataStoreService, MessagingService).
  3. Mark every part that is damaged by a player. Keep a clone of the part in its original position just in case the part gets rewinded.
  4. When the timer expires or an entire team is permanently dead, go through each marked part to calculate each participant's damage.
  5. Crown the most destructive player/team.

✅ Acceptance criteria

@Christian-Toney Christian-Toney self-assigned this Dec 7, 2023
@Christian-Toney Christian-Toney linked an issue Dec 7, 2023 that may be closed by this pull request
@Christian-Toney Christian-Toney added the 🎮 Game Modes Issues related to round customization, rules, and anything else game modes label Dec 8, 2023
@Christian-Toney Christian-Toney added this to the v1.0.0 milestone Dec 8, 2023
@Christian-Toney
Copy link
Member Author

Not ready for merging yet, waiting on #12

@Christian-Toney
Copy link
Member Author

Removed #12, ready for review again

@Christian-Toney Christian-Toney changed the title Design game mode: Turf War Design game mode premise: Turf War Dec 16, 2023
@Christian-Toney Christian-Toney linked an issue Dec 16, 2023 that may be closed by this pull request
3 tasks
@Christian-Toney Christian-Toney merged commit c7fd8b7 into main Dec 17, 2023
@Christian-Toney Christian-Toney deleted the 1-design-turf-war-concept branch December 17, 2023 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎮 Game Modes Issues related to round customization, rules, and anything else game modes
Projects
Status: ☑️ Approved
Development

Successfully merging this pull request may close these issues.

Design game mode premise: Turf War
1 participant