Users browsing this thread: 2 Guest(s)
[ Tutorial ] Ripping Audio from KID A MNESIA EXHIBITION
#1
Music 
This may apply to other Wwise-based Unreal games, however this is meant for KID A MNESIA EXHIBITION.

Prerequisites
Extracting Audio
After installing the latest release, you should be able to open the AmnesiaExtractor binary and run it. If you installed KID A MNESIA EXHIBITION somewhere else, you might want to open the binary with the directory of the KID A MNESIA EXHIBITION installation.
For example:
Code:
.\AmnesiaExtractor.exe "C:\Program Files\Epic Games\KidAMnesiaExhibition\"
Or you can just drag-n-drop the game folder, both work the same Wink

Using for Other Games
In the folder for AmnesiaExtractor, there should be a keys.json file. You may want to edit it by putting a comma right next to the Paperbag key, and add the directory to the Unreal Engine project, with the key of such project.
For example:
Code:
{
  "Paperbag": "PaperbagKeyPlaceholder",
  "OtherUnrealGame": "OtherUnrealGameKey"
}

After that, you want to run the binary with the directory of whatever else game you have, like the following:
Code:
.\AmnesiaExtractor.exe "C:\Program Files\Epic Games\ExampleGame\"
Or you can just drag-n-drop the game folder.

That's all, bye! Cool
Reply
Thanked by:


Forum Jump: