The VG Resource
[ Tutorial ] Ripping Audio from KID A MNESIA EXHIBITION - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: General Ripping (https://www.vg-resource.com/forum-145.html)
+--- Thread: [ Tutorial ] Ripping Audio from KID A MNESIA EXHIBITION (/thread-43366.html)



[ Tutorial ] Ripping Audio from KID A MNESIA EXHIBITION - modifiedbears - 01-20-2025

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