Temperatures in Colonial Charter
#3


I don't really have a great answer for that.  The modkit and code are very lacking in helpful documentation.



Code:
    // base range for temperature over the year
    float _baseTemperature = 50.0;
    float _temperatureRange = 30.0;
    float _temperatureTolerance = 5.0;

    // normal distribution range of base temperature change (biyearly?)
    float _temperatureVariance = 40.0;



That's the code for the "Fair" climate temperatures.  The base is 50 with a range of 30, so that gives it a 80-20 range.  I don't know what the difference between the Tolerance and Variance is.  The comment would seem to indicate that the Variance is somehow related to the base temperature, so maybe the Tolerance is related to the range?  I'm not sure. That is 100% of the information that's given about it in the modkit.


  Reply


Messages In This Thread
Temperatures in Colonial Charter - by Kralyerg - 11-25-2016, 05:57 PM
Temperatures in Colonial Charter - by Kralyerg - 12-28-2016, 12:12 PM
Temperatures in Colonial Charter - by GenV - 07-27-2017, 12:17 PM