You are viewing a potentially older version of this package.
View all versions.
ScrapCalculator
Highlights bare minimum scrap required to complete quota.
Date uploaded | a year ago |
Version | 1.0.0 |
Download link | granny-ScrapCalculator-1.0.0.zip |
Downloads | 34756 |
Dependency string | granny-ScrapCalculator-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
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
- Download the APublicizer assembly publicizer
- Run the assembly publicizer on the
Assembly-CSharp.dll
file insteamapps/common/Lethal Company/Lethal Company_Data/Managed/
This will create a$ ./APublicizer <path_to_assembly-csharp_dll_file>
Assembly-CSharp-Publicized.dll
file - Change the path for
Assembly-CSharp-Publicized.dll
,UnityEngine.dll
andUnity.Netcode.Runtime.dll
to the one available insteamapps/common/Lethal Company/Lethal Company_Data/Managed/
- 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