Don't Starve
Auto Stack and Pick Up
Mostrando 1-10 de 27 aportaciones
< 1  2  3 >
Actualización: 25 MAY 2023 a las 10:43

- "bird_egg" and "tallbirdegg" can now Auto Stack and Pickup.
- Penguin eggs will no longer Auto Stack or Pickup when laid, but will work with Manual Stacking.

Actualización: 19 MAY 2023 a las 11:06

- Fixed new crash.

Actualización: 18 MAY 2023 a las 20:40

- TL;DR Items that the game thinks should not be able to be picked up, will no longer be Auto-Stacked or Auto-Pickup'ed.

Long explanation:
If an item is currently prohibited by the game from being picked up (inventoryitem.canbepickedup is false), Auto-Stack and -Pickup will now be delayed until the game says the item can be picked up (max wait time is 10 seconds, after which Auto-Stack and -Pickup is cancelled). The canbepickedup variable is sometimes set to false by the game, e.g., when an item is part of a timed sequence, or are in a state where you have to do something to them before they can be picked up, like flotsam that has to be fished.

Actualización: 18 MAY 2023 a las 16:20

- Bait in traps is now ignored.

Actualización: 18 MAY 2023 a las 9:00

UPDATE:
- Fixed Mermfisher / Shipwreck Swamp crash.

Actualización: 13 ABR 2022 a las 7:20

UPDATE:
- Twigs now auto-stack again.

Actualización: 10 ABR 2022 a las 3:11

UPDATE:
- bird_egg (Penguins) and tallbird_egg no longer auto-pickup when spawned.

Actualización: 8 ABR 2022 a las 4:27

Small hotfix

Actualización: 8 ABR 2022 a las 3:38

UPDATE:
- Twigs, bird_egg (Penguins) and tallbird_egg no longer auto stack when spawned by the world. Penguins would keep spawning them, because they want to have more than one next to each other, leaving behind 30-40 eggs that would turn into piles of Rotten Egg lying all over the place.

- Modders can now use four special tags to exclude their items from specific parts of this mod:
-- "no_autostack_all" - makes the mod completely ignore them.
-- "no_autostack_w" - the mod doesn't automatically stack them when spawned.
-- "no_autostack_m" - the mod doesn't automatically stack them when dropped.
-- "no_autopickup" - the mod doesn't try to automatically pick them up when spawned.

Actualización: 20 JUL 2021 a las 19:47

- "Freezer" mod compatibility, with a small downside.

I have implemented a workaround, which disables auto-stacking and auto-pickup of ice if the "Freezer" mod is detected, since that combination can lead to crashes. Manual stacking of ice still works with the "Freezer" mod on! I will leave this in so long as the incompatibility exists. It is much better than crashing.