This is a modification of SourceMod's mapchooser, adding the tiers of maps in the vote menu
You can download the compiled plugin from here
This plugin uses:
- SourceMod 1.10.0
- SteamWorks (edited in include/, to use the latest SourcePawn declaration style)
- SMJansson (edited in include/, to use the latest SourcePawn declaration style)
- KZTimerGlobal.com's maps API
- Download the latest SourceMod for Windows from here
- Copy the current repo inside "sourcemod-xxxx-windows/addons/sourcemod/scripting/"
- In "sourcemod-xxxx-windows/addons/sourcemod/scripting", drag and drop "mapchooser_tier.sp" into "compile.exe"
- The compiled plugin "mapchooser_tier.smx" is now inside "sourcemod-xxxx-windows/addons/sourcemod/scripting/compiled/"
Do not forget to remove any other mapchooser from your active plugins directory
None, please use the "Issues" tab if you find any
- Add tiers to the !nominate menu
- Add a completion marker using KZTimerGlobal.com's players API
- Turn the edited part of this code into an easy to use API, so that any mapchooser could easily add tiers to its plugin