Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
1) type [space in front]dump_versioned_json.exe in the cmd prompt
2) hit space
3) drag the .player file to the cmd prompt
4) hit space
5) drag the player file again, but remove .player and replace with .json. Hit [Enter].
A new JSON should appear in the directory. Make the edits like Kuro says and then repeat the steps above, except the .json file should be first. I took the additional step of renaming the .player file to backup_originalfilename.player and when I ran the command again, it created a new .player file.
Thanks for the directions @Kurotaku !!
Open the Starbound game folder and go to /Starbound/storage/player, copy the .player file to /Starbound/win32/
Now open CMD and navigate to the directory (you can open it fast in the Address bar of the Windows Explorer when you type in there cmd instead of the path)
Now type in "dump_versioned_json.exe " <-- space is required
Drag the .player file into the Terminal and than drag and drop it again but this time rename the .player to .json [Enter]
Now you have a .json file that you can open with a texteditor
Search now with CTLR + F for ""customBar""
This is your object that defines the object that defines what you have in your hotbar.
You have to replace the whole thing "customBar" but only this! Not customBarGroup!
Replace it with this in my example I use the 10 Slots variant!
[More in the next comment]
[
[null, null], [null, null], [null, null], [null, null], [null, null], [null, null], [null, null], [null, null], [null, null], [null, null]
], [
[null, null], [null, null], [null, null], [null, null], [null, null], [null, null], [null, null], [null, null], [null, null], [null, null]
]
],
This means first 10 Slots and the other page 10 Slots, if you now add , [null, null], [null, null] at each line you can use it for the 12 Slot variant. But watch out not putting an comma at the end of the "null]"
Now save and go back to the terminal and now do the same backwards with make_versioned_json.exe
My example
make_versioned_json.exe B:\Games\Steam\steamapps\common\Starbound\win32\e54e17dcf74bb5f6652d4701f60c29c4.json B:\Games\Steam\steamapps\common\Starbound\win32\e54e17dcf74bb5f6652d4701f60c29c4.player
If there comes an error you have a wrong syntax at a line!
If not put the .player file back to the player directory
If anyone wants the bug fixed, they're going to have to do it themselves.
Also yeah, any mod that alters a character's inventory space or hotbar must be used on new characters. That's not a bug, that's just a limitation of the game. All mods that do this are the same way.