Project Zomboid

Project Zomboid

Better Sorting Expanded
32 条留言
TheCheeseBroker 3 月 21 日 上午 7:48 
@Red-Shanked Douc

This is because of the (TheWorkshop.AcceptItemFunctionToolbelt) fuction in the workshop mod Inside the lua/server/TW.lua

You could edit this code to add more Category by adding more

=

local category = scriptItem:getDisplayCategory()
if category == "Tool" or category == "ToolWeapon"
or category == "ToolCarpentry"
or category == "ToolCleaning"
or category == "ToolElectrical"
or category == "ToolFarming"
or category == "ToolMechanics"
or category == "ToolMedical"
or category == "ToolMetalworking"
or category == "ToolSurvival"
or category == "ToolTailoring"
then

=
Vorpal Void 2 月 24 日 上午 1:58 
-- Move alternative medical categories back into medical
elseif item:getDisplayCategory() == "Surgery" or item:getDisplayCategory() == "FirstAid" then
category = "Medical";

Should be

category = "Med";

This is to fix IGUI_ItemCat_Medical showing for some items.
tilarium 2024 年 11 月 30 日 下午 4:13 
Newest update? You mean 41.78.16 which was released on 12 Dec, 2022?
JanusMaple 2024 年 11 月 30 日 下午 2:10 
Not working in newest update
小姐姐QAQ 2024 年 11 月 29 日 上午 12:58 
Hello, author. If I want to provide localized translations, how should I contact you?
Red-Shanked Douc 2024 年 11 月 24 日 下午 2:05 
By changing tools to be in specific categories rather than just tools, it removes the ability to put them in the tool belt from The Workshop mod
AndrewMV 2024 年 11 月 1 日 下午 12:35 
I don't know how this would be done but it would be great if ammo was at the top with weapons on the list when looting with 'proximity inventory' so I wouldn't have to scroll all the way down on massive piles of bodies repeatedly.
Dümbük Enişte 2024 年 10 月 14 日 下午 12:33 
Finally! There had been a serious need for an up-to-date sorting mod for a while.
Pyotr 2024 年 10 月 14 日 上午 7:12 
By any chance, did you miss categorizing the pipe wrench? Seems like it's the only tool i have that just says "Tool" with no subcategories.
恶魔地瓜 2024 年 10 月 12 日 上午 4:52 
i need chinese please! my hero!
Kechna  [作者] 2024 年 9 月 10 日 下午 12:41 
@thecarvalhogamer only English, if you want to help translate the categories to other languages I can implement it!
Kechna  [作者] 2024 年 9 月 10 日 下午 12:40 
@Aush ah, it's just a translation thing. I'll see if I can fix it soon.
Kechna  [作者] 2024 年 9 月 10 日 下午 12:40 
@Jaxx - pshoooo ah yes, I use that one myself too so will give it some extra attention in the next update :)
thecarvalhogamer 2024 年 9 月 9 日 下午 6:40 
How many languages ​​does mod have?
Aush 2024 年 9 月 7 日 下午 6:47 
@Kechna In place of the category, ' IGUI_ItemCat_Medical ' is displayed
Jaxx - pshoooo 2024 年 9 月 6 日 下午 4:46 
any chance you could look at Easy Packing as a better sorting compat mod? :') a ton of its items are incorrectly categorized even taking into account base categories, like 10x Pack of Batteries being Crafting instead of Crafting - Electronics etc.
Kechna  [作者] 2024 年 9 月 3 日 上午 11:08 
@Shimo @twitch.tv/thefaith818 it _should_ be compatible with anything better sorting is compatible with, I'm doing pretty much the same thing as that mod is already doing, just with more granular categories and some different logic for automatic categorization.
Kechna  [作者] 2024 年 9 月 3 日 上午 11:06 
@Aush what do you mean by broken categories?
Kechna  [作者] 2024 年 9 月 3 日 上午 11:06 
@Soul G it logs which items have their categories changed, with the old and the new category, and whether it was done automatically or by a manual mapping.
2024 年 8 月 30 日 上午 2:59 
is this compatible with Loot Is First - Sorting
Shimo 2024 年 8 月 26 日 上午 3:06 
Is it compatible with Better Sorting - Patch Smorgasbord?
Aush 2024 年 8 月 23 日 下午 8:01 
The mod seems to have an incompatibility with the More Food Pack mod [41.78+/MP] , more specifically with the medicines, the categories are broken.
Soul G 2024 年 8 月 21 日 下午 1:08 
What does verbose option do, by the way?
maiker 2024 年 8 月 20 日 下午 3:31 
Kechna, you're the Curry hero we didn't know we needed. Thanks for releasing your work to the masses.
Kechna  [作者] 2024 年 8 月 19 日 上午 1:18 
@Jaxx - pshoooo that is definitely something this covers :)
Jaxx - pshoooo 2024 年 8 月 17 日 下午 2:08 
if you tell me it fixes Sapph's Curry Powder to be fixed to show as Cooking/Seasoning, i will be instantly sold
Kechna  [作者] 2024 年 8 月 15 日 下午 4:13 
@Brekkik, yup, haven't even gotten to fixing the display name yet. Will do next update :)
Kechna  [作者] 2024 年 8 月 15 日 下午 4:11 
Sorry, made this for myself initially and did not expect anyone to be interested (yet). In short, it extends on what Better Sorting does, but with more granular categories, and categorizations i consider incorrect or annoying "fixed". With specific mod support focused on mods I use with my friends, like Lifestyle, Sapph's Cooking, all kinds of crafting additions, and many others.

In case you don't know how BS works under the hood: It attempts to auto-categorize items based on their properties, and includes many, many manual category overrides for base items and those of a ton of popular mods.

As for the more granular categories, some examples are: Condiments, spices, servings (so finished meals), tools per relevant skill, liquid containers, perishable beverages, money and more.



There are still a bunch of things that aren't categorized correctly, I will write more and put out more updates soon. I'm going on vacation next week, though, so I hope I can find some time before then.
Sir Doggy Jvla 2024 年 8 月 14 日 下午 12:33 
Would be nice more detail of what the categories you are adding are. Also what about mod compatibility ? Mods that added compatibility to better sorting will not take on these changes ?
Brekkik 2024 年 8 月 12 日 下午 10:36 
Disregard my prior post. I finally managed to find it. If anyone else is having trouble with it, it's listed in the mod manager as CABetterSortingExpanded
莫名某某 2024 年 8 月 12 日 下午 8:12 
Can you add a more detailed description and in-game screenshot comparison? To see what categories are added to the mod
Brekkik 2024 年 8 月 12 日 上午 8:52 
Attempted to try your mod out since I'm always looking for expansions to Better Sorting, but the mod doesn't appear in the mod manager, so I'm unable to activate it.