安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
How can you help me?
Guys, do not set the lower temperature extreme to be any lower than -50, trust me. You will die if you do.
Running alongside 50 other mods on a dedicated server with no conflicts whatsoever.
TY Monkey
I'll make a new save in a moment and come back to report or delete this if it was my mistake...
Rule Britain.
@Dionisio03 Probably not, maybe ask the developer of that mod to add compatibility?
The first part of the code sets the temperatures. But apart from that, I don't know what the rest of the values do exactly.
The second part handles the snowstorm, correct.
local function initialiseSeasons(season)
setSandboxVars();
season:init(
50,
MAX_TEMP, --max temp default 25
MIN_TEMP, --min temp default 0
15,
season:getSeasonLag(),
season:getHighNoon(),
season:getSeedA(),
season:getSeedB(),
season:getSeedC()
);
And does this part just force snow and storm from winter is coming if more than one hour has passed since the beginning of the game?
local function SetSnowStorm(forceCheck)
if SNOWSTORM then
if getGameTime():getWorldAgeHours() >= 1 then
getCore():setForceSnow(true);
if forceCheck then
forceSnowCheck();
end
end
if getGameTime():getWorldAgeHours() >= 1 then
getClimateManager():triggerWinterIsComingStorm();
end
end
end
Spongie's Clothing (Or Winter Clothing)
Snow Is Water
Melt Snow
Raven Creek (personal preference, I like the aesthetic of this map)