Difference between revisions of "Modding Tutorials"
Jump to navigation
Jump to search
(→General modding: Added red link) |
(→Table of contents: Added uniform capitalization on the links) |
||
Line 23: | Line 23: | ||
===General modding=== | ===General modding=== | ||
− | * [[Modding Tutorials/Testing mods|Testing | + | * [[Modding Tutorials/Testing mods|Testing Mods]] |
− | ** [[Modding Tutorials/Development mode|Development | + | ** [[Modding Tutorials/Development mode|Development Mode]] |
===XML tutorials=== | ===XML tutorials=== | ||
Line 30: | Line 30: | ||
# [[Modding Tutorials/XML file structure|XML File Structure]] | # [[Modding Tutorials/XML file structure|XML File Structure]] | ||
#* [[Modding Tutorials/Weapons Guns|Weapons_Guns.xml Explained]] | #* [[Modding Tutorials/Weapons Guns|Weapons_Guns.xml Explained]] | ||
− | # [[Modding Tutorials/Compatibility with defs|Compatibility with | + | # [[Modding Tutorials/Compatibility with defs|Compatibility with Existing Defs]] |
− | # [[Modding Tutorials/Sounds|Adding and | + | # [[Modding Tutorials/Sounds|Adding and Testing Sounds]]<br/><br/> |
''The following tutorials are likely outdated'' | ''The following tutorials are likely outdated'' | ||
Line 46: | Line 46: | ||
===C# tutorials=== | ===C# tutorials=== | ||
# [[Modding_Tutorials/Setting up a solution|Setting up]] | # [[Modding_Tutorials/Setting up a solution|Setting up]] | ||
− | # [[Modding_Tutorials/Decompiling source code|Decompiling | + | # [[Modding_Tutorials/Decompiling source code|Decompiling Source Code]] |
# [[Modding_Tutorials/Writing custom code|Writing Custom Code]] | # [[Modding_Tutorials/Writing custom code|Writing Custom Code]] | ||
− | # [[Modding_Tutorials/Compatibility_with_DLLs|Mod DLL | + | # [[Modding_Tutorials/Compatibility_with_DLLs|Mod DLL Compatibility]] |
− | #* [[Modding_Tutorials/Injection|C# | + | #* [[Modding_Tutorials/Injection|C# Injection]] |
# [[Modding_Tutorials/Distribution|Distribution]]<br/><br/> | # [[Modding_Tutorials/Distribution|Distribution]]<br/><br/> | ||
''Examples:'' | ''Examples:'' |
Revision as of 10:50, 25 August 2015
|
---|
|
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
General modding
XML tutorials
The following tutorials are likely outdated
- Getting Started
- Items
- Flooring
- Weapons
- Buildings and Furniture
- Plants
- Food
- Races and Pawns
- Buildings and Furniture: Creating a Smelter
C# tutorials
Examples: