@lafayette said in Map Tags for release 2.6:
Or do they select from pull down menus?
@TheDog Neither.
Right now there is just one column in the download screen for 'map name'. Each additional tag will add a new column. Players can click on the column name to then sort by that column. There will be no logic to do a number sort, it will be an alpha sort. That means a value like "20" will go after "100" So, this is another peril with using numbers/dates (won't sort correctly). I do recommend just picking some era names, it's easier to categorize and should sort in groups more nicely.
That's rather easy to work around: have "0020" instead of "20" if the greatest number is greater than 999 but lesser than 9999 (like 2022). I realize this is obvious, but it reminded me that I did the same in my "270BC Wars" game (all sea zones are two digits, also the ones from 01 to 09).
This reminds me that TripleA has a bunch of maps which start with "The". Also in this case, it is pretty bad that they are grouped as if their name starts with "T".
Namely:
The Pact of Steel
The Rising Sun
The Grand War
The Great Northern War
The Rising Sun Variants
The Shogun
In my opinion, mapmakers should write titles capitalizing only nouns, pronouns, verbs, adjectives, and adverbs.
Then, the engine should also capitalize the first letter of every title regardless.
Then, the engine should order titles completely ignoring every non-capitalized word and also ignoring the first word if it got capitalized by the engine itself.
For example:
- The mapmaker writes the title as "the Pact of Steel".
- The program shows the title as "The Pact of Steel".
- When ordering, the program does so as if the title is "Pact Steel".
So, in the example, the user would see the title "The Pact of Steel" but it would see it listed between the titles starting in "P9" and the ones starting in "Pb".
I actually had this issue when I was trying to download the "The Shogun" map: I was searching it in the "S" bunches of titles instead of in the "T" ones.