Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ScalingDailyQuota
Lethal Company Mod - Scales the quota daily, based on player count.
| Date uploaded | a year ago |
| Version | 1.0.0 |
| Download link | Angst-ScalingDailyQuota-1.0.0.zip |
| Downloads | 67 |
| Dependency string | Angst-ScalingDailyQuota-1.0.0 |
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
Scaling Daily Quota
This Lethal Company mod scales the quota depending on the number of players connected, and increases the quota daily. Each finished quota cycle increases the difficulty. The idea is, as long as each player gets their daily quota in scrap, the game will continue.
(number probably need balancing.)
Run the game once to generate the config file.
Example with 3 players:
Quota Day 1: 100 x 3 = 300
Quota Day 2: +100 x 3 = 600
Quota Day 3: +100 x 3 = 900
DEADLINE: 900
Quota Day 1: +125 x 3 = 1275
Quota Day 2: +125 x 3 = 1650
Quota Day 3: +125 x 3 = 2025
DEADLINE: 2025
etc
CHANGELOG
v1.0.1
- removed unused config parameters. (delete your config file if the unused values bother you.)
- updated README
v1.0.0
- Initial release