UABE
Wwise-Unpacker
UABE | Wwise-Unpacker | |
---|---|---|
18 | 13 | |
1,963 | 613 | |
- | - | |
0.0 | 0.0 | |
over 2 years ago | almost 3 years ago | |
C++ | Batchfile | |
- | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
UABE
-
.xyasset format file
Use Unity Asset Bundle Extractor: Unity Asset Bundle Extractor (UABE) is a third-party tool that allows you to extract assets from Unity asset bundles. You can download UABE from the official GitHub repository: https://github.com/DerPopo/UABE
- How to extract Inside Assets
-
Pathologic 2 modding?
Sooo, P2 modding is not very well documented so far - what I know is that it's easy to replace things like textures and sounds using AssetStudio and UABE together. The dialogue and many of the gameplay files are in plaintext or XML, and can be edited freely (once you know what they do). Furthermore, you can use DNSpy to edit the .net files included with the game (this is how the published mod Bound Again added effects to items, IIRC).
-
Is there an option to disable configuration window at startup for a COMPILED game?
Not really easy if you don't know what you are doing. -> https://github.com/DerPopo/UABE
-
Curious lines...
I used Notepad to open .assets files and searched for "the" to find the lines. Smarter people seem to use https://github.com/DerPopo/UABE
-
Does anybody have the sound files of them? (EotE spoilers)
You can use this to rip them from the game (download is on the right under "releases")
-
Is there any way to go into the game folders and replace the card art with modified card art?
Do you think this will work? https://github.com/DerPopo/UABE
-
Trying to extract files from pirated Switch game
https://github.com/DerPopo/UABE this should work
-
Battlestar Deadlock Music OST
Download https://github.com/DerPopo/UABE/releases/tag/2.2stabled
-
Climbey Custom Levels Standalone [Tutorial]
Downloads Required: UABE, uber-apk-signer (optional but easy)
Wwise-Unpacker
-
I captured some Galencourt Monk hymns for y'all to enjoy (please ignore the annoying and disrespectful Masons in the background)
First, I extracted all of the .wem files and then used another program called Wwise Unpacker to convert them all into a usable .ogg format. I could now listen to the sound files with any media player, but I still had a gigantic file of thousands of voice lines, all in random order and with strings of random numbers as names
-
wwise extractor / export to popular audio format
Hello, I was able to extract wwise files from Star Citizen to audio format files (.ogg, .mp3, .flac) but to do this I was used Wwise-Unpacker which is an "semi-automated" tool to extract those files. I'd like to do this second time but current version of game have different files structure and names, it's looks like those files are using some additional "event" or group bnk files.
-
How I made the BioShock Infinite VR Map
There's two places to find sounds in the original game. Some are sound effects, which are inside the packages, and others are the more localized sounds such as music and voice lines. The localized sounds are in a fat 200+ mb package somewhere in the game files, and I was able to extract all of those using a batch file from this GitHub repository called Wwise-unpacker
-
In-game version of "A boat made from a sheet of newspaper"
You can convert it to an MP3 or OGG file using Wwise Unpacker.
-
Star Citizen music (OST) extracted from game data
(command for Windows will work only with "ffmpeg.exe" package eg from Wwise-Unpacker)
-
Sifted through Infinite's Beta. Some unreleased weapons and vehicles seem 100% ready.
Anyone who wants to hear the full set of 607 lines can very easily pull them actually, as the python script Wwise Unpacker converts Infinite's .pck files (sound packs) to mp3 or ogg for easy playback.
-
Was extracting the audio files and found this..
https://github.com/Vextil/Wwise-Unpacker Place the .PCK file from the audio folder into the Game Files folder, run one of the bat files, then wait for cmd to show the ASCII tornado and type Y or N to respond to the question asking if you want to delete the .PCK file. Audio files should be in the MP3 or OGG folder. Remember to wait for the ASCII tornado!
-
Kid A Mnesia Exhibition File Dump
Download this: https://github.com/Vextil/Wwise-Unpacker/releases
- Is there a website where I can buy high quality Honkai OST?
- Editing textures, audio and text in Dishonored 1?
What are some alternatives?
UABEA - c# uabe for newer versions of unity
UABE - Asset Bundle Extractor
AssetStudio - AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
unp4k - Unp4k utilities for Star Citizen
Uber Apk Signer - A cli tool that helps signing and zip aligning single or multiple Android application packages (APKs) with either debug or provided release certificates. It supports v1, v2 and v3 Android signing scheme has an embedded debug keystore and auto verifies after signing.
UEAESKeyFinder - This tool can find the AES Key of probably any Unreal Engine game
dnSpy
UEViewer - Viewer and exporter for Unreal Engine 1-4 assets (UE Viewer).
AssetStudio - AssetStudio is an independent tool for exploring, extracting and exporting assets.
blender3d_import_psk_psa - import mesh, skeleton, animation from psk, psa files to blender3d
bnk-extract