So I’m guessing there is not a better method other than either making my own or piecing together stuff through trial and error from the Index?
What I ended up doing was writing a quick python script to read all the grid files, sort them based on job and level then write a new file to import that had everything sorted.
Grid naming needs to conform to either MIN##, BOT##, or BTN## for it to pick it up.
Ex: MIN5, MIN30, BOT5, Btn15
I’ll more than likely edit it later to account for grids that have spaces in the name like “Bot 5” or something, but for now~
Grid Sorter
It’s currently using Mochi’s grid pack as an example.
If you need to add more grids click the add file button, give it a .txt name (min35grid.txt, etc.), save it, go back to main.py and hit run.
The sorted grids are dumped out to sorted_grids_import.txt.
-
This reply was modified 5 years, 3 months ago by Cirno#9.