Weather
ACE Weather extends the existing weather with:
- Advanced simulation of air temperature.
ACE Weather adds the following measurement tools:
- Toggleable display for showing information about wind direction and strength
- Kacetrel 4500 pocket weather meter in arsenal.
Show Wind Info
Section titled “Show Wind Info”- Toggle wind info display with
Show wind infokeybind inACEcategory (Default: Shift+K). - The wind direction and strength are indicated by a wind barb in the top left corner.
Settings
Section titled “Settings”Summary of settings that can be modified in the server config:
| Field | Value | Description |
|---|---|---|
m_bAirTemperatureSimulationEnabled | Type: boolDefault: true | Whether advanced simulation of air temperature should be run. |
Template for the missionHeader in a server config:
"missionHeader": { "m_ACE_Settings": { "m_ACE_Weather": { "m_bAirTemperatureSimulationEnabled": true } }}Modded Terrain Support
Section titled “Modded Terrain Support”Air Temperature Simulation
Section titled “Air Temperature Simulation”ACE Weather adds the following attributes to the TimeAndWeatherManagerEntity that can be used for adjusting the simulation to a particular terrain:
m_aACE_MonthlyAverageTemperatureAirMaxHours- Average hour of the day at which peak air temperature occurs per month in 24 h format.m_aACE_MonthlyAverageDailyTemperatureAirMins- Average daily minimum air temperature for each month in Kelvinm_aACE_MonthlyAverageDailyTemperatureAirMaxs- Average daily maximum air temperature for each month in Kelvin
Data can, for instance, be obtained from Open-Meteo, which was also used for the vanilla terrains:
- Default → Basel (CH)
- Everon/Arland → Groix (FR)
- Kolguyev → Inishtooskert (IE)