Don't Starve Together

Don't Starve Together

39 voti
FORKED: Vacuum Chest DST
   
Premio
Aggiungi ai preferiti
Preferito
Rimuovi dai preferiti
item, environment, all_clients_require_mod
Mostra gli oggetti etichettati con tutti i termini selezionati: version:1.1.2
Dimensioni del file
Pubblicato in data
Aggiornato in data
179.168 KB
14 gen 2018, ore 14:56
3 apr 2018, ore 14:01
4 note di rilascio ( visualizza )

Sottoscrivi per scaricare
FORKED: Vacuum Chest DST

Descrizione
A chest that automatically picks up items dropped nearby.
Tab: Structures
Recipe: Eazy, Normal, Hard.
1 Purple gem, 4 Living logs, 1 --Eazy
4 purple gems, 12 Living logs, 1 "The Lazy Forager" --Normal
6 purple gems, 20 Living logs, 1 "The Lazy Forager" --Hard
Requires: Shadow Manipulator
Required by all clients

Forked From the original mod, If the Author fixes his version, and requests this ot be taken down, I will.

The mod works again thanks to the lovely ADM, It will not crash, and has a set range of 10, 15, and 20.
-------------------------------
1.1.2 - Zarklord Added some code that adds an indicator of the range (Items dropped a little bit outside stil lget picked up,)
Traps, and bee mines no longer get picked up. Also removed the Lazy Forager for Eazy mode as it clearly isn't Eazy to obtain for Eazy players.
Onwards!
35 commenti
Kenkire 12 giu 2023, ore 12:28 
A fridged chest would be grand if you can do it.
solounited 22 nov 2021, ore 21:46 
i saw the original version of this first and got so sad that no working vacuum mods were out. SO THANK YOU SO MUCH
Bianca Roughfin 24 ago 2021, ore 10:17 
Love this mod, been using it for years now. Only issue i have with it is i really wish there was an option to increase its inventory size on the configs so i dont rely on other storage mods to do so.
I'm a Ghost    [autore] 30 lug 2019, ore 13:07 
Sorry, if it's a Beta issue I can't fix it, as I don't play the beta, please retry when the updates go live.
hexecO 29 lug 2019, ore 7:39 
if this mod is activated all skins of the normal chests are shown backwards (beta) i like this mod, so a fix would be nice :)
Blanc 12 lug 2019, ore 20:58 
Hey, I forked this mod and added some VFX to make it more in the style of DST. I credited you and the original author in the description! :)
Rockou_ 11 mar 2019, ore 14:58 
vacuum_chest.lua is in \Steam\steamapps\common\Don't Starve Together\mods\workshop-1269891049\scripts\prefabs
Rockou_ 11 mar 2019, ore 14:53 
2 messages because steam dont want me to pass 1000characters

if you want it bigger than that i would need the mod you're talking about so i can know what is their widget name and you'll also need to add the mods widget in the vaccum chest mod(i can also make a different mod since as i said it would need the widget data in the mod because the game doesnt contain them) if @I'm a Ghost is okay with me copying the mod to make a costum version of it with different inventory setups - i can also give the codes to @I'm a Ghost so s/he can add it in this mod if he's able to add settings for different inventory widgets
Rockou_ 11 mar 2019, ore 14:53 
@Alex in the vacuumchest.lua you can change the container widget setup(line 117 and 125) you can change the "chester"3x3 by "dragonflychest" or ("shadowchester") (both 3x4)
line 117 -
inst.replica.container:WidgetSetup("chester")
to
inst.replica.container:WidgetSetup("dragonflychest") or ("shadowchester")
and
line 125 -
inst.components.container:WidgetSetup("chester")
to
inst.components.container:WidgetSetup("dragonflychest") or ("shadowchester")

that will make them have a bigger inventory - equivalent to the scale chest("dragonflychest") or shadow chester ("shadowchester")
it changes inventory widget of said building(I myself used it for one of my mods - used the "sacredchest" ui 3x2 )
I'm a Ghost    [autore] 11 mar 2019, ore 12:55 
@Alex, the chest uses the default ui of the chest so.. I'd have to have it rely on said mod, which I don't know how to do.