You are viewing a potentially older version of this package. View all versions.
belea-MaliciouslyCompliantQuotaCalculatorMod-1.0.0 icon

MaliciouslyCompliantQuotaCalculatorMod

Calculates the optimal list of scrap on the ship that fulfills the quota.

Date uploaded a year ago
Version 1.0.0
Download link belea-MaliciouslyCompliantQuotaCalculatorMod-1.0.0.zip
Downloads 281
Dependency string belea-MaliciouslyCompliantQuotaCalculatorMod-1.0.0

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
NotAtomicBomb-TerminalApi-1.5.5 icon
NotAtomicBomb-TerminalApi

A Terminal Api

Preferred version: 1.5.5

README

Maliciously Compliant Quota Calculator Mod

Please report any issues here.

This is a terminal command mod for Lethal Company that calculates and outputs the optimal list of scrap to sell to fulfill the quota with the smallest surplus (and some other things).

The mcqc command

Can be found in the 'other' section.

Running mcqc outputs what ship-scrap needs to be sold to fulfill the remaining quota at 100% buy rate (final day's buy rate).

Running mcqc today outputs what ship-scrap needs to be sold to fulfill the remaining quota at that day's buy rate.

Config file options

OutputSpacing controls how much space there is between the scrap name column and the scrap value column, 15 being the smallest and 30 being the biggest.

IncreasingOrder decides what happens to two items of the same type when displayed in the list.

Installation

Thunderstore

This mod can be automatically installed through the Thunderstore mod manager.

Manual

  1. Install BepinEx;
  2. Run Lethal Company at least once with BepinEx installed to generate the necessary folders;
  3. Manually install TerminalApi;
  4. Unzip this mod into the LethalCompany/BepinEx folder.

CHANGELOG

v1.1.0

  • Added credits target calculation, includes overtime

v1.0.1

  • Built with correct version of BepinEx

v1.0.0

  • Initial version