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.
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
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
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
- Install BepinEx;
- Run Lethal Company at least once with BepinEx installed to generate the necessary folders;
- Manually install TerminalApi;
- Unzip this mod into the
LethalCompany/BepinExfolder.
CHANGELOG
v1.1.0
- Added credits target calculation, includes overtime
v1.0.1
- Built with correct version of BepinEx
v1.0.0
- Initial version