Evaisa.LethalLib
0.16.1
dotnet add package Evaisa.LethalLib --version 0.16.1
NuGet\Install-Package Evaisa.LethalLib -Version 0.16.1
<PackageReference Include="Evaisa.LethalLib" Version="0.16.1" />
paket add Evaisa.LethalLib --version 0.16.1
#r "nuget: Evaisa.LethalLib, 0.16.1"
// Install Evaisa.LethalLib as a Cake Addin #addin nuget:?package=Evaisa.LethalLib&version=0.16.1 // Install Evaisa.LethalLib as a Cake Tool #tool nuget:?package=Evaisa.LethalLib&version=0.16.1
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. |
.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 |
---|---|
mrov.WeatherRegistry
A Weather API for Lethal Company. |
|
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 |
---|---|---|
0.16.1 | 615 | 7/11/2024 |
0.16.0 | 1,522 | 5/28/2024 |
0.15.1 | 359 | 4/6/2024 |
0.15.0 | 161 | 3/28/2024 |
0.14.4 | 160 | 3/18/2024 |
0.14.3 | 139 | 3/15/2024 |
0.14.2 | 242 | 1/29/2024 |
0.14.1 | 124 | 1/29/2024 |
0.14.0 | 136 | 1/28/2024 |
0.13.2 | 161 | 1/16/2024 |
0.13.1 | 84 | 1/15/2024 |
0.13.0 | 91 | 1/14/2024 |
0.12.1 | 102 | 1/12/2024 |
0.12.0 | 82 | 1/12/2024 |