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.
You are viewing a potentially older version of this package.
View all versions.
ScrapCalculator
Highlights bare minimum scrap required to complete quota.
| Date uploaded | 2 years ago |
| Version | 1.0.0 |
| Download link | granny-ScrapCalculator-1.0.0.zip |
| Downloads | 35105 |
| 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/BepInExfolder
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.dllfile insteamapps/common/Lethal Company/Lethal Company_Data/Managed/
This will create a$ ./APublicizer <path_to_assembly-csharp_dll_file>Assembly-CSharp-Publicized.dllfile - Change the path for
Assembly-CSharp-Publicized.dll,UnityEngine.dllandUnity.Netcode.Runtime.dllto 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