Don't Starve Together

Don't Starve Together

13,071 ratings
Increased Stack size
2
11
6
3
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
17.067 KB
Jan 13, 2015 @ 8:24am
Mar 31, 2024 @ 11:37am
16 Change Notes ( view )

Subscribe to download
Increased Stack size

In 1 collection by ChaosMind42
ChaosServer42
39 items
Description
Allows you to collect even more items

All stackable items can be stacked up to a configurable amount from 20 to 999 (default is 99).

In addition, the stack size can be configured independently for different item sizes (large, medium, small and tiny).

Works for host and client.
Popular Discussions View All (3)
7
Nov 5, 2023 @ 7:38am
Unofficial bug report
Male18
0
Apr 23 @ 6:18am
简体中文
依yi
0
May 15, 2017 @ 7:51pm
It's a good thing!!
LZPQ·赫本
442 Comments
resu Apr 30 @ 8:51pm 
I want Walter bullet stacking, but after the update, it is gone, only 120 bullets
不小小心吃胖的Kris Apr 29 @ 8:48am 
长期档建议不开 容易炸服
Ratenmi Feb 23 @ 10:56am 
pls add settings about wortex soul stack
MalRang Jan 5 @ 7:30am 
아이템 스택량 안늘어나는 분들을 위해,

스팀 라이브러리 → 우클릭 → 관리 → 로컬 파일 탐색 → mods 폴더 열기 → 이 모드 파일 찾아서 열기 (제 경우엔: workshop-2008480548) → modmain.lua 메모장으로 열기

-- Define functions 위에 내용들을

local require = GLOBAL.require
local stackable_replica = require "components/stackable_replica"
local IsServer = GLOBAL.TheNet:GetIsServer()

local size = GetModConfigData("MAXSTACKSIZE")
local TUNING = GLOBAL.TUNING
local net_byte = GLOBAL.net_byte

TUNING.STACK_SIZE_LARGEITEM = size
TUNING.STACK_SIZE_MEDITEM = size
TUNING.STACK_SIZE_SMALLITEM = size
TUNING.STACK_SIZE_TINYITEM = size

로 바꾸기

※ TUNING.STACK_SIZE_SMALLITEM = size 밑 줄에 TUNING.STACK_SIZE_TINYITEM = size 만 추가하시면 됩니다.
MalRang Jan 5 @ 7:23am 
for anyone looking for how to fix this mod,

1. find this mod in your DST mods folder
2. open modmain.lua file via notepad
3. add " TUNING.STACK_SIZE_TINYITEM = size " under the "TUNING.STACK_SIZE_SMALLITEM = size" line and save

i.e.)
TUNING.STACK_SIZE_LARGEITEM = size
TUNING.STACK_SIZE_MEDITEM = size
TUNING.STACK_SIZE_SMALLITEM = size
TUNING.STACK_SIZE_TINYITEM = size
K4SLM4O Dec 29, 2024 @ 4:44am 
i have 1 solution for crash make the tiny items stack size 20 mod will work
Lithmariel Dec 14, 2024 @ 8:30am 
Not working at all. No crashes but stack remains the same.
ChaosMind42  [author] Nov 18, 2024 @ 10:42am 
I just tested it and the mod still seems to work fine for me, tested in multiple worlds together with a ton of other mods on 2 machines, dont know what i am missing.
ChaosMind42  [author] Nov 18, 2024 @ 2:04am 
I will look into it, but guys, seriously when you experience a crash please provide a log file with the error message, i just dont have the time and resources to test every conceivable configuration.
Mango Nr. 5 Nov 12, 2024 @ 5:19pm 
Crashes the game since new update