Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
When i open the mod its shows: "Mods out of date" list and only mode out of date is this one.
I think we will have to just wait till, the author get down to it and update the mod.
스팀 라이브러리 → 우클릭 → 관리 → 로컬 파일 탐색 → 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 만 추가하시면 됩니다.
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
I am a player of DST and also a mod developer and sharer on the WeGame platform. Recently, I came across your mod on Steam and was deeply impressed by its creativity and functionality. I believe it would be well-received in the WeGame community.
Therefore, I am writing to request your authorization to transfer your mod to the WeGame platform. To ensure your rights and respect your original work, I will retain your name and provide detailed credit to you as the original author in the mod description. Additionally, I would like to integrate some of your mod's features and content into my own mod to enhance the overall gaming experience.
If you agree to grant permission, please let me know if you have any special requirements or considerations.
Thank you very much for considering this proposal, and I look forward to your response.
Best regards