rimworld-mod-template/README.md

10 lines
925 B
Markdown
Raw Normal View History

2020-07-27 22:21:07 +02:00
# Rimworld Mod Template
2020-06-20 10:23:14 +02:00
2020-07-28 09:47:48 +02:00
This template is created for Rimworld moders who use [Visual Studio Code (VSC)](https://code.visualstudio.com/) instead od Visual Studio IDE.
2020-07-27 22:00:37 +02:00
2020-07-28 09:47:48 +02:00
## Setup
1. Download and install [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core) and [.Net Framework 4.7.2 Developer Pack]( https://dotnet.microsoft.com/download/dotnet-framework/net472). This step can be skipped if you already have C# packages from Visual Studio.
2020-07-27 22:00:37 +02:00
2. Instal [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp).
2020-07-28 11:20:43 +02:00
3. Clone or pull this template into your Rimworld `Mods` folder.
2020-07-28 09:47:48 +02:00
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.