Don't Starve Together

Don't Starve Together

InventorySorter
66 Comments
<3 1 hour ago 
hehehe, ok but what about avoid slot number?
lifeking  [author] 1 hour ago 
Thank you for using the MOD and for your comment.

Move/Quick changes the behavior when you change the slot setting.
For example, try setting it to "Move" and changing Row from 1 to 2.
With "Quick" the change will be instantaneous.
<3 25 Jul @ 8:26am 
Hey author, thanks for the mod, I just wanted to ask something. What does the function [move]/[Quick] do?
lifeking  [author] 5 Jun @ 1:24am 
Thanks for the response.
I'll think about it.
WOULINX 4 Jun @ 5:06am 
This is a really cool mod!

Could you please add some new features like vertical inventory positioning, options to increase or decrease inventory slots, a clear background for backpacks, and the options to change backpack positioning? Also, a clear background for the crafting menu would be amazing.

I really enjoy playing with a clear background. it's simple and gives me more space. It’s definitely a QoL improvement!
27 Oct, 2024 @ 11:45pm 
Hello author, I like this mod very much, but I can't play this on the wegame platform, can I carry this mod to wegame?
libero2711 28 Jul, 2024 @ 7:12am 
visual clutter: the mod
Olik 26 Apr, 2024 @ 2:29am 
Wheres all the configuration ??? im confused theres no ingame config so where do u change stuff also what hotkey is for inventory sorting ? so many questions...
Varrgas 2.0 24 Apr, 2024 @ 7:58pm 
I'm out of words about how amazing this mod is and the amount of QoL and fine tuning possibility it give us.
Sadly it seems the mod work less and less well, It's sad to see mod like this one, who are so much under-rated, being lost

Crossfingers for a nice Fork one day maybe :NA_Crystal:
lifeking  [author] 15 Nov, 2023 @ 4:50am 
Thank you and sorry.
I'm busy right now and don't have time to update the mod.
If I have a little more time, I will definitely update it.
I would appreciate it if you could have a little patience.
Antonio32A 14 Nov, 2023 @ 12:36pm 
Steam formatting messes with indentation so here's a hastebin link: {LINK REMOVED} (mirror: {LINK REMOVED}
Antonio32A 14 Nov, 2023 @ 12:35pm 
The bug that Guille mentioned can be fixed by changing the block at line 1557 to the following:

elseif control >= GLOBAL.CONTROL_INV_1 and control <= GLOBAL.CONTROL_INV_10 then
local inventory = self.owner.replica.inventory
if inventory ~= nil and inventory:IsVisible() then
local hot_key_num = control - GLOBAL.CONTROL_INV_1 + 1

if GLOBAL.TheInput:IsControlPressed(GLOBAL.CONTROL_CRAFTING_MODIFIER) then
self.controls.craftingmenu:SelectPin(hot_key_num)
else
local item = inventory:GetItemInSlot(hot_key_num + (inventory_sorter_data.shortcut_shift or 0))
if item ~= nil then
self.owner.replica.inventory:UseItemFromInvTile(item)
end
end
return true
end

See https://github.com/penguin0616/dst_gamescripts/blob/master/screens/playerhud.lua#L1253 for more info on how the game handles that weird keybind.
Guille 13 Nov, 2023 @ 1:05pm 
Can you fix the Crafting Menu (Mod) key not working at all when this mod is enabled? Holding it doesn't do anything as long as this mod's active
lifeking  [author] 8 Oct, 2023 @ 7:14am 
Hello.
Is it a new item? I will investigate.
Thank you for the report.
aeyo(s) 5 Oct, 2023 @ 2:40pm 
Hi, I like this mod, but I wanted to know if there was a way that Wilson's beard inventory slots could be moved to a different location or added to the backpack group slots? It bugs me that the inventory slots aren't with the rest of the backpack items.
Zlechar 18 Jul, 2023 @ 3:21am 
I really needed one of these thanks
Emmory 24 Apr, 2023 @ 11:59pm 
Thanks fam
lifeking  [author] 17 Apr, 2023 @ 3:22pm 
I got it.
The official has Inv1-15, so I will consider handling it.
I can't do it right away, but please wait for a while.
Thanks for the report.
Emmory 16 Apr, 2023 @ 12:03am 
Yes I'd like support for Inv 11 - 15 because I use those keys for my tools. It's mainly to counter frogs. I do not bind my items in Inv 1-5 because picked up items tend to fill those slots first. Just personal playstyle.
lifeking  [author] 15 Apr, 2023 @ 8:36pm 
Hi, thanks for the report.
Since my reading comprehension is poor, let me suggest some possibilities.

* ">>last 5 slots too?" Can't reach the last slot?
The current version allows the slot corresponding to the shortcut to be shifted from the first (default) slot in the inventory to the last slot.
Can't shift to last slot for inventory slot?
* Do you mean that you have a vertical style multi-line inventory and want to assign shortcuts to discrete slots that are placed on the top line?
* Want to assign shortcuts to equipment slots (hands, head, etc.)? Or a backpack?
* Slots and labels will not be synced if other mods have changed slots corresponding to keyboard shortcuts.
If you have changed the slot shortcut "key" from the game options it should reflect correctly.
* Do you want to support up to Inv11 - Inv15?

Sorry for not being the answer.
Please reply if you have time.
Emmory 14 Apr, 2023 @ 11:00pm 
Can the keyboard shortcut label add the last 5 slots too?
lifeking  [author] 29 Nov, 2022 @ 2:53am 
Thanks for the report.
I will investigate.
dois raios 28 Nov, 2022 @ 12:59pm 
after you turn into wonkey, the button of the mod hides behind the inventory, but the mod is great.
i use row in 2
Я МАЙНИНГ 12 Nov, 2022 @ 10:21am 
Thank you!
lifeking  [author] 12 Nov, 2022 @ 1:14am 
Oops.
This has been fixed.
Thanks for the report.
Я МАЙНИНГ 11 Nov, 2022 @ 11:32am 
Hello good sir! I have an issue. Lets say I have an Axe equipped in my hand slot and a Shovel in my inventory Slot 1. The issue is when I PRESS button 1 I equip my Shovel and my Axe goes to slot 1 instead, but when I RELEASE button 1 it switches Shovel and Axe back. Thus pressing button 1 double-switches items. (Issue dissolves when InventorySorter is turned off). I would really appreciate any help. Thank you!
lifeking  [author] 10 Nov, 2022 @ 4:52am 
Thank you report.
I will investigate.
Crimson 8 Nov, 2022 @ 1:27pm 
[00:14:59]: [string "../mods/workshop-1193288758/modmain.lua"]:1459: attempt to index field 'percent' (a nil value)
LUA ERROR stack traceback:
../mods/workshop-1193288758/modmain.lua:1459 in () ? (Lua) <1455-1463>
=(tail call):-1 in () (tail) <-1--1>
scripts/widgets/itemtile.lua:245 in (method) Refresh (Lua) <235-273>
scripts/widgets/inventorybar.lua:1183 in (upvalue) oldRefresh (Lua) <1155-1190>
../mods/workshop-1193288758/modmain.lua:1401 in (method) Refresh (Lua) <1400-1403>
scripts/widgets/inventorybar.lua:463 in (method) OnUpdate (Lua) <443-546>
scripts/frontend.lua:836 in (method) Update (Lua) <657-854>
scripts/update.lua:92 in () ? (Lua) <33-135>
kurozawa 7 Jun, 2022 @ 5:45pm 
Fricking awesome mod. Makes item quick switching with the keyboard easier and more intuitive if you set it up correctly.
Sanguine's Valor 28 Jan, 2022 @ 5:07pm 
Oh thank you😍 I dont use that much mods but maybe its because of dont starve alone. Ill test it out and try to enable and disable it in game if it works
lifeking  [author] 28 Jan, 2022 @ 4:03pm 
Thank you for reporting.
Sometimes?
It may be the effect of other mods, but the cause cannot be identified without investigating the affected mods one by one.
Sanguine's Valor 28 Jan, 2022 @ 2:49am 
when going to caves, sometimes it doesn't activate
lifeking  [author] 22 Oct, 2021 @ 2:08am 
Integrate your backpack into your inventory.
You can't do that if your backpack is separate.
Hê hê hê 22 Oct, 2021 @ 12:03am 
It can't get the backpack display on the bottom. Pls fix.
May 11 Oct, 2021 @ 7:28am 
can't get the backpack display on the bottom
May 11 Oct, 2021 @ 4:04am 
epic
Confetti Camouflage 9 Sep, 2021 @ 9:42am 
So it's a UI bar overhaul, not really an inventory sorter. Looks cool though.
Guille 3 Aug, 2021 @ 8:01am 
now since the last fix sometimes the arranged inventory layout won't show up upon joining a world until you interact with an item, no crashes or a big issue but none of this was happening until last week

I'm using victorian hud and configurable fonts alongside this mod in case these issues only show up with them
lifeking  [author] 3 Aug, 2021 @ 5:27am 
Thank you fix it.
I don't get any errors on my client, but what mods are affecting it?
I want to debug with my client ... (´·ω·`)
Guille 2 Aug, 2021 @ 1:25pm 
another crash I get when loading one of my existing worlds

[02:05:05]: [string "../mods/workshop-1193288758/modmain.lua"]:1357: attempt to index field 'toprow' (a nil value)
LUA ERROR stack traceback:
../mods/workshop-1193288758/modmain.lua:1357 in (upvalue) setInventory (Lua) <1354-1384>
../mods/workshop-1193288758/modmain.lua:1411 in (local) fn (Lua) <1407-1415>
scripts/entityscript.lua:1047 in (method) PushEvent (Lua) <1034-1061>
../mods/workshop-1193288758/modmain.lua:1426 in (field) fn (Lua) <1417-1427>
scripts/scheduler.lua:177 in (method) OnTick (Lua) <155-207>
scripts/scheduler.lua:371 in (global) RunScheduler (Lua) <369-377>
scripts/update.lua:185 in () ? (Lua) <164-243>
lifeking  [author] 31 Jul, 2021 @ 8:23am 
Thank you.
It is an accurate log. This allowed me to fix it.
lifeking  [author] 30 Jul, 2021 @ 10:53am 
Thank you for reporting, but "BUG" alone cannot fix it. Extract the error from client_log.txt to identify where and what is wrong, and let me know if possible.
I don't need the full log, so see the following topics to identify the information you need.
https://steamhost.cn/steamcommunity_com/workshop/filedetails/discussion/762891717/1620600279656835939/
Guille 30 Jul, 2021 @ 1:11am 
mod has started causing crashes at random times since last update
琪莎猫 27 Jul, 2021 @ 11:58pm 
lifeking Thanks for your work!
lifeking  [author] 27 Jul, 2021 @ 2:05pm 
Fixed, thank you for reporting.
琪莎猫 26 Jul, 2021 @ 5:09am 
After this update,if i enabled InventorySorter,the Functional Medal Mod's medal equip slots will be hidden,could you make it compatible :(
SYRUP 26 Jul, 2021 @ 12:15am 
thanks for noticing me and thanks for fixed it!
lifeking  [author] 25 Jul, 2021 @ 12:38pm 
Thank you for reporting, and fixed it.
SYRUP 24 Jul, 2021 @ 4:06pm 
love this mod.Wonder if you will upload a version compatible with Extra Equip Slot Plus .It seems that when these two mods work at the same time, InventorySorter will leave a blank in the border. problem [hakaimg.com]
I'm sorry to make such an unreasonable request.I'm still happy to use your mod without enabling Extra Equipslot Plus.
thanks for the time.:D
Mickmane 22 Jul, 2021 @ 3:51am 
Reading along, I'm confused. I looked at the screenshots again for an explanation, am even more confused.

Does this all mean that I can make my own custom order of items in my inventory, and don't have to use the modder's presets? (They didn't do what I want, so am not using the mod right now, but I really would like to have the game remember where I put items.)

Thanks. :)