
You are viewing a potentially older version of this package. View Latest Version
UnlimitedQuota
Deadline days scale with quota. Quota Rollover compatible. Bigger quota, more days. 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.3
Author: UEXP
Install (r2modman / Thunderstore)
- Install BepInExPack and Sigurd-CSync.
- Install UnlimitedQuota (or copy this folder into
BepInEx/plugins/). - Launch through your mod manager. Host must have the mod.
Log line: UnlimitedQuota 1.0.3 loaded.
Formula
days = Clamp(Ceil(profitQuota / dailyScrap), MinDeadlineDays, MaxDeadlineDays)
dailyScrap starts at BaseDailyScrap and grows each real fulfilled quota (flat or curve).
Compatible mods (tested)
| Mod | Notes |
|---|---|
Quota Rollover (Boxofbiscuits97.QuotraRollover) |
Supported. Mid-cycle sell does not reset your deadline or grow daily scrap. When rollover keeps the next quota smaller, daily-scrap growth is dampened so easy quotas are not stuck on the min deadline. |
| KeepScrap | Fine (more scrap → easier sells; unrelated to day math). |
| MoreMoneyStart | Fine (starting credits only). |
| UEXPLoan | Fine — bank grace uses deadlineDaysAmount from this mod. |
| BetterPaycheck / LCFairCompany / scrap packs | No deadline conflict. |
Incompatible with
Other mods that rewrite deadline length (ProgressiveDeadline, Configurable Quota deadline modes, QuotaOverhaul deadline modes, etc.). Do not stack them with UnlimitedQuota.
Config
BepInEx/config/Entiffo.UnlimitedQuota.cfg (synced via CSync except DebugLogging):
| 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 host logs |
Credits
Algorithm inspired by ProgressiveDeadline / LC-DynamicDeadline. Rewritten for v81 under Entiffo.UnlimitedQuota.