Difference between revisions of "Modding Tutorials"

From RimWorld Wiki
Jump to navigation Jump to search
(Undo revision 42613 by 108.162.245.190 (talk))
(Planning to add PatchOperations)
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
<!--Top Nav Box-->
 
<!--Top Nav Box-->
{| align=center
 
! {{MainSection_Nav}}
 
|}
 
 
{| align=center
 
{| align=center
 
| {{Mods_Nav}}
 
| {{Mods_Nav}}
Line 34: Line 31:
  
 
===XML tutorials===
 
===XML tutorials===
 +
 +
# [[Modding Tutorials/XML file structure|XML File Structure]]
 +
# [[Modding Tutorials/XML Defs|Introduction to XML Defs]]
 +
#* [[Modding Tutorials/Compatibility with defs|XML Def Compatibility]]
 +
# In-depth XML Def tutorials
 +
#* [[Modding Tutorials/Weapons Guns|Weapons_Guns.xml Explained]]
 +
# (Alpha 17) [[Modding Tutorials/PatchOperations|PatchOperations]], replace specific xml elements of core files while keeping the rest untampered
  
 
===C# tutorials===
 
===C# tutorials===
Line 48: Line 52:
  
 
==See also==
 
==See also==
 +
 +
[[Category:Modding]]
 +
[[Category:Modding tutorials]]

Revision as of 05:35, 23 May 2017

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

  1. XML File Structure
  2. Introduction to XML Defs
  3. In-depth XML Def tutorials
  4. (Alpha 17) PatchOperations, replace specific xml elements of core files while keeping the rest untampered

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