- Sourcemod and Metamod
- MySQL Database connected to the server (
sourcemod/configs/databases.cfg
) - morecolors.inc (For compiling only)
- Grab the latest release from the release page or
git clone https://github.com/noillt/maptier.git
- Create a new database or choose the one you're already using
- Import surf map tiers into the database:
mysql -u username -p database < maplist.sql
- Place
plugins
andtranslations
intoaddons/sourcemod/
- Set
maptier-db
inaddons/sourcemod/configs/databases.cfg
"maptier-db"
{
"driver" "mysql"
"host" "127.0.0.1"
"database" ""
"user" ""
"pass" ""
}
- Restart the server or type
sm plugins load maptier
in the console to load the plugin.
- You can modify the phrases in
addons/sourcemod/translations/maptier.phrases.txt
- Change which database is used in
addons/sourcemod/configs/databases.cfg
(maptier-db
)
# In chat:
!tier / !tier <mapname>
# In console
sm_tier / sm_tier <mapname>
maplist.sql
is a direct replica of OuiSURF/Surf_Maps maintained spreadsheet of all the maps.
We will be updating maplist.sql
regurarily to match it
Current map count: 819
- New maps to
maplist.sql
- Current map count:
819
- Current map count: