Difference between revisions of "Modding Tutorials"
Jump to navigation
Jump to search
(Somehow the XML tutorials were deleted) |
(Planning to add PatchOperations) |
||
Line 37: | Line 37: | ||
# In-depth XML Def tutorials | # In-depth XML Def tutorials | ||
#* [[Modding Tutorials/Weapons Guns|Weapons_Guns.xml Explained]] | #* [[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=== |
Revision as of 05:35, 23 May 2017
|
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
- XML File Structure
- Introduction to XML Defs
- In-depth XML Def tutorials
- (Alpha 17) PatchOperations, replace specific xml elements of core files while keeping the rest untampered
C# tutorials
- Setting up
- Decompiling Source Code
- Writing Custom Code
- Introduction to Def Classes
- Mod DLL Compatibility
- Distribution
Examples: