Starbound

Starbound

Megumin's Clothes
Octa Bahjan  [developer] 5 May, 2021 @ 11:46am
how 2 unpack starbound files
i'll teach you how to unpack starbound's files and mod files

first, go to your starbound directory, either via steam's shortcut or in file explorer

the starbound directory is at Steam\steamapps\common\Starbound

then, open cmd inside that directory, or make a .bat file to run the command when you execute it

the command to do is:
"win32\asset_unpacker.exe" "assets\packed.pak" "UnpackedAssets"

THE "" ARE REQUIRED

this will take some time, and it will unpack the Starbound assets to a folder named UnpackedAssets

then, find a good dress and pants that would do for a good model

and just edit them!

then repack them into the mods folder and test if it looks good

to repack, do the command:
"win32\asset_packer.exe" "RepackAssets" "mods\contents.pak"

this will pack the assets in the folder "RepackAssets" into your mods folder
Last edited by Octa Bahjan; 5 May, 2021 @ 11:50am