
You are viewing a potentially older version of this package. View Latest Version
UnlimitedQuota
Bigger profit quota = more deadline days. Quota Rollover compatible. Fix for mid-game 3-day trap.UnlimitedQuota
Lethal Company v81 mod: bigger profit quota → more deadline days. Vanilla quota growth is left alone.
GUID: Entiffo.UnlimitedQuota
Version: 1.0.4
Author: UEXP
Install
- BepInExPack + Sigurd-CSync
- Install this mod (host required)
- Log:
UnlimitedQuota 1.0.4 loaded
Formula (1.0.4+)
easy = profitQuota / BaseDailyScrap
hard = profitQuota / (BaseDailyScrap + fulfilled × DailyScrapIncrease)
blended = Lerp(hard, easy, DeadlineEase)
days = Clamp(Ceil(blended), MinDeadlineDays, MaxDeadlineDays)
| DeadlineEase | Feel |
|---|---|
| 0 | ProgressiveDeadline-hard (days stay flat ~2–3) |
| 0.6 (default) | Bigger quotas get more days |
| 1 | Full ceil(quota/100) scaling |
Compatible
- Quota Rollover — supported (no mid-cycle deadline reset; softens difficulty on small quota jumps)
- KeepScrap, MoreMoneyStart, UEXPLoan, scrap/paycheck UI mods — fine
Incompatible
Stacking with ProgressiveDeadline / other deadline rewriters.
Config
BepInEx/config/Entiffo.UnlimitedQuota.cfg
| Key | Default | Meaning |
|---|---|---|
| MinDeadlineDays | 2 | Floor |
| MaxDeadlineDays | 20 | Cap |
| BaseDailyScrap | 100 | Easy-scaling divisor |
| DailyScrapIncrease | 30 | Difficulty per fulfilled quota |
| DeadlineEase | 0.6 | Blend toward quota scaling |
| UseCurveIncrease | false | Extra PD-style difficulty (usually leave off) |
| DebugLogging | false | Extra logs |