A small project that downloads all assets as well as the data of THe Alchemist Code and extracts them while it's at it.
The script updates the assets and even its own parameters required for downloading the assets on its own,
so all you have to do is execute the update_assets.py
script after every update to get the latest files.
-
Python 3.6+
-
UnityPy 1.7.10
-
pycryptodome
-
msgpack
-
pillow
pip install UnityPy==1.7.10
pip install pycryptodome
pip install msgpack
pip install pillow
If you only want to download a subset of the assets,
then you can create a file named whitelist.txt
next to update_assets.py
.
Each line of this file will be interpreted as regex pattern and matched against the paths of the assets.
If no match is found, then the asset won't be downloaded.
e.g. if you only want to download the Data
and loc
files, following whitelist can be used
Data/.*
Loc/.*