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