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
To run this you also need the SteamWorks and SMJansson extensions
This plugin uses:
- SourceMod 1.10.0-1.13.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
- Copy the current repo inside
sourcemod-xxxx-windows/addons/sourcemod/scripting/ - In
sourcemod-xxxx-windows/addons/sourcemod/scripting, drag and dropmapchooser_tier.spintocompile.exe - The compiled plugin
mapchooser_tier.smxis now insidesourcemod-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
