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 functionality: Testing in the Stage Maker #78

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion stages/stage-maker.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@ Players can load stages from the arena or while they are editing a stage. If the

Once the player enters the Stage Maker, the stage will begin creating instances based on the stage's save data. If a part could not be re-created due to a corruption or a game update, the player should be notified. There should be a loading bar that shows how far the game is into the loading process based on loaded instances and total instances.

## Testing
All collaborators may test a stage from the arena without jury or Beastslash approval. Only collaborators with the Editor permission or higher may test a stage from the Stage Maker.

Testers may test stages alone, with bots, or with other players. They may also change the round settings to how they see fit. The testers may leave the round at any time without a penalty.

## Deleting
Stage creators may delete their stages at any time. Stage metadata (name, description, etc.) and instance data will be deleted, but the player ratings and reviews related to the stage will remain.

If the player deletes the current stage they are in, they will be teleported back to the arena.
If the player deletes the current stage they are in, they will be teleported back to the arena.