# Wwise-Unpacker-Revamped **Repository Path**: eloncode/Wwise-Unpacker-Revamped ## Basic Information - **Project Name**: Wwise-Unpacker-Revamped - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-17 - **Last Updated**: 2025-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 📦Wwise-Unpacker-Revamped
# 🐧Linux Users Beware
Do Carefully consider that FLAC, vorbis, and ffmpeg are included inside of majority of linux distributions. If your OS does NOT have the following binaries, consider using one of the commands below before running one of the unpacking scripts depending on what distro or Package Manager you are using.
_APK_ (Alpine Linux)
```
sudo apk update
```
```
xargs sudo apk add < ~/Downloads/Wwise-Unpacker-Revamped/Linux/packages.txt
```
_APT_
```
sudo apt update
```
```
xargs sudo apt -y install < ~/Downloads/Wwise-Unpacker-Revamped/Linux/packages.txt
```
_DNF_
```
sudo dnf update
```
```
sudo dnf install < ~/Downloads/Wwise-Unpacker-Revamped/Linux/packages.txt
```
_Flatpak_
```
flatpak update
```
```
xargs flatpak install < ~/Downloads/Wwise-Unpacker-Revamped/Linux/packages.txt
```
_Pacman_
```
sudo pacman -Syu
```
```
pacman -S - < ~/Downloads/Wwise-Unpacker-Revamped/Linux/packages.txt
```
_PKG_*
```
pkg update -f
```
```
xargs pkg install < ~/Downloads/Wwise-Unpacker-Revamped/Linux/packages.txt
```
_Yay_
```
yay -Syu
```
```
xargs yay -S - < ~/Downloads/Wwise-Unpacker-Revamped/Linux/packages.txt
```
_Yum_
```
sudo yum update
```
```
xargs sudo yum -y install < ~/Downloads/Wwise-Unpacker-Revamped/Linux/packages.txt
```
_Zypper_
```
sudo zypper update
```
```
xargs sudo zypper install < ~/Downloads/Wwise-Unpacker-Revamped/Linux/packages.txt
```
📝**TODO List:**
* Add Linux OS support √
* Build Linux Shell scripts √
* Include Linux Tools binaries √
* Test it in a Unix-like OS environment √
* Tested on:
* Debian 12 systemd | Kernel 6.1.0
* Artix Linux 20230814 openrc | Kernel 6.6.7
*The idea behind supporting Linux, since Genshin Impact and some of the other games are supported through WINE, this eliminates the need to rely on Windows and makes it universally available in order to unpack and convert game sound files. Also I starred .PKG because I'm looking for someone to test this project in a BSD live environment*
* Add batch script to make easier to change FLAC compression level 1-8 √
* Merge with the unpacking script. √
* Rework the Unpack to MP3 batch script (Optional) √
* Add Python support as an option to extract and decode videogame sounds/voices/OSTs (TBD)
* Rework how quickBMS extracts sounds and music; extracting to WAV using quickBMS will break playback. However extracting to .WEM will play music and allow you to convert .wem files when using foobar2k √
The unpacking was tested on Genshin Impact.