Evaisa.LethalLib
1.2.0
dotnet add package Evaisa.LethalLib --version 1.2.0
NuGet\Install-Package Evaisa.LethalLib -Version 1.2.0
<PackageReference Include="Evaisa.LethalLib" Version="1.2.0" />
<PackageVersion Include="Evaisa.LethalLib" Version="1.2.0" />
<PackageReference Include="Evaisa.LethalLib" />
paket add Evaisa.LethalLib --version 1.2.0
#r "nuget: Evaisa.LethalLib, 1.2.0"
#:package Evaisa.LethalLib@1.2.0
#addin nuget:?package=Evaisa.LethalLib&version=1.2.0
#tool nuget:?package=Evaisa.LethalLib&version=1.2.0
LethalLib
A library for adding new content to Lethal Company, mainly for personal use.
Features
Currently includes:
- Custom Scrap Item API
- Custom Shop Item API
- Unlockables API
- Map Objects API
- Dungeon API
- Custom Enemy API
- Network Prefab API
- Prefab Utils
- Weather API
- ContentLoader
Changes
See the changelog for changes by-version and unreleased changes.
Contributing
Fork & Clone
Fork the repository on GitHub and clone your fork locally.
Configure Git hooks & post-checkout
Configure the Git hooks directory for your local copy of the repository:
git config core.hooksPath hooks/
Alternatively, you can create symbolic links in .git/hooks/* that point to ../hooks/*.
Then re-checkout to trigger the post-checkout hook:
git checkout main
LethalLib.csproj.user
You will need to create a LethalLib/LethalLib.csproj.user file to provide your Lethal Company game directory path.
Template
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LethalCompanyDir>C:/Program Files (x86)/Steam/steamapps/common/Lethal Company/</LethalCompanyDir>
<TestProfileDir>$(APPDATA)/r2modmanPlus-local/LethalCompany/profiles/Test LethalLib/</TestProfileDir>
</PropertyGroup>
<Target Name="CopyToTestProfile" DependsOnTargets="NetcodePatch" AfterTargets="PostBuildEvent" Condition="false">
<MakeDir
Directories="$(TestProfileDir)BepInEx/plugins/Evaisa-LethalLib/LethalLib"
Condition="!Exists('$(TestProfileDir)BepInEx/plugins/Evaisa-LethalLib/LethalLib')"
/>
<Exec Command="copy "$(TargetPath)" "$(TestProfileDir)BepInEx/plugins/Evaisa-LethalLib/LethalLib/"" />
</Target>
</Project>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- BepInEx.Core (>= 5.4.21)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Evaisa.LethalLib:
| Package | Downloads |
|---|---|
|
XuXiaolan.CodeRebirthLib
A library to simplify making large LethalCompany mods. |
|
|
IAmBatby.LethalLevelLoader
A Custom API to support the manual and dynamic integration of custom levels and dungeons in Lethal Company. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.0 | 391 | 4/1/2026 |
| 1.1.1 | 8,606 | 6/11/2025 |
| 1.1.0 | 239 | 6/1/2025 |
| 1.0.3 | 302 | 5/12/2025 |
| 1.0.2 | 270 | 5/11/2025 |
| 1.0.1 | 582 | 3/25/2025 |
| 1.0.0 | 581 | 3/25/2025 |
| 0.16.4 | 681 | 3/18/2025 |
| 0.16.3 | 184 | 3/15/2025 |
| 0.16.2 | 784 | 12/10/2024 |
| 0.16.1 | 927 | 7/11/2024 |
| 0.16.0 | 5,246 | 5/28/2024 |
| 0.15.1 | 533 | 4/6/2024 |
| 0.15.0 | 292 | 3/28/2024 |
| 0.14.4 | 261 | 3/18/2024 |
| 0.14.3 | 229 | 3/15/2024 |
| 0.14.2 | 341 | 1/29/2024 |
| 0.14.1 | 229 | 1/29/2024 |
| 0.14.0 | 223 | 1/28/2024 |
| 0.13.2 | 274 | 1/16/2024 |