Mass Importing Assets
From PMDOWiki
PMDO can be run with the -convert flag to convert raw assets (such as pokemon sprites, portraits, or font) into game-usable form.
For example:
PMDO.exe -raw RawAsset/ -convert all
This command will convert all assets found in the RawAsset subfolder relative to the current directory.
- The
-rawis used to specify the location of the raw asset folder. It must have a file structure like that of RawAsset, where each asset type is saved in its own subfolder. - The
-convertflag can be used with a list of arguments specifying which type of asset to convert, or to convert all assets withall
Below is a list of possible arguments, what they convert, and what subfolder they read from:
