Sorter for w3x maps written on c#. The program sorts all maps in adjacent and nested directories. Download executable file from here.
- Parameters to process all files to directories named by max player number:
-t All
- Parameters to process files except files with keyword. Files which contains keyword moving to directory with %keyword% name.
-t ByName -k %keyword%
- Parameters to process files except files with keywords described in ignore.json. Files which contains keywords moving to corresponding directory with "Name" name.
-t Ignore
An example of ignore.json structure:
[
{
"Name":"Anime",
"Keywords":[
"anime",
"naruto",
"narutoarena",
"narutobalance"
]
},
{
"Name":"Stuff",
"Keywords":[
"petri",
"petribalance",
"dota allstar"
]
}
]