Mass Importing Assets

From PMDOWiki
Revision as of 20:55, 12 August 2025 by IDK (talk | contribs) (created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 -raw is 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 -convert flag can be used with a list of arguments specifying which type of asset to convert, or to convert all assets with all

Below is a list of possible arguments, what they convert, and what subfolder they read from: