User:Nateonus: Difference between revisions

From Vintage Story Wiki
m (Blanked the page)
Tags: Blanking Visual edit
mNo edit summary
Line 1: Line 1:
<noinclude>
<languages/>
</noinclude>__NOTOC__{{Navbox
|title=<translate><!--T:1--> Content Modding</translate>
|group1=<translate><!--T:2--> Basics</translate>
|body1={{NatsNavboxLines
|{{ll|Modding:Content_Mods|Content Mods|nsp=0}},
{{ll|Modding:Developing_a_Content_Mod|Developing a Content Mod|nsp=0}}
}}


|group2=<translate><!--T:6--> Tutorials</translate>
|body2={{Navbox
|child=true
|group1=<translate><!--T:3--> Basic</translate>
|body1={{NatsNavboxLines
|{{ll|Modding:Basic_Content_Tutorials|Basic Tutorials|nsp=0}},
{{ll|Modding:Content_Tutorial_Basics|1. Content Essentials|nsp=0}},
{{ll|Modding:Content_Tutorial_Simple_Item|2. Simple Item|nsp=0}},
{{ll|Modding:Content_Tutorial_Simple_Block|3. Simple Block|nsp=0}},
{{ll|Modding:Content_Tutorial_Simple_Recipe|4. Simple Recipes|nsp=0}}
}}
|group2=<translate><!--T:4--> Intermediate</translate>
|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=<translate><!--T:5--> Advanced</translate>
|body3={{NatsNavboxLines
|{{ll|Modding:Advanced_Content_Tutorials|Advanced Tutorials|nsp=0}}
}}
|group4=<translate><!--T:12--> Other</translate>
|body4={{NatsNavboxLines
|{{ll|Modding:Other_Content_Tutorials|Other Tutorials|nsp=0}},
{{ll|Modding:Debugging_Content|Debugging Content|nsp=0}}
}}
}}
|group3=<translate><!--T:11--> Concepts</translate>
|body3={{NatsNavboxLines
|{{ll|Modding:Content_Mod_Concepts|Modding Concepts|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=<translate>Moddable Assets</translate>
|body4={{navbox
|child=true
|group1=<translate>Common</translate>
|body1={{NatsNavboxLines
|{{ll|Modding:AssetType_BlockTypes|Block Types|nsp=0}},
{{ll|Modding:AssetType_Entities|Entities|nsp=0}},
{{ll|Modding:AssetType_ItemTypes|Item Types|nsp=0}},
{{ll|Modding:AssetType_Patches|Patches|nsp=0}},
{{ll|Modding:AssetType_Recipes|Recipes|nsp=0}} ({{ll|Modding:AssetType_Recipes_Alloy|Alloy|nsp=0}}, {{ll|Modding:AssetType_Recipes_Barrel|Barrel|nsp=0}}, {{ll|Modding:AssetType_Recipes_Clayforming|Clayforming|nsp=0}}, {{ll|Modding:AssetType_Recipes_Cooking|Cooking|nsp=0}}, {{ll|Modding:AssetType_Recipes_Grid|Grid|nsp=0}}, {{ll|Modding:AssetType_Recipes_Knapping|Knapping|nsp=0}}, {{ll|Modding:AssetType_Recipes_Smithing|Smithing|nsp=0}}),
{{ll|Modding:AssetType_Shapes|Shapes|nsp=0}},
{{ll|Modding:AssetType_Sounds|Sounds|nsp=0}},
{{ll|Modding:AssetType_Textures|Textures|nsp=0}},
{{ll|Modding:AssetType_WorldProperties|World Properties|nsp=0}}
}}
}}
|group5=<translate><!--T:7--> Uncategorized</translate>
|body5={{navbox
|child=true
|group1=<translate><!--T:8--> Basics</translate>
|body1={{NatsNavboxLines
|{{ll|Modding:Basic_Modding_Examples|Basic Examples|nsp=0}},
{{ll|Modding:Asset System|nsp=0}},
{{ll|Modding:Textures|Textures|nsp=0}},
{{ll|Modding:Basic Item|Items|nsp=0}},
{{ll|Modding:Creating Recipes|Recipes|nsp=0}},
{{ll|Modding:Basic Block|Blocks|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}},
{{ll|Modding:Mod Packaging|Packaging & Release|nsp=0}},
{{ll|Modinfo|nsp=0}}
}}
|group2=<translate><!--T:9--> Advanced</translate>
|body2={{NatsNavboxLines
|{{ll|Modding:Advanced JSON Item|nsp=0}},
{{ll|Modding:CompatibilityLib|Compatibility with other mods|nsp=0}}
}}
|group3=<translate><!--T:10--> Worldgen</translate>
|body3={{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}}

Revision as of 21:03, 18 July 2024

Other languages:
Content Modding
Basics Content Mods Developing a Content Mod
Tutorials
Concepts Modding Concepts 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