TheAnsuz / Lethal-Company-Configurable-Company-API

An API for Lethal Company that allows other modders to create in-game options (configurations) that persist between sessions, synch between players and are save-file dependant so you can customize your every game differently.
4 stars 1 forks source link
bepinex-plugin c-sharp lethal-company lethal-company-api lethal-company-mod thunderstore

Configurable Company

NuGet Downloads
Thunderstore Downloads

A robust and powerful API for configuration handling and synchronization in real time. Create file-dependant configurations that can be changed while in game by the players.

What Is Configurable Company

Configurable company is a BepInEx plugin that allows developers to create their own configurations for the game. These are different from other configurations because they are individually managed for each save file slot.

This API automatically handles real-time synchronization and lets users modify the configuration values while in game with a easy-to-read interface.

Features

How To Install

You can download the plugin from the thunderstore webpage.

How To Develop

If you want to learn how to develop your own configurations, you can do so by visiting the wiki.

There you can check some examples on how to use it and what to expect.