Template for RimWorld mods
Find a file Use this template
2020-07-28 10:47:48 +03:00
.vscode Harmony & directory fix 2020-07-27 23:21:07 +03:00
1.1/Defs structure change 2020-06-22 12:28:26 +03:00
About refactor 2020-07-27 23:00:37 +03:00
Source Harmony & directory fix 2020-07-27 23:21:07 +03:00
.gitignore refactor 2020-07-27 23:00:37 +03:00
README.md fixes 2020-07-28 10:47:48 +03:00

Rimworld Mod Template

This template is created for Rimworld moders who use Visual Studio Code (VSC) instead od Visual Studio IDE.

Setup

  1. 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.
  2. Instal C# extension.
  3. Make sure to have this project inside Rimworld Mods folder.
  4. With all prerequisites open the project's folder with VSC and press F5 key. If everything is okay Rimworld will boot and will print Mod template: success inside Rimworld developer console, assuming this mod is enabled.
  5. Modify About.xml and Mod.csproj files to match your mod name and version.