Modding Discussion • Re: Temperature system for a winter survival game.
Couldn't find it when I first read this topic, but happened on it by coincidence today. Yet another mod that does temperatures: Temperature Survive
A more detailed response to your suggestions: In practice, simulating temperature for every single node is not feasible from a performance perspective. Maybe if it was a feature built in into the engine? But implementing it just through the API would be way too slow for sure.
You could cut out a lot of the calculations by ignoring large volumes of air and underground stone, presuming that they are already well mixed. Maybe updating the nodes at random rather then every node every time? And probably a lot of other things. Generally you will want to focus the mechanic as tightly as you can around the stuff that is most directly relevant to the player. And even then you might not get away with it without knowing specialized optimization techniques. Making faithful yet performant simulations is not a simple mater.
Statistics: Posted by Skamiz Kazzarch — Mon Mar 09, 2026 18:25
Discussion in the ATmosphere