Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.12 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.12 KB

RimWorld Modding Learning Notes


What's this repo doing?

I love RimWorld, especially it's capable of running thousands of mods to enrich the in-game experience. I love writing codes, it would be great if I could write code for my loved game. I'm creating this repo to record things I learned in my journey.

Learning Resource

Project Setup

Found a good template on Github to start your mod at https://github.com/Rimworld-Mods/Template I think this one is better than the dotnet template one mentioned in the RimWorld Wiki Tutorials.

Starting your mod by cloning that public template, add/remove folders based on your needs.