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

ScrapCalculator

Highlights bare minimum scrap required to complete quota.

Date uploaded 6 months ago
Version 1.0.0
Download link granny-ScrapCalculator-1.0.0.zip
Downloads 34551
Dependency string granny-ScrapCalculator-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

README

ScrapCalculator

Highlights scrap in a different color to indicate what scrap you can sell to meet quota. Only works when in the ship.

Installation

  • Install BepInEx
  • Unzip this mod into your Lethal Company/BepInEx folder

Or use the r2modman mod manager to install everything for you.

Compiling

Prerequisites: read the Lethal Company Modding Guide

  1. Download the APublicizer assembly publicizer
  2. Run the assembly publicizer on the Assembly-CSharp.dll file in steamapps/common/Lethal Company/Lethal Company_Data/Managed/
    $ ./APublicizer <path_to_assembly-csharp_dll_file>
    
    This will create a Assembly-CSharp-Publicized.dll file
  3. Change the path for Assembly-CSharp-Publicized.dll, UnityEngine.dll and Unity.Netcode.Runtime.dll to the one available in steamapps/common/Lethal Company/Lethal Company_Data/Managed/
  4. run dotnet build

took inspiration from ShipLoot.

CHANGELOG

Releases

Version 1.1.0

  • respect the fulfilled quota in the calculation

Version 1.0.1

  • make the mod work when on the company moon
  • create CHANGELOG.md

Version 1.0.0

  • Initial Release