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.
UnlimitedQuota
v81 deadline days scale with quota size. Bigger quota, more days. Configurable. Host-synced via CSync.
By UEXP
| Date uploaded | 13 hours ago |
| Version | 1.0.1 |
| Download link | UEXP-UnlimitedQuota-1.0.1.zip |
| Downloads | 16 |
| Dependency string | UEXP-UnlimitedQuota-1.0.1 |
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
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.
CHANGELOG
Changelog
1.0.8
- New config
AutoLandAtCompany(default off): after day-0 auto-route to the Company, also pull the lever and land.
1.0.7
- Config simplified to MinDeadlineDays + QuotaPerExtraDay.
1.0.6
- Formula: 3 days min, +1 day per 200 quota above start.
1.0.5
- Auto-route to Company at 0 days left.
1.0.4 – 1.0.0
- Earlier deadline work, Quota Rollover guards, packaging.