____ _ ____
/ __/__ (_)___ / __/__ _ _____ ___
/ _// _ \/ / __/ _\ \/ -_) |/ / -_) _ \
/___/ .__/_/\__/ /___/\__/|___/\__/_//_/
/_/ › Assets extractor
An asset extractor for Epic Seven.
Original version by https://github.com/Asgarrrr, but not found now
Download the latest version of Yuna Unpack.
-
Get
data.pack
filePC Client (STOVE)
- Locate where the game has been installed: STOVE > Settings > Game > My Game Save Folder
- Go to Folder > EpicSeven and locate
data.pack
file (in minimal folder is default data and in game folder is updated data)
Emulator
- First, you need to install Epic Seven on an emulator, which must allow you to access the file and transfer it to your computer. For the example, I would use Nox player.
- Open Nox, install Epic Seven, then launch the resource installation, and a file manager.
- Switch to root mode in the settings.
- Once the resource installation is done, go to
~/sdcard/com.stove.epic7.google/files/
and copy thedata.pack
file to~/mnt/shared/Other/
.
-
Go to the Nox document sharing folder on your computer, and place the
data.pack
in the Yuna Unpack folder. -
Install dependencies
npm install
or with
pnpm
pnpm install
-
Now you just have to execute the command
npm start
or
pnpm start
All assets will be added to an output
folder, sorted by category. In the logs
folder will be generated at each runtime (if new items are detected in the data.pack) a file listing the different new items found.
The data.pack file contains the assets used in the game, such as images, animations, music, etc... It is initially encrypted with an XOR key of 129 byte long. This key will be applied to approximately 1073741824 byte of the data.pack.
The program will then search for all occurrences of file signatures in order to extract them.
Both files and databases have a layer of encryption that I have not yet managed to.