Don't Starve Together
Оценок: 12,772
Increased Stack size
2
11
6
3
   
Наградить
В избранное
В избранном
Удалить
Размер файла
Добавлен
Изменён
17.067 KB
13 янв. 2015 г. в 8:24
31 мар. 2024 г. в 11:37
Обновлений: 16 (просмотреть)

Подпишитесь, чтобы загрузить
Increased Stack size

В 1 коллекции, созданной ChaosMind42
ChaosServer42
Предметов: 39
Описание
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.
Популярные обсуждения Просмотреть все (2)
7
5 ноя. 2023 г. в 7:38
Unofficial bug report
Male18
0
15 мая. 2017 г. в 19:51
It's a good thing!!
LZPQ·赫本
Комментариев: 439
MalRang 5 янв в 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 янв в 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 дек. 2024 г. в 4:44 
i have 1 solution for crash make the tiny items stack size 20 mod will work
Lithmariel 14 дек. 2024 г. в 8:30 
Not working at all. No crashes but stack remains the same.
ChaosMind42  [создатель] 18 ноя. 2024 г. в 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  [создатель] 18 ноя. 2024 г. в 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 ноя. 2024 г. в 17:19 
Crashes the game since new update
PrincessProblem 19 окт. 2024 г. в 20:54 
Using this mod with no issues so far. Love it. Thanks
Зараза 27 сен. 2024 г. в 7:38 
+
weijunwang0211 19 сен. 2024 г. в 23:50 
incompatible pls fixed the mod