Weather Gains
WeatherGains is a Lethal Company mod powered by BepInEx that changes the value and spawn rate of scrap based on the weather!
| Date uploaded | 3 days ago |
| Version | 2.0.1 |
| Download link | RobuxTRex-Weather_Gains-2.0.1.zip |
| Downloads | 822 |
| Dependency string | RobuxTRex-Weather_Gains-2.0.1 |
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
Weather Gains
Weather Gains is a highly-configurable BepInEx mod for Lethal Company that increases the value and spawn frequency of scrap based on the current weather.
Weather Gains should be compatible with most versions, however it is only tested for the latest version (currently v73). Support for earlier versions is not guaranteed; no active effort will be made to change that.
This mod is available on Thunderstore / r2modman and as a manual download.
Weather Gains only works when hosting. Clients do not need this mod to play, but installing doesn't hurt 😉
Why Weather Gains?
- Ability to modify the credit value and spawn frequency of scrap based on the active weather.
- Dynamically supports all weather types in Lethal Company; this scales with future versions!
- Guaranteed support with all mods (there are no known compatibility issues as of yet).
- Open source under the APGL v3 or later license with all contributions welcome!
- Compatibility mode to ensure support with other mods.
- Thoroughly tested with edge cases accounted for.
- No setup neccessary with pre-configured values!
- No dependencies required!
Quick Start
- Install the mod through Thunderstore / r2modman
- Launch the game - Weather Gains auto-loads with rational default values.
- Optionally edit
BepInEx/config/uk.co.sulphurdev.weathergains.cfgto tweak multipliers or enable/disable certain features.
And that's it!
Contributing
All contributions are welcome to Weather Gains! Please ensure you have read the contributing guide, which goes into more detail about everything you should know before submitting code.
Licensing
Versions v2.0.0 and above are licensed under the AGPL v3 or later license.
Versions v1.x.x were licensed under the GPL v3 license.
The CLA applies to all contributions to Weather Gains from v2.0.0, and it must be signed before code is submitted.
CHANGELOG
WeatherGains Changelog
- A log of every published version in chronological order can be found below.
- Every record includes feature additions, bug fixes, security patches (if applicable), etc.
- Relevant GitHub issues will be mentioned.
- Only releases that are distributed (published to Thunderstore) are recorded here.
v2.0.0
Target Version: v73
Patched a minor issue that resulted in a compatibility issue with Lethal Casino (and potentially other mods).
Changes
- Removed the item value and item quantity clamp in the multiplier applier - #2
v2.0.0
Target Version: v73
Complete rewrite of WeatherGains.
Added
- Bee hives are now impacted by scrap value multipliers.
- Safety guards to ensure scrap value is at least
1. - Compatibility Mode in config which guarantees compatibility with all other mods at the cost of disabling bee hive multipliers (any transpilers).
- Config Version field to config, allowing future versions to allow backwards compatibility and migration to new formats.
- Clear security policy, changelog, code of conduct, and CLA for maximum transparency.
Removed
- Host syncing has been removed because WeatherGains is now a purely server-side mod!
Changes
- WeatherGains has been relicensed under the AGPL-3.0-or-later!
- Should be compatible with other mods that modify the moon scrap value multiplier due to modifications on how scrap multipliers are applied.
- Better README!
Fixes
- Clear weather multiplier not applying correctly - #1
v1.1.0
Target Version: v67
General good changes this time around! I have no idea what to add now. Besides from minor changes + bug fixes, this could be the final major update!
Added
- 'Value Multiplier Enabled' configuration setting added, which allows you to toggle the scrap value multipliers throughout the mod.
- 'Amount Multiplier Enabled' configuration setting added, which allows you to toggle the scrap amount multipliers throughout the mod.
- 'Apparatus Multiplier Enabled' configuration setting added, which allows you to toggle the scrap value multiplier for the apparatus prop.
Removed
- 'Enabled' configuration setting, which allowed you toggle the mod. It has been replaced with three separate settings for value/amount/apparatus multipliers. You may also disable the mod in mod managers to entirely disable functionality.
Changes
- The Apparatus (Lung) prop is now affected by the value multiplier (toggleable in the configuration).
Fixes
- Fixed an issue where the multiplier would add up over time, eventually leading to scrap worth thousands of credits.
- Fixed an issue where the mod would completely overwrite the moon's default scrap value and amount multipliers. New implementation of how the mod applies the multipliers fixed this issue and also improved compatibility with other mods.
v1.0.0
Target Version: v65
First release!