This is a mod template customised for building Kaoses mods based off https://github.com/BUTR/Bannerlord.Module.Template
Permissions and credits
Credits and distribution permission
Other user's assetsSome assets in this file belong to other authors. You will need to seek permission from these authors before you can use their assets
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Overview Base on the template by the BUTR team from [GitHub](https://github.com/BUTR/Bannerlord.Module.Template) it has been customised for ease of use with Kaoses mods or documentation please see GitHub Page
Creating from command line: 1. Choose a project template i.e. `blkt`. 2. Run `dotnet new bltk --help` to see how to select the feature of the project. 3. Run `dotnet new bltk --name "Bannerlord.MyModule"` along with any other custom options to create a project from the template.
Creating via Visual Studio You need to have at least an 16.8.x version to create the template! You also need to use the new template feature:
Alternativly Open Visual Studio Installer. Locate the Visual Studio 2022 panel and click "Modify". On the right, in the "Installation details" menu, under "ASP.NET and web development" and then "Optional", check "Additional project templats (previous versions)". Click "Modify" and you'll be done!