Harmony & MonoMod templates to get you a quick-start with making Lethal Company mods!
Use the following command in the commandline or terminal to install the templates:
dotnet new install Xilophor.LCModTemplates
The templates will also be updated on occasion. To ensure that your copy of the template is up-to-date, use the following command:
dotnet new update
There are two main methods of using the templates. The first is through Visual Studio or Rider, with a relatively intuitive UX.
For a detailed overview of terminal/commandline options, use either lchmod --help
for the Harmony template, or lcmmod --help
for the MonoMod template, like so:
dotnet new lchmod --help
dotnet new lcmmod --help