generated from LethalCompanyCommunity/LethalCompanyTemplate
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Distractic edited this page Jan 19, 2024
·
4 revisions
This wiki lets you understand how to create a plugin using this template.
The Template project is the plugin. It can be built to test it locally or publish it on Thunderstore.
- Create a DLL of the plugin to test locally.
- Create a Thunderstore package to publish on Thunderstore.
- Move the plugin and start the game automatically to test it on your computer.
The Test project in the solution allows you to test your plugin.
- Test the plugin part that is unrelated to the game engine.
The publication is done automatically when a new release is created on GitHub through the CI/CD.
- Use the thunderstore.toml file to configure the publication.
- Use the Thunderstore client.
We're using GitHub Actions to build, test and publish the plugin.