Difference between revisions of "Modding Tutorials/Overhaul workspace"

From RimWorld Wiki
Jump to navigation Jump to search
m (category)
 
(2 intermediate revisions by one other user not shown)
Line 42: Line 42:
 
<div class="TwoColumnCollapsibleLayout-text">
 
<div class="TwoColumnCollapsibleLayout-text">
 
* [[Modding_Tutorials/Infrastructure_Overview|Infrastructure Overview]]
 
* [[Modding_Tutorials/Infrastructure_Overview|Infrastructure Overview]]
 +
* [[Modding_Tutorials/Application_Startup|Application Startup]]
 
* [[Modding_Tutorials/Simulation_Lifecycle|Simulation Lifecycle]]
 
* [[Modding_Tutorials/Simulation_Lifecycle|Simulation Lifecycle]]
* [[Modding_Tutorials/Rendering_Lifecycle|Rendering_Lifecycle]]
+
* [[Modding_Tutorials/Rendering_Lifecycle|Rendering Lifecycle]]
 
* [[Modding_Tutorials/Buildings|Buildings]]
 
* [[Modding_Tutorials/Buildings|Buildings]]
 
* [[Modding_Tutorials/Pawns|Pawns]]
 
* [[Modding_Tutorials/Pawns|Pawns]]
Line 54: Line 55:
 
This will be a curated subset of tutorials that will be vetted, reviewed, and maintained by the overhaul team. These are meant to be a cohesive set of tutorials that guides the reader from the simplest single-Def items such as weapons to building a full custom faction.
 
This will be a curated subset of tutorials that will be vetted, reviewed, and maintained by the overhaul team. These are meant to be a cohesive set of tutorials that guides the reader from the simplest single-Def items such as weapons to building a full custom faction.
  
=== Basic Tutorials ===
+
=== Basic Tutorials (XML) ===
 
* [[Modding_Tutorials/Basic_Melee_Weapon|Creating a custom melee weapon]]
 
* [[Modding_Tutorials/Basic_Melee_Weapon|Creating a custom melee weapon]]
 
* [[Modding_Tutorials/Basic_Ranged_Weapon|Creating a custom ranged weapon]]
 
* [[Modding_Tutorials/Basic_Ranged_Weapon|Creating a custom ranged weapon]]
Line 63: Line 64:
 
* [[Modding_Tutorials/Basic_Drug|Creating a custom drug]]
 
* [[Modding_Tutorials/Basic_Drug|Creating a custom drug]]
  
=== Advanced Tutorials ===
+
=== Advanced Tutorials (XML) ===
 
* [[Modding_Tutorials/Advanced_Faction|Creating a custom faction]]
 
* [[Modding_Tutorials/Advanced_Faction|Creating a custom faction]]
 
* [[Modding_Tutorials/Advanced_Culture|Creating a custom culture]]
 
* [[Modding_Tutorials/Advanced_Culture|Creating a custom culture]]
 
* [[Modding_Tutorials/Advanced_Trader|Creating a custom trader type]]
 
* [[Modding_Tutorials/Advanced_Trader|Creating a custom trader type]]
 +
 +
=== Basic Tutorials (C#) ===
 +
* [[Modding_Tutorials/Basic_Consumable|Creating a custom consumable]]
 +
 +
=== Advanced Tutorials (C#) ===
 +
* [[Modding_Tutorials/Advanced_Texture_Overlays|Creating custom texture overlays]]
 +
 +
[[Category:Modding tutorials]]

Latest revision as of 11:39, 5 December 2023

?
Under Review
This tutorial or guide is currently undergoing review and should not be considered ready to use.

NOTE: This is a workspace for the ongoing overhaul of the RimWorld Wiki's modding tutorials and references. If you managed to find your way here, please check out the main modding tutorials index page instead.

This overhaul is being overseen by the #mod-development channel on the RimWorld Discord, please contact us before changing anything.

Modding Basics[edit]

XML
C#

Tutorials[edit]

This will be a curated subset of tutorials that will be vetted, reviewed, and maintained by the overhaul team. These are meant to be a cohesive set of tutorials that guides the reader from the simplest single-Def items such as weapons to building a full custom faction.

Basic Tutorials (XML)[edit]

Advanced Tutorials (XML)[edit]

Basic Tutorials (C#)[edit]

Advanced Tutorials (C#)[edit]