
UnlimitedQuota
v81 deadline days scale with quota size. Bigger quota, more days. Configurable. Host-synced via CSync.UnlimitedQuota
Lethal Company v81 mod: as the profit quota grows, you get more deadline days. Vanilla quota growth (including furniture luck) is left alone — only the deadline length is adjusted.
GUID: Entiffo.UnlimitedQuota
Version: 1.0.0
Install (r2modman / plugins)
-
In your profile, install BepInExPack and Sigurd-CSync from Thunderstore.
-
Copy this entire
UnlimitedQuotafolder into:…\profiles\<YourProfile>\BepInEx\plugins\ -
Launch through r2modman. Host must have the mod.
You should see UnlimitedQuota 1.0.0 loaded in the BepInEx log.
Formula
days = Clamp(Ceil(profitQuota / dailyScrap), MinDeadlineDays, MaxDeadlineDays)
dailyScrap starts at BaseDailyScrap and grows each fulfilled quota (flat or curve).
Config
After first launch: BepInEx/config/Entiffo.UnlimitedQuota.cfg
| Key | Default | Meaning |
|---|---|---|
| Enabled | true | Master toggle |
| MinDeadlineDays | 2 | Floor |
| MaxDeadlineDays | 20 | Cap |
| BaseDailyScrap | 100 | Assumed scrap/day at run start |
| DailyScrapIncrease | 30 | Capacity growth per fulfilled quota |
| IncreaseSteepness | 200 | Curve steepness (if curve mode on) |
| UseCurveIncrease | true | Curve vs flat daily growth |
| DebugLogging | false | Extra logs (local) |
Gameplay options sync host → clients via CSync.
Incompatible with
Other mods that rewrite deadline length (ProgressiveDeadline, Configurable Quota deadline modes, etc.). Do not stack them.