Template for RimWorld mods
.vscode | ||
1.1/Defs | ||
About | ||
Source | ||
.gitignore | ||
README.md |
Rimworld Mod Template
This template is created for Rimworld moders who use Visual Studio Code (VSC) instead od Visual Studio IDE.
Setup
- Download and install .NET Core SDK and .Net Framework 4.7.2 Developer Pack. This step can be skipped if you already have C# packages from Visual Studio.
- Instal C# extension.
- Make sure to have this project inside Rimworld
Mods
folder. - With all prerequisites open the project's folder with VSC and press
F5
key. If everything is okay Rimworld will boot and will printMod template: success
inside Rimworld developer console, assuming this mod is enabled. - Modify
About.xml
andMod.csproj
files to match your mod name and version.