安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






I'm gonna update all my mods to reflect this, but I've long since moved on from the game haha
The code for these isn't protected or encrypted or copyrighted in any way, so if you find someone who wants to make that, they can 100% use this as their starting base
I used to play in DS and get used to automatically sorting. It is really convenient this way.
@Sir_Wun Not entirely sure. My idea is maybe have an editable config file that each player can choose to modify to their preferences, but I can't promise this will work/ I'll be able to figure it out. I think right now it's probably doing it alphabetically in those categories, but I haven't looked at this mod in a very long time and wasn't the original author, just the patcher
I see i can modify which resources are in the priority list, but how can i select the order?
(For example twigs at the end does not seem logic, i want them next to cut grass)
Found multiple copies of folders named 1445690391 and tested the following change to assign the '-' key (for me thats left from right-shift).
GLOBAL.TheInput:AddKeyDownHandler(92, function()
GLOBAL.TheInput:AddKeyDownHandler( 45 , function()
A folder for simple ingame-hosted DST
...\Steam\steamapps\workshop\content\322330\1445690391
Changes here will have effect on servers hosted from within the game client.
My inventory in a ingame-hosted world got sorted after pressing '-'.
Several folders for dedicated server hosting - one folder copy for each master cluster (Cluster_1, Cluster_2, etc)
...\Steam\steamapps\common\Don't Starve Together Dedicated Server\ugc_mods\Cluster_1\Master\content\322330\1445690391
Changes here don't appear to have effect here. My inventory in this dedicated server remained unsorted after pressing '-'.
I either can't override your code for dedicated servers OR the if-condition lines 386-393 might be broken.
Would be great If you can make the keybind configurable again.
If you want to have a look at a german Keyboard while doing so, please google for QWERTZ Keyboard DE Layout.
We switch out Y and Z and do lots of symbols Like parentheses, ., ?,! etc different as Well as having Umlauts (ä, ö, ü) like Wigfrid.
Definitely still sorts stuff. I was using it recently. As for your specific issues, I actually have no idea, but I'm rewriting the system for Throwable Weapons and will be learning about changing and adding keybindings, so I could then potentially make this configurable on the client to address specific keyboard issues.
Seems like every key I choose has issues haha
Unfortunately german keyboards dont have an allocated key for backslash. We input \ with a combination of Alt Gr + 'ß' (which is where QERTY-users have the '-')
I tried the old configuration option 'keybind' with values like 122 for 'z' or 45 for '-' but nothing is getting sorted for me at all.
It still works though, it would just take practice to let it sort without messing with it.
Also about the client thing, I think one actually exists out there, but not sure. My understanding is that inventory is networked, so it needs to be done server-side, but yeah, I think there's a client one that works. It's just a lot slower if I remember correctly.
I wish it was a client mod rather than a server mod so I could use in on other people's servers, but it's still amazing, thanks!
Is this mod going down?