Lethal Company Mod to dump scrap values on joining a lobby.
Create a new directory lib
at the repository root.
Copy a DLL file into lib/
from C:\Program Files (x86)\Steam\steamapps\common\Lethal Company
.
Lethal Company_Data\Managed\Assembly-CSharp.dll
# Debug build
dotnet build
# Release build
dotnet build --configuration Release
- Install BeplnEx: https://docs.bepinex.dev/articles/user_guide/installation/index.html
- Copy a DLL file into
C:\Program Files (x86)\Steam\steamapps\common\Lethal Company\BepInEx\plugins
frombin\Debug\netstandard2.1\ScrapDumper.dll
.
- Install BeplnEx: https://docs.bepinex.dev/articles/user_guide/installation/index.html
- Copy a DLL file into into
C:\Program Files (x86)\Steam\steamapps\common\Lethal Company\BepInEx\plugins
frombin\Release\netstandard2.1\ScrapDumper.dll
.
- Select a DLL file from
Settings > Import local mod
.