Skip to content

Sorter for w3x maps written on c#.

License

Notifications You must be signed in to change notification settings

abatar1/W3x.Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

W3x.Sort

Sorter for w3x maps written on c#. The program sorts all maps in adjacent and nested directories. Download executable file from here.

Command line parameters

  • 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"
      ]
   }
]