1
0
mirror of https://github.com/Escartem/AnimeWwise.git synced 2026-06-09 02:01:32 +08:00

renamed folders

This commit is contained in:
Escartem
2023-10-04 15:37:23 +02:00
parent 310e7db9c1
commit bcac3ba467
4 changed files with 6 additions and 6 deletions

View File

@@ -5,8 +5,8 @@ Extract audio from .pck and .hdiff to mp3 with this tool. It can in theory extra
1. Get repo by cloning it -> `git clone https://github.com/Escartem/WwiseExtract` or [downloading it](https://github.com/Escartem/WwiseExtract/archive/refs/heads/master.zip)
2. Install dependencies -> `pip install -r requirements.txt`
3. Place all of your `.pck` files in the *original* folder and `.pck.hdiff` in the *hdiff* folder
> ⚠️ If you want to extract an hdiff content, you must place the pck file with the same name before patch in the original folder, pck's that do not have a corresponding hdiff file will be extracted normally, when they do have a corresponding hdiff file, only the hdiff file content is extracted and not the full pck
3. Place all of your `.pck` files in the *audio* folder and `.pck.hdiff` in the *patch* folder
> ⚠️ If you want to extract an hdiff content, you must place the pck file with the same name before patch in the *audio* folder, pck's that do not have a corresponding hdiff file will be extracted normally, when they do have a corresponding hdiff file, only the hdiff file content is extracted and not the full pck
4. Start the program -> `python extract.py`
5. After finishing, everything will be in the *output* folder in the mp3 format (ogg may be added later)