WeatherRegistry RouteRandom Compat
A mod for controlling the game's weather system. Patched by SenilePenguin to work with RouteRandom.
Last updated | 4 months ago |
Total downloads | 334 |
Total rating | 0 |
Categories | Bug Fixes |
Dependency string | SenileSquad-WeatherRegistry_RouteRandom_Compat-0.1.16 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
WeatherRegistry - RouteRandom Compatible
This is an unofficial modification of MROV's WeatherRegistry mod. This mod cannot be used at the same time as the official! It reused the same mod identifier so it can be a drop-in replacement until the official is updated.
This version is updated to allow hiding the name and/or weather of a moon on the monitor.
Original README from MROV
A Lethal Company mod for controlling game's weather system.
Features
- A system for registering custom weathers and weather effects
- Weight-based weather selection system
- Level-based weather filtering system
i don't want to work on readme, i'll list it later
Weight-based weather selection 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.
to do
- [ ] Add matching via LLL tags
- [ ] Add an option for weather creators to add their configs to the Registry
- [ ] Save generated weather data to save file
- [ ] fix the bugs
License
This project is licensed under GNU Lesser General Public License v3.0.
Credits
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.