-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(start_position_suggestions): Add Start Position Suggestions widg…
…et (#3486) * feat(start_position_suggestions): Add Start Position Suggestions widget This widget shows start position recommendations, as determined by expert players. The intent is for these suggestions to be useful for new players, and players new to the specific map. This should reduce arguments and upset due to newer players being less familiar with the metagame. It reads start position data from the mod option `mapmetadata_startpos`, encoded through `base64url(zlib(json))`. Each "role" in the data is used as an i18n key to look up the role title and description. * feat(start_position_suggestions): Show tutorial message on first run
- Loading branch information
1 parent
bf0020b
commit 9f15b98
Showing
3 changed files
with
798 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.