Starbound .PAK files
-
- Posts: 8
- Joined: Fri Aug 11, 2017 8:46 am
Starbound .PAK files
Hello, anyone know how to extract .PAK files? The game is Starbound. I found some tools, but they were not for this game and could not extract it.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Starbound .PAK files
You must provide a sample file.
-
- Posts: 8
- Joined: Fri Aug 11, 2017 8:46 am
Re: Starbound .PAK files
I already figured it out. I was able to extract it using Game Extractor.
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: Starbound .PAK files
aluigi wrote:You must provide a sample file.
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: Starbound .PAK files
Hmmm... Tools in folder win32\
Code: Select all
Usage: asset_unpacker.exe <assets pak path> <target output directory>
Example: win32\asset_unpacker.exe assets\packed.pak packed
Code: Select all
asset_packer.exe: Packs asset folder into a starbound .pak file
Command Line Usage: asset_packer.exe [-help] [-version] [-c <configFile>] [-s] [
-v] <assets folder path> <output filename>
-help - Show help text
-version - Print version info
-c <configFile> - JSON file with ignore lists and ordering info
-s - Enable server mode
-v - Verbose, list each file added
<assets folder path> - Path to the assets to be packed
<output filename> - Output pak file
Example: win32\asset_packer.exe packed assets\packed.pak
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Starbound .PAK files
Do you have a bigger sample?
I need at least 4 "MEGABYTES" cuts
I need at least 4 "MEGABYTES" cuts
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: Starbound .PAK files
aluigi wrote:Do you have a bigger sample?
I need at least 4 "MEGABYTES" cuts
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Starbound .PAK files
Thanks, this is my script in case someone is interested:
http://aluigi.org/bms/starbound.bms
http://aluigi.org/bms/starbound.bms