-
Notifications
You must be signed in to change notification settings - Fork 4
feat(tiers): Added Map Tiers #55
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
base: master
Are you sure you want to change the base?
Conversation
- Added Map Tiers - "_tiers" section in settings config to specify each tier's number and name - Natives on mapchooser to get map tier number and name - cvars to specify the default tier for maps and another one to specify if the tier name of the map should be printed in chat or not. - Tier name will be displayed in map vote and in nomination menus - Added Tiers section in nominate menu - Idea from srcdslab#2 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request introduces a Map Tiers feature to MapChooser Extended, allowing maps to be categorized into named tiers with configurable display options. The system adds tier information to map voting, nomination menus, and chat messages throughout the plugin ecosystem.
- Added comprehensive tier system with configuration support, new CVars for tier settings, and native functions for tier operations
- Integrated tier display functionality across voting menus, nomination interfaces, and chat messages
- Enhanced nomination menu with tier filtering capabilities and improved map display formatting
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| mapchooser_extended.phrases.txt | Added translation phrases for tier display formatting and tier menu options |
| ne/menus.inc | Enhanced nomination menus with tier filtering, display formatting, and tier-aware map selection |
| ne/commands.inc | Updated nomination commands to include tier information in chat messages |
| mce/natives.inc | Added native function implementations for tier operations and display settings |
| mce/menus.inc | Integrated tier display in vote result messages |
| mce/internal_functions.inc | Added core tier functionality including map tier lookup and tier name resolution |
| mce/globals_variables.inc | Added global variable for tier data storage |
| mce/functions.inc | Added tier initialization and vote menu tier display functionality |
| mce/cvars.inc | Added CVars for default tier and tier display settings |
| mapchooser_extended.sp | Integrated tier initialization into plugin startup |
| include/nominations_extended.inc | Version bump for tier feature |
| include/mapchooser_extended.inc | Added tier-related native function declarations and version bump |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@Rushaway Conflicts have been resolved, I guess it's time to finally merge this pull request |
Uh oh!
There was an error while loading. Please reload this page.