Difference between revisions of "Modding Tutorials"

From RimWorld Wiki
Jump to navigation Jump to search
(Undo revision 42612 by 108.162.245.190 (talk))
(Undo revision 42613 by 108.162.245.190 (talk))
Line 47: Line 47:
 
* [[Modding Tutorials/Assembly Modding Example|Assembly Modding]]
 
* [[Modding Tutorials/Assembly Modding Example|Assembly Modding]]
  
4601 N Hulbert Ave, Fresno
+
==See also==
Come Find Me
 
 
 
Or Call Me
 
1 559 408 0282
 

Revision as of 11:23, 14 October 2016

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

C# tutorials

  1. Setting up
  2. Decompiling Source Code
  3. Writing Custom Code
  4. Introduction to Def Classes
  5. Mod DLL Compatibility
  6. Distribution

Examples:

See also