Don't Starve Together

Don't Starve Together

12,772 arvostelua
Increased Stack size
2
11
6
3
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tiedostokoko
Julkaistu
Päivitetty
17.067 KB
13.1.2015 klo 8.24
31.3.2024 klo 11.37
16 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Increased Stack size

1 kokoelmassa, tekijä ChaosMind42
ChaosServer42
39 luomusta
Kuvaus
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.
Suositut keskustelut Näytä kaikki (2)
7
5.11.2023 klo 7.38
Unofficial bug report
Male18
0
15.5.2017 klo 19.51
It's a good thing!!
LZPQ·赫本
439 kommenttia
MalRang 5.1. klo 7.30 
아이템 스택량 안늘어나는 분들을 위해,

스팀 라이브러리 → 우클릭 → 관리 → 로컬 파일 탐색 → 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 5.1. klo 7.23 
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 29.12.2024 klo 4.44 
i have 1 solution for crash make the tiny items stack size 20 mod will work
Lithmariel 14.12.2024 klo 8.30 
Not working at all. No crashes but stack remains the same.
ChaosMind42  [tekijä] 18.11.2024 klo 10.42 
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  [tekijä] 18.11.2024 klo 2.04 
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 12.11.2024 klo 17.19 
Crashes the game since new update
PrincessProblem 19.10.2024 klo 20.54 
Using this mod with no issues so far. Love it. Thanks
Зараза 27.9.2024 klo 7.38 
+
weijunwang0211 19.9.2024 klo 23.50 
incompatible pls fixed the mod