- Install the latest .NET Core SDK.
- Run
dotnet new install ModShardLauncher.Templatesto install the project template if you're using a recent version ofdotnet. - If you use an earlier version of
dotnet, trydotnet new --install ModShardLauncher.Templatesinstead.
TODO: include VS integration
- run
git clone https://github.com/ModShardTeam/ModShardLauncherTemplate.gitin the desired folder. - In Rider, select
New SolutionandMore Templates. - Select
Install Templateand select thetemplatefolder. - Hit Reload. The template should now be available under the
ModShard Launchercategory near the bottom.
- Move into the
ModSourcesfolder - Run
dotnet new msl --name "MyProject"along with any other custom options to create a project from the template.