Don't Starve Together

Don't Starve Together

886 ratings
Pick-up filters [deprecated]
7
3
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
413.575 KB
26 Dec, 2018 @ 2:57pm
5 Jul, 2021 @ 6:55pm
22 Change Notes ( view )

Subscribe to download
Pick-up filters [deprecated]

Description
The mod has been getting more and more problems with new updates and lately it no longer works.
I don't have much time nor desire to work on DST modding at this point. I might come back at some point but no promises.
I was gonna hide/unlist it but I'm gonna leave it for now if anyone wants to go through the source code
It's also available on github[github.com], so if you want to submit a fix or just fork it and maintain it, feel free, tho at this point it probably would require a full rewrite

Quick summary:
  • Disable picking flowers with spacebar
  • Add any items to blacklist / whitelist from in-game so they are either not picked up or picked up first
  • Prioritize meat first/last for safe and efficient spider and bunny farms
  • Prioritize actions (ie. choping trees) over picking up itemsl (ie. logs), and vice versa
  • Bind a key binding to change any of theese in-game

Available options
  • Flowers pick up
    • Default
    • No flowers
  • Pick up Order
    • Default
    • Pick up first
    • Pick up last
  • Meat Priority
    • Default
    • Meat first
    • No meat

Key bindings
For any option you can set a key bind to cycle through them in game, without changing it in main menu. Additionally you can (actually you need to if you want to use it) set a key in the mod options and then while in game, point at an item on ground and press the chosen key to add the item to a blacklist / whitelist. The lists are saved on your computer, so you can set them once in game, and use them after re-logs or on a different server (can be toogled off in the options).

Available keys are F1 to F12, and A to Z. For any of theese you can still pick it up with your mouse. The mod only disables automatic picking with action key (spacebar by default)




Usages
Switch between items in the blacklist and whitelist while collecting your loot
First nitre and flint are added to blacklist so they can't be picked, then they are removed so they can be picked again and flint is added to whitelist so it will be picked up first


"Pick up first" near beehives
Flowers picking is disabled and picking items from ground will come before harvesting bee boxes


"No meat" around bunnymans
Ignore the meat on the ground as it never existed. The same can be achieved by adding meat to the blacklist


"Meat first" around spiders
Reverse of the previous case


"Pick up last" when chopping trees
Prioritize actions like chopping, digging and harvesting before picking items


and many more!

Planned features
  • Rewrite the mod in a more managable and extenadble way Done
  • Add a way to blacklist / whitlists any item / action in-game Done
  • Add some kind of GUI so you can easily see and change your options, instead of having many different button binds (may need a hand with that one)

Side notes
The mod is client only so you can use it on all servers.
You also may want to check out my other mod: Little Tweaks, which contains many small tweaks that I've put together into a bigger mod

The preview gif was recorded with Observer Camera mod

Popular Discussions View All (3)
19
11 Feb @ 6:05pm
Bugs
Skrzelik
14
23 Jan, 2021 @ 10:39am
Suggestions
Skrzelik
0
18 Jan, 2019 @ 10:22am
[request] Don't Starve singleplayer version
KilledWithStyle
136 Comments
crush the game
Mr.Derp 17 Jun @ 9:19am 
Hello, everyone! I found another version of this mod that someone made that works! https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3475997951&tscn=1750105282 Hope this helps! :D
tearz (calendula) 21 Apr @ 12:40pm 
was a useful mod but now crushes the game
AnyKey31 17 Apr @ 10:55am 
crush game
for anyone wondering: theres an UPDATED VERSION of this mod in the workshop, just look for it with this same name...
f, bc the author abandoned it...but ALAS! wherever he is a thank you man :)
Ratenmi 27 Mar @ 9:22am 
Just crush game
Nakashima 22 Mar @ 12:19am 
This mod was so useful for monster meat farming as Webber. I wish this would be updated
Mr.Derp 14 Mar @ 10:49am 
@Doctor Same, I can't live without it, lmao :isaac:
Doctor 2 Mar @ 10:01am 
any plans to update it? its so usefull ignoring flowers and im used to it now lmao
cecil 1 Mar @ 10:28pm 
Crashes after recent updates while picking some items up. Reason: Game function
InventoryItem:CanBePickedUp(doer) in inventoryitem_replica.lua added a "doer" argument (previously took no arguments). Called from modmain.lua line 236

I see the mod is deprecated but I'll leave this here in case anyone wants to make their own fixes