MapKeywords - beyond-all-reason/springrts_engine_wiki_mirror GitHub Wiki
This page has information about map names and category-related keywords.
format:
;;,... ;;,...
(csv with map name on each line followed by the corresponding keywords)
The list of map names available on springfiles at the moment, sorted alphabetically and with the keywords (if any) can be found HERE. Use it to get a fresh list of maps and keywords to use as a base for updates to the mapKeywords.txt file that's part of the spring upq project.
After deploying the new file on the server, run "/usr/bin/python3 processMapKeywords.py" from /home/springfiles/upq/ to load the new keywords.
Use only [a-z0-9] characters on the keywords.
Only maps on the list get their keywords updated.
current keywords:
// size
small: "Map area <= 12x12",
medium: "12x12 < map area <= 18x18",
large: "Map area > 18x18",
// land / water
land: "Mostly land",
amphibious: "Mixed land and water areas, land-only or water-only units may not be viable",
water: "Mostly water",
// traversability
open: "Mostly open, few or easily crossable terrain features",
obstructed: "Many steep hills, chasms, land/water transitions or other choke points",
lava: "Has lava instead of water",
acid: "Has damage-dealing acid instead of water",
"void": "Has void instead of water",
air: "Key areas only reachable by air units",
// other
metal: "Continuous metal yield across the surface instead of discrete metal spots",
ffa: "Map suitable for free-for-all battles"
The size-related keywords are added automatically when new maps are uploaded.