Skip to content

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.

Notifications You must be signed in to change notification settings

TheAnsuz/Lethal-Company-Configurable-Company-API

Repository files navigation

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

  • Configurations are individual for each save file slot
  • Configurations will be synchronized automatically in real-time
  • Configurations can be modified while in-game and dynamically created
  • Easy organization for both developers and players
  • Easy implementation for developers with just 5 lines of code
  • Robust and optmized abstraction layer to maintain compatibility
  • Access to configurations created by other mods
  • Presets to share configurations with your profile or modpack
  • A event based system for configurations

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published