Skip to main content

A tool to extract textures from PAD

Project description

Puzzle & Dragons Texture Tool

The Puzzle & Dragons Texture Tool is a python script which extracts texture images from the binary data of the popular iOS & Android game "Puzzle & Dragons" (also known as "Puzzle and Dragons" or simply "PAD".)

Example Usage

You can use the Puzzle & Dragons Texture Tool to extract texture data from Puzzle & Dragons' .apk file. For example:

python -m padtexturetool padEN.apk

You can also use it to extract monster textures from .bc files you download from your phone:

python -m padtexturetool mons_1262.bc

By default, the Puzzle & Dragons Texture Tool writes any extracted textures into the same directory as the input file. You can use the --outdir argument to specify an output folder of your choosing:

python -m padtexturetool mons_1262.bc --outdir "Extracted Textures"

Acknowledgements

Special thanks to Johann C. Rocholl who wrote the open-source PyPNG library which the Puzzle & Dragons Texture Tool uses to output PNG files and to Cody Watts who wrote the original version of this library.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

padtexturetool-1.1.4.tar.gz (10.9 kB view hashes)

Uploaded Source

Built Distribution

padtexturetool-1.1.4-py3-none-any.whl (12.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page