Starbound

Starbound

25 个评价
Quickly and easily unpack all pak-files! (mods/assets)
由 xerus 制作
PowerShell scripts to unpack Starbound mods & assets into a readable folder hierarchy.
   
奖励
收藏
已收藏
取消收藏
Advanced Script
Download the Advanced Script[drive.google.com]
This Powershell script enables you to unpack mods, assets or any other .pak-files anywhere, or even whole folders of them. It should be self-explanatory, simply run it and follow the instructions.
Legacy Script
Download the Script[drive.google.com]
This PowerShell script will unpack all steam workshop mods for Starbound and put them into a folder "Unpacked Mods" in the directory it was launched from.
Configuration
If you open any of the scripts with a text editor, there are two parameters at the top that can be modified:
$nicenames if set to true(default), every folder will be renamed according to the mod name. If it's false, the names will be the mod id, which is the name of the folder which originally contained the mod.
$unpackdir the folder wherein the script will extract the files to
Afterword
Feel free to write a comment or contact me should there be any issues or further questions!
Leaving a positive rating would motivate me to further improve the scripts and create new content for Starbound ;)

Changelog:
2017-10-19: Fixed bugs, Added Advanced Script
28 条留言
Dreamscarf 2024 年 1 月 3 日 上午 5:30 
верни скрипт пожалуйста
Asra 2023 年 3 月 19 日 下午 6:10 
Please add it back.
Snowz 2022 年 6 月 6 日 下午 1:56 
damn shame
Person 2022 年 5 月 7 日 下午 9:51 
Because the file no longer exists
Person 2022 年 5 月 7 日 下午 9:51 
This is your reminder, multiple months later
xerus  [作者] 2021 年 12 月 8 日 上午 11:21 
Right, I'm sorry, I cleaned out all the old Windows stuff from my Drive and forgot this still existed. I'll see where to best put it, maybe a git repo... Remind me again in a week or so if there is no update.
Kelphir_86 2021 年 7 月 24 日 上午 5:08 
links down
Trinity 2018 年 10 月 25 日 下午 12:10 
@Xerus, I haven't been on in a while to reply because of school, but, like, 10 minutes or so, I tried it again, and it worked. (Or, maybe I just forgot to reply)
xerus  [作者] 2018 年 10 月 23 日 下午 2:06 
You may need to change the execution policy of powershell. Open it and execute "Set-ExecutionPolicy Bypass" and then try to execute the script
Trinity 2018 年 10 月 15 日 上午 8:39 
when I click Run with PowerShell, it opens up a completely blank PowerShell window
also if I open it with Notepad, I am VERY confused at the instructions for unpacking...