Skip to content

Zeta-of-the-rim/Rimwold-Dotnet-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rimworld Dotnet Template

A dotnet template for quickly making Rimworld mods via Command line or your favorite IDE.

Getting Started

Download Git

Open Git Bash to where you want to download the files to.

Clone this project

git clone https://github.com/Zeta-of-the-rim/Rimwold-Dotnet-Template.git "RimMod"

Enter directory

cd RimMod

Add the template

dotnet new --install .

Usage

In your Rimworld mod folder, run the following commands:

mkdir "Your Mod Name"
cd "Your Mod Name"
dotnet new RimMod

This will create a new mod with the name you specified. After that, you can open the project in your favorite IDE and start coding. I recommend staring by changing the name and author of the mod in the About.xml file.

Adding to Rider

If you are using Rider, you can add the template to the list of available templates. To do this, open Rider, go to File -> New -> New Solution. under the "More Templates" tab, click the "Install Template..." button, then navigate to the folder where you cloned the repo and select the folder. click "Reload" and scroll down to the Other section. You should see Rimworld Mod Template there.

Uninstalling

To uninstall the template, run the following command:

dotnet new --uninstall RimMod

About

Rimworld Dotnet Template A dotnet template for quickly making Rimworld mods via Command line or your favorite IDE

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages