Skip to main content

Azur Lane Asset Downloader and Extractor

This tool automatically downloads the newest assets directly from the game's CDN servers and allows extraction of Texture2D files as PNG images.

Upgrade Notice

When upgrading from the following major versions to a newer one, manual action may be required:

  • 4.x or lower → 5.x+
  • 2.x / no version number → 3.x+

Check UPGRADE.md on what to do.

Setup

Before installation, Python 3.11 or newer needs to be available on the system. It is recommended to set the project up using venv or a similar virtual environment manager.

Install the project using pip:

pip install azlassets

To create the config file for editing before first usage, execute azl in a terminal.

Settings

The config/userconfig.toml file provides a few settings to filter which files will be downloaded and extracted and where these files will be written to. For a list of all options and what they do check config/userconfig_default.toml.

Usage

The program can be executed using azl <command> with different commands available depending on the desired functionality. The following commands are available, with additional short-form aliases:

Functionality Command Aliases
import files from archives import i
download files from game server download d, update, u
extract images extract x, e

Importer

Using this is not necessary to get all files, but recommended as the asset server may not have all files available. An import will guarantee that all game assets will be available on your system (if so desired) and avoid potentially spamming the asset server with errors of missing files on the first download.

The import supports all five game clients and multiple forms of importing the assets. The recommended and easiest way is by downloading the App Bundle from one of the Google Play Store app distributors (.apkm for APKMirror or .xapk for APKPure). They can be found by searching for the package name, which are as follows:

  • EN: com.YoStarEN.AzurLane
  • JP: com.YoStarJP.AzurLane
  • KR: kr.txwy.and.blhx
  • TW: com.hkmanjuu.azurlane.gp

If the game is already installed on emulators, copy the obb file to your system. On Android it can be found in /storage/emulated/0/Android/obb/[PACKAGE_NAME]/.

For CN client (not distributed through Google Play Store), download an APK from the official website. Alternatively, the APK can be found in /data/app/com.bilibili.azurlane-1/ on Android (Note: Root access required).

The import command can be executed by passing it the filepath to the apkm/xapk/apk/obb file:

azl import [FILEPATH]

If the program cannot detect the client automatically, specify it with:

azl import [FILEPATH] -c {CLIENT}

Downloader

All assets normally distributed via the in-app downloader can be downloaded by executing:

azl download [CLIENT]

Where CLIENT is one of EN, CN, JP, KR or TW. Check downloaded/deleted files using difflog files in ClientAssets/[CLIENT]/difflog.

Additional Arguments

  • -e, --extract: Automatically starts the extraction routine after the download
  • --force-refresh: Ignores version check, useful after editing config
  • --repair: Checks all files and downloads only missing ones, useful for resuming crashed downloads
  • --check-integrity: Checks for modified, deleted, or corrupt files and redownloads them
  • --skip-unknown-version-error: Ignores the error when a new version type gets added to the game

Extractor

The asset extraction supports extraction of all newly downloaded files or single asset bundles and directories.

azl extract [CLIENT]

Where CLIENT is one of EN, CN, JP, KR or TW. Extracted images will be saved in ClientExtract/[CLIENT]/ in a subdirectory with the version information as the name. Since only Texture2D assets are exported, it's not desired to try to export from all assetbundles (See settings section).

Extraction of specific versions

Using the -v or --version argument, specific versions and version types can be extracted, including older ones (although it will extract the currently available version of the file if was updated again since then). The syntax for this follows PEP440/PEP508 version specifiers. By default this will extract linked versions as well.

Here are some examples:

version specifier extracted files
AZL==9.3.110 from "AZL" version type of version "9.3.110"
MANGA>=56 from "MANGA" version type of versions "56" and newer
AZL>9.3.186;PAINTING>35 from "AZL" of versions newer than "9.3.186" and "PAINTING" of versions newer than "35"

Extraction using filepath

Using the -f or --filepath argument, a path for extraction can be passed to the program:

azl extractor -f [FILEPATH]

The path can be either to a single assetbundle or a directory. In the case of a directory, all subdiretories will be recursively extracted as well. The path can be either an absolute path, or a relative path which needs to be relative to the AssetBundles directory of a client, in which case the client needs to be added as an argument as well.

Linked version extraction

Linked versions are extracted by default. To disable this, add the no-linked-versions argument:

azl extract [CLIENT] --no-linked-versions

Download files

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

Source Distribution

azlassets-5.0.0.tar.gz (37.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

azlassets-5.0.0-py3-none-any.whl (40.6 kB view details)

Uploaded Python 3

File details

Details for the file azlassets-5.0.0.tar.gz.

File metadata

  • Download URL: azlassets-5.0.0.tar.gz
  • Upload date:
  • Size: 37.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for azlassets-5.0.0.tar.gz
Algorithm Hash digest
SHA256 435081d6677a0986d83ffc204e29a4907acffd9cec5b721ee32eb1e909b5bff9
MD5 d1cec92bbfee73144b39dec285585666
BLAKE2b-256 5371907bc5d19451addda608d0243f088be1e48d7af9f868e17520f556f53188

See more details on using hashes here.

Provenance

The following attestation bundles were made for azlassets-5.0.0.tar.gz:

Publisher: publish.yml on nobbyfix/AzurLane-AssetDownloader

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file azlassets-5.0.0-py3-none-any.whl.

File metadata

  • Download URL: azlassets-5.0.0-py3-none-any.whl
  • Upload date:
  • Size: 40.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for azlassets-5.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7b90145cb378b4cc1f079a355de898ca9f185f386f1415afdacb9705caf32b1e
MD5 be230386ffe269518d1a9c570845c4a9
BLAKE2b-256 6a5c8c74e7efab812e9538725e0199884e3e3e9b203ce1e04680ec4b1d08986f

See more details on using hashes here.

Provenance

The following attestation bundles were made for azlassets-5.0.0-py3-none-any.whl:

Publisher: publish.yml on nobbyfix/AzurLane-AssetDownloader

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

5.2.1

2 files

5.2.0

2 files

5.1.1

2 files

5.1.0

2 files

This release

5.0.0 This release

2 files

4.7.1

2 files

4.7.0

2 files

4.6.0

2 files

4.5.0

2 files

4.4.0

2 files

4.3.0

2 files

4.2.0

2 files

4.1.0

2 files

4.0.0

2 files

3.5.0

2 files

3.4.4

2 files

3.4.3

2 files

3.4.2

2 files

3.4.1

2 files

3.4.0

2 files

3.3.2

2 files

3.3.1

2 files

3.3.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page