User:Nateonus: Difference between revisions

From Vintage Story Wiki
mNo edit summary
mNo edit summary
Tag: Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable frontmodding" style="margin-top: 40px; background: transparent; table-layout:fixed;"
<noinclude>
! colspan="3" valign="top" style="text-align: center;" |<translate>Modding the Game</translate>
<languages/>
|-
</noinclude>__NOTOC__{{Navbox
| colspan="3" |<translate>Vintage Story is created in a way that allows anyone to add their own content to the game. For more information and where to begin, visit the {{ll|Modding:Getting Started|Getting Started|nsp=0}} modding page. The links below will take you to various landing pages for modding subjects.</translate>  
|title=<translate><!--T:1--> Content Modding</translate>
|-
|group1=<translate><!--T:2--> Basics</translate>
! valign="top" style="text-align: center;" |<translate>Content Mods</translate>  
|body1={{NatsNavboxLines
!<translate>Code Mods</translate>
|{{ll|Modding:Content_Mods|Content Mods|nsp=0}},
!<translate>Other</translate>
{{ll|Modding:Developing_a_Content_Mod|Developing a Content Mod|nsp=0}}
|-
}}
| valign="top" style="text-align: left;" |
 
* {{ll|Modding:Content Mods|Content Mods|nsp=0}}
|group2=<translate><!--T:6--> Tutorials</translate>
* {{ll|Modding:Developing a Content Mod|Developing a Content Mod|nsp=0}}
|body2={{Navbox
* {{ll|Modding:Basic Content Tutorials|Basic Content Tutorials|nsp=0}}
|child=true
* {{ll|Modding:Intermediate Content Tutorials|Intermediate Content Tutorials|nsp=0}}
|group1=<translate><!--T:3--> Basic</translate>
* {{ll|Modding:Advanced Content Tutorials|Advanced Content Tutorials|nsp=0}}
|body1={{NatsNavboxLines
* {{ll|Modding:Other Content Tutorials|Other Content Tutorials|nsp=0}}
|{{ll|Modding:Basic_Content_Tutorials|Basic Tutorials|nsp=0}},
* {{ll|Modding:Content Mod Concepts|Content Mod Concepts|nsp=0}}
{{ll|Modding:Content_Tutorial_Basics|1. Content Essentials|nsp=0}},
| valign="top" style="text-align: left;" |
{{ll|Modding:Content_Tutorial_Simple_Item|2. Simple Item|nsp=0}},
*{{ll|Modding:Code Mods|Code Mods|nsp=0}}
{{ll|Modding:Content_Tutorial_Simple_Block|3. Simple Block|nsp=0}},
*{{ll|Modding:Preparing For Code Mods|Preparing For Code Mods|nsp=0}}
{{ll|Modding:Content_Tutorial_Simple_Recipe|4. Simple Recipes|nsp=0}}
*{{ll|Modding:Creating A Code Mod|Creating A Code Mod|nsp=0}}
}}
*{{ll|Modding:Basic Code Tutorials|Basic Code Tutorials|nsp=0}}
 
*{{ll|Modding:Intermediate Code Tutorials|Intermediate Code Tutorials|nsp=0}}
|group2=<translate><!--T:4--> Intermediate</translate>
*{{ll|Modding:Advanced Code Tutorials|Advanced Code Tutorials|nsp=0}}
|body2={{NatsNavboxLines
*{{ll|Modding:Other Code Tutorials|Other Code Tutorials|nsp=0}}
|{{ll|Modding:Intermediate_Content_Tutorials|Intermediate Tutorials|nsp=0}},
*{{ll|Modding:Code Mod Concepts|Code Mod Concepts|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:Community Resources|Community Resources|nsp=0}}
{{ll|Modding:Content_Tutorial_Complex_Grid_Recipes|7. Complex Grid Recipes|nsp=0}},
* {{ll|Modding:Modding API Updates|Modding API Updates|nsp=0}}
{{ll|Modding:Content_Tutorial_Further_Recipes|8. Further Recipes|nsp=0}},
* [https://apidocs.vintagestory.at/index.html API Documentation]
{{ll|Modding:Content_Tutorial_Simple_Worldgen|9. Simple World Generation|nsp=0}}
* [https://github.com/anegostudios/vsmodexamples Official Example Mods]
}}
* [https://github.com/anegostudios/vsapi VS API (GitHub)]
 
* [https://github.com/anegostudios/vsessentialsmod VS Essentials Mod (GitHub)]
|group3=<translate><!--T:5--> Advanced</translate>
* [https://github.com/anegostudios/vssurvivalmod VS Survival Mod (GitHub)]
|body3={{NatsNavboxLines
* [https://github.com/anegostudios/vscreativemod VS Creative Mod (GitHub)]
|{{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: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|nsp=0}},
{{ll|Modding:Asset Type - 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}}

Latest revision as of 10:23, 19 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