Skip to content

General purpose utility API for modding Lethal Company extended

License

Notifications You must be signed in to change notification settings

sam-k0/LC-API-extended

 
 

Repository files navigation

LC-API

The definitive Lethal Company modding API. Includes some very useful features to make modding life easier. This fork contains privacy options:

  • Incongito Mode: Will make you appear as Unmodded
  • Family Friendly Modlist: Will only expose mods that aren't classified as cheats.

Installation

First, install BepInEx 5 into your game (https://github.com/BepInEx/BepInEx)

Then, get the latest release off of thunderstore (https://thunderstore.io/c/lethal-company/p/2018/LC_API/)

For Developers

If you want to use the API in your plugin, add the LC_API.dll as a project reference!

Features

AssetBundle loading - Put asset bundles in BepInEx > Bundles and load them using BundleAPI.BundleLoader.GetLoadedAsset

ServerAPI - Utilities relating to the network and server. This includes:

ModdedServer - Automatically alerts other users when you host a server that your server is modded. It also lets mod authors make their mods put users in special matchmaking where they can only play with other modded users

Networking - Easily send data across the network to sync data between clients

About

General purpose utility API for modding Lethal Company extended

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 99.5%
  • Batchfile 0.5%