Starbound

Starbound

Ei tarpeeksi arvosteluja
how to unpack assets
Tekijältä RED PYRO STANDO USER
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
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 kommenttia
Asra 19.3.2023 klo 18.14 
Doesn't work for me. It doesn't unpack anything.
8UmrU5h 6.8.2019 klo 15.26 
still dont understand anything.
Pvt. Pirate 23.11.2017 klo 7.15 
thanks. i wonder why this is not posted in the chucklefish forums modding section.
Fjarun 11.11.2017 klo 20.33 
Been searching through quite a few ways to unpack game files, this is the only one that actually worked so thanks man.