Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 648 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 648 Bytes

dragalia-wiki-scripts

Requirements

Example usage

Process_DL_Images.py -i <input_folder> -o <output_folder>

The input_folder is expected to have images in the same folder structure described by the game manifest, in order to properly auto-categorize and alpha-merge images.

To remove the old output folder before processing:

Process_DL_Images.py -i <input_folder> -o <output_folder> --delete_old

Enemy Data parsing

The input_folder is expected to contain the CSV-form master Monos from the game dump.

Enemy_Parser.py -i <input_folder> -o <output_folder>