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
(we already have one for quests)
best person on the internet right here
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
First off, is this mod compatible with Frackin' Universe? if not, then I can't install it unfortunately.
Secondly, do you have any plans to make an add-on that could maybe change this to the bottom of the screen instead of the top? I absolutely hate top UI because it interferes with my grappling and I suck at coding. It seems maybe others might want this as well, so if you get on it, I'm sure it would go down well with all of us, plus, the current version kinda overlaps with the HP/Energy bars... (totally not incentivising you to do more work on our behalf or anything XD).
All seriousness, if the answers to both of these are yes, then this mod could have some serious potential in the game and future mods involving the UI.
"any character created before the mod was installed will be inaccessible."
Thanks!
This mod is over hp hud
Another proposed solution (by bk3k), is by advising users to edit their sbinit.config. Here's what he said:
I believe another valid option would be editing \starbound\win64\sbinit.config
"assetDirectories" : [
"..\\assets\\",
"..\\mods\\"
],
add your literal path to the workshop downloads here.
---------
Here's the thread where I got the info from http://community.playstarbound.com/threads/psa-important-for-those-of-you-who-use-workshop-hotbar-inventory-mods.131416/
Might be useful to add the info to the mod's description. :)
------
Apparently, sometimes, Steam can fail to load workshop mods on startup. Normally this would not cause issues, UNLESS you are using a Hotbar mod.
Your character will load up fine, BUT, the extra hotbar(s), button(s), and inventory tab(s) will be gone.
When you realize what happened, log out and back on, your hotbar/inventory mods will be restored, BUT your character will be broken at that point and will not show up on your character select.
haven't go a clue how this toolbar works and since you've been messing around with it.
Also Is this compatible with a mod that adds more swappable toolbars? (The X button)
This adds 14 to each, so 20 and if you press 'X' another 20.
Also - maybe, this trick will kinda bypass starbound's limitation.
Not sure, actually, is it possible - didnt look, how ui works here
Maybe there is a way to make it show content of 2nd vanilla bar, instead of having additional slots? No idea, how to describe better, eeeh