Kynseed
0 of 0

File information

Last updated

Original upload

Created by

mirilex

Uploaded by

mirilex

Virus scan

Safe to use

Tags for this mod

About this mod

A command line util for win64 to unpack and (re-)pack audio/Audio.pkg so one can change the ingame tracks to their liking

Permissions and credits
Changelogs
This contains mpkg.exe, a command line utility for win64 which allows unpacking the Audio/Audio.pkg file to access the tracks inside as well as repacking the file.

Examples

show the files contained within with their size

mpkg ls "C:\Program Files (x86)\Steam\steamapps\common\Kynseed\Audio\Audio.pkg"

extract the files to a folder

mpkg unpack "C:\Program Files (x86)\Steam\steamapps\common\Kynseed\Audio\Audio.pkg" "%TEMP%\KynseedAudio"

pack the files from inside a folder

mpkg pack "C:\Program Files (x86)\Steam\steamapps\common\Kynseed\Audio\Audio.pkg" "%TEMP%\KynseedAudio"

For whom the excutable itself strikes a bit odd: Because I wrote the inital code in Java I used graalvm's native-image to create the windows binary so there is plenty of superfluous code inside it and it also got quite big. But it does the job :-)