Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

respectZ/blue-archive-spine

 
 

Repository files navigation

blue-archive-spine

For viewing Blue Archive Spines.

Have a look at this branch for resourceless.

Requirements

Setup

Building UnityPack

setup.py build

Installing UnityPack

setup.py install

or

setup.py install --user

Downloading Models

py/get_models.py

Configuration

option = {
    # Skip resources that already downloaded.
    "skipExistingDownloadedResource": True,
    # Skip assets that already exists / extracted.
    "skipExistingAssets": True,
    # Force download even no version update.
    "forceVersion": False,
    # Download limit, mainly debug purpose since doesn't need to download all of them. Set to 0 to download all.
    "downloadLimit": 0,
    # Directory configuration
    "path": {
        # Download directory
        "download": "./assets/download/"
    }
}

Assets (Spine and Audio) located at ./assets

Generating JSON Data

data/audio.json

py/generate_audio.py

This will download VOC_JP audio instead of playing it directly (cors issue ?)

To play audio directly from BA's server, change py/generate_audio.py

_type = 1

to

_type = 0

data/models.json

py/generate_models.py

And you're done!

Just launch index.html

Used Libraries

Big Kudos for awesome UnityPack

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.1%
  • Python 3.8%
  • Other 0.1%