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
right now it shows the amount of slots but the places where the armor is is shifted up out of where it should be.
mod I am referring to: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1264107917
:/
Although I've been having one major issue which is for some reason every time I open up starbound and play, my characters' inventories seems to be corrupted or something, to be specific, the armor slots on top are mixed with the inventory below causing me unable to change armors.
My current solution is to unsubscribe and subscribe this mod again and restart starbound, and the ui will be fixed. Doing so will not delete my characters' files but it's annoying to do this every time I wanna play starbound. Is this some kind of bug or it's just my client's problem?
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 in question http://community.playstarbound.com/threads/psa-important-for-those-of-you-who-use-workshop-hotbar-inventory-mods.131416/
You might want to include the info in 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.
is there any way to revese those changes?
As far as I can tell it's based on the player's save file, which is compared against the current player.config when you try to load a character.
If you use a hex editor, you can see that right after mainBag, reagentBag, foodBag, etc. there's the number of slots it has, I tried changing these but Starmade wouldn't read the save file anymore, so you'd need to figure out what else needs to be changed.
There's probably an actual array of the bags' slots somewhere in there, but I'm not good enough to figure out that kind of stuff without a big time investment.
If you can figure it out, I'm sure a lot of people would like to have a tutorial on how to do so.
I've been playing this with Frackin Universe and it works fine for me, do you have any other mods that change the interface?
@Sligneris
I'm still trying to figure that out, but the player.config is changed when the game initially loads up, and this is the part that make it incompatible.
Either I change the player.config to have larger bags or I don't, and if I DO then any character with a smaller bag will crash.
Modifying the player instance after it's been created requires editing the save file, which I also can't get to work.
Nope, as far as I can tell anything that adds more slots to the inventory automatically makes any existing character with fewer slots crash due to a pointer exception.
You can probably go from Even Larger Bags down to Larger Bags, but I haven't tested that.
I've been trying to manually edit a save file to have more slots and getting that to work, but Starbound stops recognizing that character so you can't even try to load it.
If there's a save editing program that works on the latest SB version I could take a look at that and maybe come up with a solution, but it's quite complicated.
Kind of, yeah.
Not really sure what your point is though, there are a lot of mods that are much cheatier than this.
The main reason I had for needing larger bags is the Frackin Universe mod, which adds a bajillion new things and crafting resources and such.
It's just a big hassle to try and juggle 100+ different supplies that all have different combinations from different crafting stations.
Yes, but the images have to be manually adjusted, I've already released a mod that increases the bags to 80 instead of this one which does 60.
@Sligneris
I'll make a patch as soon as I can.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=729422192
Please see if this works properly:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=848438208
I had to manually setup the interface changes so I may have made a mistake.
I will test this later and see if I can identify and fix it when I have the time.
It may be possible to modify the save files to make it work, but that's a bit beyond me.