Climate Module
Last updated
Was this helpful?
Last updated
Was this helpful?
The Climate Module manages the temperature, humidity, snow, and wetness of your ecosystem allowing you to propagate these values to other modules in your system.
Control the temperature over the course of the year.
Control the humidity over the course of the year.
Control the temperature over the course of the day.
Control the humidity over the course of the day.
Control snow and wetness accumulation (requires the or the or the to appear visually).
Designate temperature and humidity filters to offset your climate.
Get the current temperature and humidity.
In the Selection Tab set your control method to native. You can now set the temperature and humidity directly within the module.
COZY uses the Fahrenheit scale for backend calculations by default. This is due to the fact that the 0-100 degree scale for Fahrenheit works as a more useful percentage when creating weather based FX when compared with Celsius. This aside, if you want to localize your game to a region other than the US, you will likely want to convert the current temperature to Celsius when you are displaying it for in-game UI.
Here is a code example for how to do this: