UnlimitedQuota
Simple deadline scaling + optional Company auto-route/auto-land on day 0. Quota Rollover OK.UnlimitedQuota
Lethal Company v81 — deadline days grow with profit quota.
GUID: Entiffo.UnlimitedQuota · Version: 1.0.8 · Author: UEXP
Formula
days = MinDeadlineDays + Floor(max(0, profitQuota − startingQuota) / QuotaPerExtraDay)
startingQuota comes from the game automatically (fallback 130).
Defaults: 3 days minimum, +1 day per 200 quota above start.
Config
| Key | Default | Meaning |
|---|---|---|
| MinDeadlineDays | 3 | Days at starting quota |
| QuotaPerExtraDay | 200 | Quota rise needed for +1 day |
| AutoRouteToCompany | true | Route to Company at 0 days left |
| AutoLandAtCompany | false | After routing on day 0, also auto-land |
| Enabled | true | Master toggle |
Compatible
Quota Rollover, KeepScrap, MoreMoneyStart, UEXPLoan.
Incompatible
ProgressiveDeadline / other deadline rewriters.
