Starbound

Starbound

Otillräckligt med betyg
how to unpack assets
Av RED PYRO STANDO USER
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
how to write a bat. file
@echo off
echo Unpacking .\assets\packed.pak into .\assets\unpacked\
echo This may take a long time.
start /wait /min ..\win32\asset_unpacker.exe .\packed.pak .\unpacked
echo Done.
pause
4 kommentarer
Asra 19 mar, 2023 @ 18:14 
Doesn't work for me. It doesn't unpack anything.
8UmrU5h 6 aug, 2019 @ 15:26 
still dont understand anything.
Pvt. Pirate 23 nov, 2017 @ 7:15 
thanks. i wonder why this is not posted in the chucklefish forums modding section.
Fjarun 11 nov, 2017 @ 20:33 
Been searching through quite a few ways to unpack game files, this is the only one that actually worked so thanks man.