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

UnlimitedQuota

Bigger profit quota = more deadline days. Quota Rollover compatible. Fix for mid-game 3-day trap.

Date uploaded 11 hours ago
Version 1.0.4
Download link UEXP-UnlimitedQuota-1.0.4.zip
Downloads 9
Dependency string UEXP-UnlimitedQuota-1.0.4

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: bigger profit quota → more deadline days. Vanilla quota growth is left alone.

GUID: Entiffo.UnlimitedQuota
Version: 1.0.4
Author: UEXP

Install

  1. BepInExPack + Sigurd-CSync
  2. Install this mod (host required)
  3. Log: UnlimitedQuota 1.0.4 loaded

Formula (1.0.4+)

easy       = profitQuota / BaseDailyScrap
hard       = profitQuota / (BaseDailyScrap + fulfilled × DailyScrapIncrease)
blended    = Lerp(hard, easy, DeadlineEase)
days       = Clamp(Ceil(blended), MinDeadlineDays, MaxDeadlineDays)
DeadlineEase Feel
0 ProgressiveDeadline-hard (days stay flat ~2–3)
0.6 (default) Bigger quotas get more days
1 Full ceil(quota/100) scaling

Compatible

  • Quota Rollover — supported (no mid-cycle deadline reset; softens difficulty on small quota jumps)
  • KeepScrap, MoreMoneyStart, UEXPLoan, scrap/paycheck UI mods — fine

Incompatible

Stacking with ProgressiveDeadline / other deadline rewriters.

Config

BepInEx/config/Entiffo.UnlimitedQuota.cfg

Key Default Meaning
MinDeadlineDays 2 Floor
MaxDeadlineDays 20 Cap
BaseDailyScrap 100 Easy-scaling divisor
DailyScrapIncrease 30 Difficulty per fulfilled quota
DeadlineEase 0.6 Blend toward quota scaling
UseCurveIncrease false Extra PD-style difficulty (usually leave off)
DebugLogging false Extra logs

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