安装 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)