Difference between revisions of "Modding Tutorials"

From RimWorld Wiki
Jump to navigation Jump to search
(→‎XML tutorials: Created link to XML file structure)
(→‎Basic: Added setting up)
Line 47: Line 47:
 
===C# tutorials===
 
===C# tutorials===
 
=====Basic=====
 
=====Basic=====
 +
* [[Modding_Tutorials/Setting up a solution|Setting up]]
 
* [[Modding_Tutorials/Decompiling source code|Decompiling source code]]
 
* [[Modding_Tutorials/Decompiling source code|Decompiling source code]]
 
* [[Modding_Tutorials/Writing custom code|Writing Custom Code]]
 
* [[Modding_Tutorials/Writing custom code|Writing Custom Code]]

Revision as of 10:34, 22 August 2015

Basics Menus Game Creation Gameplay Pawns Plants Resources Gear Mods
Basics Menus Game Creation Gameplay Pawns Plants Resources Gear Mods
Modding Modding Tutorials

This is the table of contents for the modding tutorial. Here, you'll learn step by step how to create mods of gradually increasing complexity.

In light of little official documentation, this collection of tutorials has been written in hopes that more players will know how to modify RimWorld and make mods that further broaden horizons and make the game appealing to more audiences despite its early state.

Table of contents

Introduction

  1. Installing Mods
  2. Exploring the Folder Structure
  3. Mod Folder Structure
  4. Recommended Software

General modding

XML tutorials

Basic
  1. XML File Structure
Advanced

C# tutorials

Basic
Advanced

See also