Welcome to the Sunkenland Mod Template by Azumatt! This repository provides a .NET template for quickly scaffolding mods for Sunkenland.
manifest.json with your relevant information for Thunderstore.Plugin.cs file and places it inside of the project's Thunderstore/Nexus folders (respectively).environment.props file.Clone this repository:
git clone https://github.com/AzumattDev/FreeCamera.git
Navigate to the directory:
cd FreeCamera
Install the template:
dotnet new install ./
This will install the Sunkenland Mod Template locally and make it available as a dotnet template.
File > New Solution.More templates.
FreeCamera repository and select the root folder. Usually in the path of C:\Users\YourName\RiderProjects\FreeCamera
folder.Put solution and project in the same directory for the template to work properly.
Once installed, create a new project with the template:
dotnet new slmt -n YourModName --AuthorName "Your Name"
Replace YourModName with the desired name for your mod project and "Your Name" with your desired author name. The
author name will default to "Azumatt" if not specified.
-n or --name: Name of the output directory and the project.--AuthorName: The name of the mod's author. Default is "Azumatt".Feedback and contributions are welcome! If you find a bug or wish to request a feature, please open an issue.
For contributions:
This project is licensed under the MIT License.