-
-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Labels
Description
Is your feature request related to a problem?
When a game is about to be over, people want to host the next game as fast as possible. A major bottleneck is map generation, which could be done while a future host is dead and spectating in-game. Smaller bottlenecks would be choosing a non-generated map or adjusting other options.
Originates from this discord post.
Describe the solution you'd like
Allow access to the create game window through the button in the custom games tab. The "Create game" button in the window should be disabled, and otherwise all other functionality should be available.
Describe alternatives you've considered
- Add an alternative "Generate map" button separate from the game creation window. This seems unnecessarily limited and doesn't re-use existing components.