Starbound

Starbound

bk3k's Inventory
411 kommentarer
Tragicalknave 20. maj kl. 18:20 
Hi there idk if its a issue with the mod or the reskin but currently a bug exists where items in the toolbar are not highlighted in the inventory; makes it tricky when some items have the same sprites
Lindstrkn 15. apr. kl. 6:44 
BOM
Dude, request a version, or a patch to keep the stack cap at the original instead of 9999. Or can you teach us how to modify the server configuration file so that the server also accepts the 9999 stack limit in the container?
Recently, playing on a friend's server, we installed the GIC mod, every time for a large number of loot to have to frequent back and forth between the ship and the ground made us very upset, this situation continued until we found this very, very, very useful mod, but one day someone found that a lot of GIC currency stacked on his body disappeared into thin air. We just found out that this mod and the server have some bad compatibility.
The above content is translated through the web page, and I hope you can understand the place that is not smooth
It's Chinese New Year. I wish you a happy New Year.
bk3000  [ophavsmand] 6. jan. kl. 8:03 
@middleton42014
I haven't incorporated it, so what would happen is weapons in the main tab. So it wouldn't be "incompatible" per say.

However if you look above at what I recommend, there's a patch for this mod to incorporate Galaxy in Conflicts (and others I haven't gotten around to).
calamity 5. jan. kl. 6:15 
Is galaxy in conflict compatible with this mod?
Kassian 27. nov. 2024 kl. 23:17 
@bk3000 ive been very tempted to try those out actually!, i made a separate install of starbound and went thru manually downloading all of the mods for the multiplayer save to keep them all apart completely haha, took about an hour of renaming files but hopefully worth it LOL. thank you for the advice tho the only reason i hadnt tried open starbound yet is i didnt think many mods were compatible/havent looked super into it to see how itd work with my current game setup, but since ive separated the install i play and the one i play with others im much more open to trying it!
bk3000  [ophavsmand] 27. nov. 2024 kl. 22:30 
@Kassian
I'd be surprised that the game is going to mess with data of a character you didn't actually load. In any case, if you're gonna swap back and forth, you might consider Open Starbound or xStarbound, because they've apparently fixed/improved various things in the game engine and one of them is the that it AUTOMATICALLY fixes such issues.

But if you aren't going to try either of those out, you'll want to fix the character. There are different methods in the top pinned thread (right above the comments)

Of course you might even just load Open Starbound/xStarbound just long enough to let them fix your character.
Kassian 26. nov. 2024 kl. 11:40 
Just want to make a second comment to stress that i did not try to load the existing character WITH this mod, i had a separate new character i used to play with the mod. The broken character is loaded from a completely different mod set without this mod, but it still broke this character.
Kassian 26. nov. 2024 kl. 11:37 
Installing this breaks existing characters even when not played during the time the mod was installed. Trying to run a solo modpack and a MP one, and when i switched back and used the other character i get the json getarmor error. This character was not loaded at alln when this mod was active, but now that the mod was removed the character crashes out and is not playable, is there any way around this? verifying files didnt help either
Leon 29. okt. 2024 kl. 17:59 
This great mod n OpenSB give me few good reasons to play SB again.
bk3000  [ophavsmand] 24. okt. 2024 kl. 7:43 
@Lugia
I didn't know that existed. I'll take a deeper look if I feel the Starbound itch, but at a glance it looks like there's lots of improvements being made. Very cool.
Lugia 22. okt. 2024 kl. 3:14 
hey, just so you know openstarbound [github.com] works jsut fine with this mod and automatically patches older saves when added to a pre existing game.
༺𓆩ꍩꁲꋊꁲ𓆪༻ 12. aug. 2024 kl. 8:03 
idk nothing bc im stupid in coding af
bk3000  [ophavsmand] 12. aug. 2024 kl. 8:01 
Because INF is supposed to stand for infinite, but that is not valid in JSON.
There are such details in comments of that discussion.
bk3000  [ophavsmand] 12. aug. 2024 kl. 7:59 
@Esteban Niwakase
Regarding JSON, be careful of commas. Check the JSON standard if you have questions.
The other thing that tends to come up is if you have Frackin Universe espectially. They have values that say INF, but that results in an error if you try to change it back to a .player file. So change INF to a big number, like 99999999
༺𓆩ꍩꁲꋊꁲ𓆪༻ 12. aug. 2024 kl. 7:55 
I know that description has these words, I didn't see this first, because my friend told me to download this mod
bk3000  [ophavsmand] 12. aug. 2024 kl. 7:55 
@Esteban Niwakase
В закрепленном вверху обсуждении рассказывается, как отредактировать вашего старого персонажа для работы с этим, но оно на английском языке. А если вы не можете этого сделать, вам потребуются новые персонажи. Вот почему я написал это большими, жирными синими буквами вверху!
(via Google Translate)
༺𓆩ꍩꁲꋊꁲ𓆪༻ 12. aug. 2024 kl. 7:55 
I've broke my character, Armorybag error like after pick up meat, I've tried to delete these lines from json save, but crash
bk3000  [ophavsmand] 12. aug. 2024 kl. 7:53 
@Esteban Niwakase
Нет, это не так, но вам нужно прочитать описание. Или в вашем случае сначала пропустите его через онлайн-переводчик. Хотя я думаю, что этот мод уже доступен на некоторых российских сайтах модов.
(via Google Translate)
༺𓆩ꍩꁲꋊꁲ𓆪༻ 12. aug. 2024 kl. 3:17 
параша мод ломает игру
bk3000  [ophavsmand] 22. juni 2024 kl. 7:21 
@ChakaTheMossy
Adding new categories is as simple as making a string for it, aka "my category". It's something that countless mods do. It's the inventory interface that needs to sort all the categories per tab. It's done with a series of whitlists and blacklists. A bag (tab) with a whitelist will only accept those specific thngs listed within. Where blacklists accept everything except what's listed. Everything needs a spot, but only one spot, so the main bag has a blacklist of everything that's in other bags, but otherwise acts as a default bag. Without that, a lot of mod custom stuff can't even be picked up.

Besides "categoryWhitelist" and "categoryBlacklist", you can sort with "typeWhitelist" "typeBlacklist" "tagWhitelist", "tagBlacklist"

For all of this, strings must match exactly. "minigun" is different than "MiniGun", and that's before you get to shit like "^#ADD8E6;MiniGun", which is what makes supporting so many mods an endless game of whack-a-mole.
ChakaTheMossy 14. juni 2024 kl. 13:38 
Hey, so I attempted to learn making my own inventory tabs off this one mod, but got a multitude of issues. How should one add new inventory category? I was trying to implement accessory system through this additional tab
paumolv 8. maj 2024 kl. 13:36 
Pode ficar frustrado mas quase todos os mods de inventario pedem para criar um personagem novo.
Jankins Slayer 30. mar. 2024 kl. 15:01 
Tipo não adianta deixar avisado que pode dar erro pois, muitas pessoas já estão usando outros mods ou óbviamente um personagem criado, então esse tipo de mod que só funciona ao iniciar um jogo que muda toda interface, nem deveria ter, desnecessário.
Jankins Slayer 30. mar. 2024 kl. 14:49 
Lixo de mod lascou meu jogo parabéns mano.
INnoVation 13. mar. 2024 kl. 15:36 
add pls switching tabs with items in hand i cant add cards to holder cause holder its a tool and he is in another tab. (to add card i need right click on holder)

https://imgur.com/a/6cmsgJ1
Star Crusader 7. feb. 2024 kl. 9:01 
can you make patch for cyberpunk smart weapons please some of the weapons do not show up in armory section and i have more mods compability and more mods compability addon still nothing changes if you can do that i will be sooo happy here's a link for the mod https://cs2bus.com/sharedfiles/filedetails/?id=3046644386
Tdxasie 4. jan. 2024 kl. 2:30 
Hi ! Great job ! Sorry to hear that search bar function is not possible, are the sort functions scriptable though ? I would like to be able to configure most recent or alphabetical for example, i spend so much time just looking at the inventory to find my stuff...
bk3000  [ophavsmand] 22. dec. 2023 kl. 0:34 
It that was possible, I'd add it. The problem is the basic functionality of the player inventory interface is hard-coded, and it ignores all attempts to script it. In this mod, I used what they had in place, a combination of whitelists and blacklists.

Now if you talk storage containers - which are objects - those can easily be scripted, and objects can even call fully scripted interfaces on top. That makes many more things possible.
DarkWolf13 22. dec. 2023 kl. 0:16 
I noticed something missing from basically all inventory mods is that none of them have a search bar. Is it even possible? I love the additional tabs this mod gives, but I'm struggling to find anything amongst all the storage haha
bk3000  [ophavsmand] 25. nov. 2023 kl. 8:08 
@Leon
Thanks, but I never created a Patreon?
I have never asked for money from anyone, as I have only ever done modding as a hobby. If someone else started a Patreon in my name, that's... interesting.
Leon 25. nov. 2023 kl. 7:13 
Great job buddy. Your patreon is not working. please fix it so some of us can show a bit of appreciation. TY for making SB a bit better.
Mabra 13. sep. 2023 kl. 10:53 
This is basically "Invetory Interface Redone", but good and with extra slots.
Zentarius 9. sep. 2023 kl. 6:38 
Thx fot creating this. Im inventory and storage management legend but after getting to Tier 2 Tech i just couldn't. Worth instaling this mod even if I need to start all over again. Have noice day everyone!
Tortilla 27. juni 2023 kl. 5:11 
if i want to uninstall it, can i just unsub and everything will be find? or it might cause a problem?
Corvus 23. juni 2023 kl. 22:32 
I'm really gonna need a bigger monitor.
Raiizy 3. juni 2023 kl. 10:37 
some objects just don't get picked up at all and i don't know what is causing that
namely, all the items that are categorized as "currency" refuse to be picked up
Phicko 28. apr. 2023 kl. 14:46 
I'm assuming this isn't a client side mod? If it is, or even if it isn't, it might be worth adding to the description.
Green Slime 16. apr. 2023 kl. 21:44 
you can't expand the system itself?
bk3000  [ophavsmand] 16. apr. 2023 kl. 20:27 
As for the 2 questions prior, sorry. Last I checked - and it's likely no different now - the inventory interface is hard-coded and cannot be scripted in any way. Scripts just get ignored. I'd love to, if I could.

I did this by expanding on the vanilla systems that where already in place, which means it didn't need a script.
bk3000  [ophavsmand] 16. apr. 2023 kl. 20:19 
It is compatible with Enhanced Storage, because this and that change completely different things. ES for containers - which stay in the worlds/ships you place them, and this for your player inventory.
Dellnox 15. apr. 2023 kl. 22:45 
is it compatible with enchanced storage?
Durandal 21. mar. 2023 kl. 14:27 
is there any way to have an inventory search function?
Mid-Late Game it feels like 70% of my time spent playing the game with this mod on is staring at my items trying to find 1 dot-like thing out of *literal* hundreds of other icons...
Green Slime 18. mar. 2023 kl. 21:32 
Any chance a custom "Deposit all" button could be added from the inventory that works per category?
bk3000  [ophavsmand] 28. nov. 2022 kl. 10:29 
Yeah they added me as a friend, I assumed to ask a question, but I haven't gotten any message, maybe because I always display as offline.

I made it really easy to reskin by putting all used assets in a separate path, so that it can just be replaced by another mod, which should be obvious once anyone unpacks it. The only other thing is to control the load order, which is easy by adding in _metadata
"includes" : [ "bk3k_inventory" ],
that won't make this mod a requirement, but if present, their mod will load after.

Several mods that reskin this are already available, and linked in the description, which can serve as a reference, if needed. If they needed to do something slightly more complex, like a conditional patch, I can separately answer those questions, but my size patches would also be a reference on how to do that, since the interface changes depending on the slot count.
Freon 24. nov. 2022 kl. 4:28 
Would we at some point see a compatibility patch with the Colored Interface mods, if it is in fact possible?
https://cs2bus.com/sharedfiles/filedetails/?id=2888720720
Lunar Dreams 20. aug. 2022 kl. 4:04 
for those of you that so happen to use a mod that increases item limits from 1000 to 9999, this mod also does it as well, even though it never claims to to so.
Axle 24. juli 2022 kl. 17:25 
Is it possible to make a patch for Container UI Tweak? Seems like it doesn't work with it
Ruffled Wrenaissance 7. juli 2022 kl. 12:50 
Hey there, is there an interface patch that would be compatible with the Hyper Light Drifter HUD, or potentially a way to remove this mod safely as to not corrupt my save? It's certainly helpful to have additional space except it doesn't visually work with the HLD HUD.
☠Millennium☠ 20. apr. 2022 kl. 14:26 
for inventory of course