Template:Navbox/contentmodding/en: Difference between revisions

From Vintage Story Wiki
(Updating to match new version of source page)
Tags: Mobile edit Mobile web edit
 
(Updating to match new version of source page)
 
(13 intermediate revisions by the same user not shown)
Line 6: Line 6:
|body1={{NatsNavboxLines
|body1={{NatsNavboxLines
|{{ll|Modding:Content_Mods|Content Mods|nsp=0}},
|{{ll|Modding:Content_Mods|Content Mods|nsp=0}},
{{ll|Modding:Developing_a_Content_Mod|Developing a Content Mod|nsp=0}}
{{ll|Modding:Developing_a_Content_Mod|Developing a Content Mod|nsp=0}},
{{ll|Modding:Mod Packaging|Packaging & Release|nsp=0}}
}}
}}


|group2=Basic Tutorials
|group2=Tutorials
|body2={{NatsNavboxLines
|body2={{Navbox
|child=true
|group1=Basic
|body1={{NatsNavboxLines
|{{ll|Modding:Basic_Content_Tutorials|Basic Tutorials|nsp=0}},
|{{ll|Modding:Basic_Content_Tutorials|Basic Tutorials|nsp=0}},
{{ll|Modding:Content_Tutorial_Basics|1. Content Essentials|nsp=0}},
{{ll|Modding:Content_Tutorial_Basics|1. Content Essentials|nsp=0}},
Line 18: Line 22:
}}
}}


|group3=Intermediate Tutorials
|group2=Intermediate
|body2={{NatsNavboxLines
|{{ll|Modding:Intermediate_Content_Tutorials|Intermediate Tutorials|nsp=0}},
{{ll|Modding:Content_Tutorial_Item_Variants|5. Item Variants|nsp=0}},
{{ll|Modding:Content_Tutorial_Block_Variants|6. Block Variants|nsp=0}},
{{ll|Modding:Content_Tutorial_Complex_Grid_Recipes|7. Complex Grid Recipes|nsp=0}},
{{ll|Modding:Content_Tutorial_Further_Recipes|8. Further Recipes|nsp=0}},
{{ll|Modding:Content_Tutorial_Simple_Worldgen|9. Simple World Generation|nsp=0}}
}}
 
|group3=Advanced
|body3={{NatsNavboxLines
|body3={{NatsNavboxLines
|{{ll|Modding:Intermediate_Content_Tutorials|Intermediate Tutorials|nsp=0}}
|{{ll|Modding:Advanced_Content_Tutorials|Advanced Tutorials|nsp=0}}
}}
}}


|group4=Advanced Tutorials
|group4=Other
|body4={{NatsNavboxLines
|body4={{NatsNavboxLines
|{{ll|Modding:Advanced_Content_Tutorials|Advanced Tutorials|nsp=0}},
|{{ll|Modding:Other_Content_Tutorials|Other Tutorials|nsp=0}},
{{ll|Modding:Content_Tutorial_Advanced_Item|5. Advanced Item|nsp=0}},
{{ll|Modding:Debugging_Content|Debugging Content|nsp=0}},
{{ll|Modding:Content_Tutorial_Advanced_Block|6. Advanced Block|nsp=0}},
{{ll|Modding:CompatibilityLib|Inter-Mod Compatibility|nsp=0}}
{{ll|Modding:Content_Tutorial_Advanced_Recipe|7. Advanced Recipes|nsp=0}}
}}
}}
}}{{Navbox/modding}}
}}
<noinclude>[[Category:Navigation templates]]</noinclude>
 
|group3=Concepts
|body3={{NatsNavboxLines
|{{ll|Modding:Content_Mod_Concepts|Modding Concepts|nsp=0}},
{{ll|Modinfo|nsp=0}},
{{ll|Modding:Variants|nsp=0}},
{{ll|Modding:Domains|nsp=0}},
{{ll|Modding:JSON_Patching|Patching|nsp=0}},
{{ll|Modding:The_Remapper|Remapping|nsp=0}},
{{ll|Modding:World_Properties|World Properties|nsp=0}}
}}
 
|group4=Moddable Assets
|body4={{navbox
|child=true
|group1=Common
|body1={{NatsNavboxLines
|{{ll|Modding:Asset Type - BlockTypes|Block Types|nsp=0}},
{{ll|Modding:Asset Type - Entities|Entities|nsp=0}},
{{ll|Modding:Asset Type - ItemTypes|Item Types|nsp=0}},
{{ll|Modding:Asset Type - Patches|Patches|nsp=0}},
{{ll|Modding:Asset Type - Recipes|Recipes|nsp=0}} ({{ll|Modding:Asset Type - Recipes (Alloy)|Alloy|nsp=0}}, {{ll|Modding:Asset Type - Recipes (Barrel)|Barrel|nsp=0}}, {{ll|Modding:Asset Type - Recipes (Clayforming)|Clayforming|nsp=0}}, {{ll|Modding:Asset Type - Recipes (Cooking)|Cooking|nsp=0}}, {{ll|Modding:Asset Type - Recipes (Grid)|Grid|nsp=0}}, {{ll|Modding:Asset Type - Recipes (Knapping)|Knapping|nsp=0}}, {{ll|Modding:Asset Type - Recipes (Smithing)|Smithing|nsp=0}}),
{{ll|Modding:Asset Type - Shapes|Shapes|nsp=0}},
{{ll|Modding:Asset Type - Sounds|Sounds|nsp=0}},
{{ll|Modding:Asset Type - Textures|Textures & Icons|nsp=0}},
{{ll|Modding:Asset Type - WorldProperties|World Properties|nsp=0}}
}}
}}
 
|group5=Uncategorized
|body5={{navbox
|child=true
|group1=Basics
|body1={{NatsNavboxLines
|{{ll|Modding:Asset System|nsp=0}},
{{ll|Modding:Creating Recipes|Recipes|nsp=0}},
{{ll|Modding:Basic Entity|Entities|nsp=0}},
{{ll|Modding:VS Model Creator|Model Creator|nsp=0}},
{{ll|Modding:Animation|nsp=0}},
{{ll|VTML|VTML & Icons|nsp=0}}
}}
 
|group2=Worldgen
|body2={{NatsNavboxLines
|{{ll|Modding:WorldGen_Concept|WorldGen Concepts|nsp=0}},
{{ll|Modding:WorldGen Configuration|Terrain|nsp=0}},
{{ll|Modding:Ores|Ores|nsp=0}},
{{ll|Modding:Trees|Trees|nsp=0}},
{{ll|Json Random Generator|nsp=0}}
}}
}}
 
}}{{navbox/modding|hidden=true}}

Latest revision as of 15:30, 19 July 2024

Other languages:
Content Modding
Basics Content Mods Developing a Content Mod Packaging & Release
Tutorials
Concepts Modding Concepts Modinfo Variants Domains Patching Remapping World Properties
Moddable Assets
Uncategorized
Icon Sign.png

Wondering where some links have gone?
The modding navbox is going through some changes! Check out Navigation Box Updates for more info and help finding specific pages.

Modding
Modding Introduction Getting Started Theme Pack
Content Modding Content Mods Developing a Content Mod Basic Tutorials Intermediate Tutorials Advanced Tutorials Content Mod Concepts
Code Modding Code Mods Setting up your Development Environment
Property Overview ItemEntityBlockBlock BehaviorsBlock ClassesBlock EntitiesBlock Entity BehaviorsWorld properties
Workflows & Infrastructure Modding Efficiency TipsMod-engine compatibilityMod ExtensibilityVS Engine
Additional Resources Community Resources Modding API Updates Programming Languages List of server commandsList of client commandsClient startup parametersServer startup parameters
Example ModsAPI DocsGitHub Repository