K0lb3 / Romancing-SaGa-Re-univerSe-asset-downloader

4 stars 0 forks source link

Romancing SaGa Re;univerSe asset downloader

A small project that downloads all assets as well as the masterdata of Romancing SaGa Re;univerSe and extracts them while it's at it.

The script updates the assets and even its own parameters on its own, so all you have to do is execute the download_assets.py script after every update to get the latest files.

Script Requirements

pip install UnityPy==1.7.9
pip install requests

Asset Download

Run download_assets.py to download the latest updates. This script also directly extracts the downloaded assets. The results are stored by default in /assets

Texture Coloring

Some textures, like those of the characters, use color palettes. The script color_textures.py applies the given palette to each base image of the character.

Album Creation

The script create_albums uses the masterdata to reconstruct the albums as shown in the game. acb.py and HCADecoder are used for the sound conversion.