You are viewing a potentially older version of this package. View all versions.
UEXP-UnlimitedQuota-1.0.3 icon

UnlimitedQuota

Deadline days scale with quota. Quota Rollover compatible. Bigger quota, more days. CSync.

Date uploaded a day ago
Version 1.0.3
Download link UEXP-UnlimitedQuota-1.0.3.zip
Downloads 18
Dependency string UEXP-UnlimitedQuota-1.0.3

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
Sigurd-CSync-5.0.1 icon
Sigurd-CSync

Configuration file syncing library for BepInEx.

Preferred version: 5.0.1

README

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)

  1. Install BepInExPack and Sigurd-CSync.
  2. Install UnlimitedQuota (or copy this folder into BepInEx/plugins/).
  3. 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.

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."