Template for RimWorld mods
Find a file Use this template
2020-09-11 17:03:06 +03:00
.vscode v1.2 2020-09-11 17:03:06 +03:00
1.2 v1.2 2020-09-11 17:03:06 +03:00
About v1.2 2020-09-11 17:03:06 +03:00
Source v1.2 2020-09-11 17:03:06 +03:00
.gitignore v1.2 2020-09-11 17:03:06 +03:00
README.md v1.2 2020-09-11 17:03:06 +03:00

Rimworld Mod Template

This template is created for Rimworld moders who use Visual Studio Code instead of Visual Studio IDE.

  • No virtual folders. Easy to manage and edit both xml and cs files.

  • Lightweight. Visual Studio Code only takes up to 200 MB of storage space and is lighting fast.

  • Automated. Integrated build, scripting and management tools to perform common tasks making everyday workflows faster.

  • Customizable. Almost every feature can be changed, whenever it is editor UI, keybinds or folder structure.

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 required C# packages from Visual Studio IDE.
  2. Instal C# extension.
  3. Clone, pull or download this template into your Rimworld Mods folder.
  4. Modify .vscode/mod.scproj and About/About.xml files.

Additional notes

  • By pressing F5 key VS Code will perform 2 operations: build assembly file and launch Rimworld executable.
  • All intermediate files are kept inside .vscode folder.
  • Modify .vscode/mod.csproj according to your needs.