Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
Here's a tutorial [community.playstarbound.com] for using the asset_unpacker.exe.
-> Run CMD
"location of asset_unpacker.exe" "folder to unpack" "destination"
It could be something like this
"C:\...\Steam\SteamApps\common\Starbound\win32\asset_unpacker.exe"
"C:\...\Steam\steamapps\workshop\content\211820\mod\mod.pak"
"C:\...\Steam\steamapps\common\Starbound\mods\mymod"
If you plan on unpacking stuff on a regular basis create a .bat file and change the parameters in it
Open your Starbound mod directory and trace back where RPG growth has added its staffs:
for example items\active\weapons\staff\novastaff
Recreate that structure in a diffrerent folder (or in my mod directory)
Copy the file items\active\weapons\staff\teslastaff\teslastaff.activeitem.patch from my mod in the folder you have created and rename it accordingly.
In our example the result should look like this:
items\active\weapons\staff\novastaff\novastaff.activeitem.patch
Repeat for each staff you want to include..