Tool which installs the latest Nova Empire APK file, unzips it, and extracts all Unity's 2D Textures and Sprites while keeping folder structure intact.
- Install Python on your computer (should work with latest python version >3.0.0)
- Install Git on your computer
- Open up a command shell and run
git clone https://github.com/ArtanisTheOne/NovaUnpack
- In command shell enter the cloned directory by doing
cd NovaUnpack
- From there you need to install the libraries needed, so run
pip install -r requirements.txt
- Finally you only need to run
python main.py
(you can runpython main.py --help
for some parameters that you might want to set)
It's a recursive tool and not configured to run in parallel right now, so it takes a while to extract everything (around 5 minutes on my computer). That 5 minutes is solely the extraction process and doesn't take into account downloading the APK file (~2GB) and unzipping it.
Right now it only exports possible images in a png format, can easily be adjusted to output the 3D objects in the game in a .obj format if wanted. Same goes for audio.