A Lethal Company mod for controlling game's weather system.
- A system for registering custom weathers and weather effects
- Weight-based weather selection system
- Level-based weather filtering system
Contrary to the vanilla algorithm, this mod uses a weight-based system for selecting weathers. You can set the weights based on 3 criteria:
- Level weight: the weight of the weather based on specific level
- Weather-to-weather weight: the weight of the weather based on the previous weather
- Default weight: the base weight of the weather
During the weather selection process, the algorithm will try to apply the weights in the order listed above.
This project is licensed under GNU Lesser General Public License v3.0.
This project uses LethalCompanyTemplate, licensed under MIT License.
This project uses code from WeatherTweaks, licensed under CC BY-NC-ND 4.0.
This project uses code from LethalLib, licensed under MIT License.
This project uses code from LethalLevelLoader, licensed under MIT License.
This project uses code from LC-SimpleWeatherDisplay, licensed under MIT License.