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 | a day ago |
| Version | 1.0.0 |
| Download link | UEXP-UnlimitedQuota-1.0.0.zip |
| Downloads | 50 |
| Dependency string | UEXP-UnlimitedQuota-1.0.0 |
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.1.0
README polish + small bugfixes. Same deadline chaos, clearer Company propaganda.
1.0.8
Optional auto-land at the Company on day 0.
1.0.7
Config got simpler. Fewer knobs. Same suffering.
1.0.6
Deadline grows with quota the way Management always pretended it did.
1.0.5
Day 0? Enjoy your complimentary autopilot to the Company.
1.0.4 – 1.0.0
Earlier experiments in "what if the quota wasn't a war crime."