Difference between revisions of "Modding Tutorials"

From RimWorld Wiki
Jump to navigation Jump to search
(Somehow the XML tutorials were deleted)
(16 intermediate revisions by 6 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 31: Line 28:
 
** [[Modding Tutorials/Development mode|Development Mode]]
 
** [[Modding Tutorials/Development mode|Development Mode]]
 
* [[Modding Tutorials/Sounds|Adding and Testing Sounds]]
 
* [[Modding Tutorials/Sounds|Adding and Testing Sounds]]
* [[Modding Tutorials/Assets|Ripping Textures]]
+
* [[Modding Tutorials/Assets|Decompiling Texture/Sound Assets]]
  
 
===XML tutorials===
 
===XML tutorials===
Line 39: Line 36:
 
#* [[Modding Tutorials/Compatibility with defs|XML Def Compatibility]]
 
#* [[Modding Tutorials/Compatibility with defs|XML Def Compatibility]]
 
# In-depth XML Def tutorials
 
# In-depth XML Def tutorials
#* [[Modding Tutorials/Weapons Guns|Weapons_Guns.xml Explained]]<br/><br/>
+
#* [[Modding Tutorials/Weapons Guns|Weapons_Guns.xml Explained]]
 
 
''The following tutorials are likely outdated''
 
* [[Modding Tutorials/Getting Started|Getting Started]]
 
* [[Modding Tutorials/Items|Items]]
 
* [[Modding Tutorials/Flooring|Flooring]]
 
* [[Modding Tutorials/Weapons|Weapons]]
 
* [[Modding Tutorials/Furniture|Buildings and Furniture]]
 
* [[Modding Tutorials/Plants|Plants]]
 
* [[Modding Tutorials/Food|Food]]
 
* [[Modding Tutorials/Races and Pawns|Races and Pawns]]
 
* [[Modding_Tutorials/Smelter|Buildings and Furniture: Creating a Smelter]]
 
  
 
===C# tutorials===
 
===C# tutorials===
Line 66: Line 52:
 
==See also==
 
==See also==
  
* [[:Category:Defs|List of Defs]]
+
[[Category:Modding]]
 
 
 
[[Category:Modding tutorials]]
 
[[Category:Modding tutorials]]

Revision as of 10:12, 5 January 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

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