Template for RimWorld mods
Find a file Use this template
2020-07-27 23:00:37 +03:00
.vscode refactor 2020-07-27 23:00:37 +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 refactor 2020-07-27 23:00:37 +03:00
.gitignore refactor 2020-07-27 23:00:37 +03:00
README.md refactor 2020-07-27 23:00:37 +03:00

Rimworld mod template

This template is created for Rimworld modders who don't want to use Visual Studio Code Community IDE.

Why Visual Studio Code?

Visual Studio Code (VSC) is an lightweight text editor created by Microsoft. With the help of extensions it can become powerful IDE for developers on any platform. VSC doesn't have virtual folder system, so it's much easier to manage project's files and can be used with almost any programming language via the help of extensions.

Install

Windows

  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# package from Visual Studio Community.
  2. Instal C# extension.
  3. Make sure to have this project inside Rimworld Mods folder.
  4. Once you have all prerequisites open project folder with VSC and press CTRL + F5. If everything is okay Rimworld will boot and print Mod template: success inside Rimworld dev console, assuming this mod is enabled.
  5. Modify About.xml and Mod.csproj files to match your mod name and version.

Linux

  1. ...

Modify