Difference between revisions of "Modding Tutorials/Overhaul workspace"
Jump to navigation
Jump to search
(Creating a test page) |
|||
Line 47: | Line 47: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | == Tutorials == | ||
+ | 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 === | ||
+ | * [[Modding_Tutorials/Basic_Melee_Weapon|Creating a custom melee weapon]] | ||
+ | * [[Modding_Tutorials/Basic_Ranged_Weapon|Creating a custom firearm]] | ||
+ | * [[Modding_Tutorials/Basic_Animal|Creating a custom animal]] | ||
+ | * [[Modding_Tutorials/Basic_Building|Creating a simple building]] | ||
+ | * [[Modding_Tutorials/Basic_Workbench|Creating a custom workbench]] | ||
+ | * [[Modding_Tutorials/Basic_Drug|Creating a custom drug]] | ||
+ | |||
+ | === Advanced Tutorials === | ||
+ | * [[Modding_Tutorials/Advanced_Faction|Creating a custom faction]] | ||
+ | * [[Modding_Tutorials/Advanced_Culture|Creating a custom culture]] | ||
+ | * [[Modding_Tutorials/Advanced_Trader|Creating a custom trader type]] |
Revision as of 05:46, 25 May 2023
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 Wiki, please contact us before changing anything.
Modding Basics
Modding Basics
- Getting Started
- Recommended Software
- Mod Folder Structure
- Textures
- Sounds
- Languages and Translations
XML
- Defs
- ThingDef
- MayRequire
- PatchOperations
C#
- C# Basics
- Decompiling Source Code - Reading compiled code from the base game as well as DLCs and other mods.
- Setting up - (Needs cleanup)
Code References
Tutorials
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
- Creating a custom melee weapon
- Creating a custom firearm
- Creating a custom animal
- Creating a simple building
- Creating a custom workbench
- Creating a custom drug