lisanhu / rimworld-RimModNotes

Notes learning RimWorld Modding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Notes learning RimWorld Modding

License:MIT License


Languages

Language:C# 99.1%Language:Python 0.9%