Template:Navbox/modding: Difference between revisions

From Vintage Story Wiki
mNo edit summary
m (Added modding api updates link)
 
(35 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
<languages/>
<languages/>
</noinclude>
</noinclude>__NOTOC__<includeonly>{{Messagebox
__NOTOC__
|image= Icon Sign.png
{| class="wikitable " style="text-align: left; margin:0px; width:100%; font-size: 80%;"
|title= Wondering where some links have gone?
|-
|text= The modding navbox is going through some changes! Check out {{ll|Modding:Navigation Box Updates|nsp=0}} for more info and help finding specific pages.
| style="text-align:center;"|<span style="font-size:150%;">{{ll|Modding:Getting Started|<noinclude><translate></noinclude>Modding<noinclude></translate></noinclude>}}</span>
}}</includeonly>{{Navbox
|-
|hidden={{#if:{{{hidden|}}}|true}}
{| class="wikitable" style="text-align: left;margin:0px;width:100%;"
|title=<translate><!--T:56--> Modding</translate>
|-
 
|style="text-align: right;" colspan="2"|<noinclude><translate><!--T:7--> </noinclude><span style="font-size:75%;">{{Navbox/modding/code|Green Items}} require C# coding</span><noinclude></translate></noinclude>
|group1=<translate><!--T:50--> Modding Introduction</translate>
<noinclude><translate><!--T:8-->
|body1={{NatsNavboxLines
</noinclude>
|{{ll|Modding:Getting Started|Getting Started|nsp=0}},
|-
|'''Basics'''
|
{{ll|Modding:Getting Started|Getting Started|nsp=0}} |
{{ll|Modding:Basic_Modding_Examples|Basic Examples}} |
{{ll|Modding:Theme_Pack|nsp=0}}
{{ll|Modding:Theme_Pack|nsp=0}}
}}


<!--T:9-->
|group2=<translate><!--T:51--> Content Modding</translate>
{{ll|Modding:Asset System|nsp=0}} |
|body2={{NatsNavboxLines
{{ll|Modding:Textures|Textures}} |
|{{ll|Modding:Content_Mods|Content Mods|nsp=0}},
{{ll|Modding:Basic Item|Items}} |
{{ll|Modding:Developing_a_Content_Mod|Developing a Content Mod|nsp=0}},
{{ll|Modding:Creating Recipes|Recipes}} |
{{ll|Modding:Basic_Content_Tutorials|Basic Tutorials|nsp=0}},
{{ll|Modding:Basic Block|Blocks}} |
{{ll|Modding:Intermediate_Content_Tutorials|Intermediate Tutorials|nsp=0}},
{{ll|Modding:Basic Entity|Entities}} |
{{ll|Modding:Advanced_Content_Tutorials|Advanced Tutorials|nsp=0}},
{{ll|Modding:VS Model Creator|Model Creator}} |
{{ll|Modding:Content_Mod_Concepts|Content Mod Concepts|nsp=0}}
{{ll|Animation Basics}} |
}}
{{ll|VTML|VTML & Icons}} |
{{ll|Modding:Mod Packaging|Packaging & Release}} |
{{ll|Modinfo}} |
{{ll|Debugging}}
 
<!--T:10-->
|-
|'''Advanced'''
|
{{ll|Modding:JSON_Patching|nsp=0}} |
{{ll|Modding:Advanced JSON Item|nsp=0}} |
{{ll|Modding:The_Remapper|nsp=0}} |
{{ll|Modding:Server-Client_Considerations|nsp=0}} |
{{ll|Modding:CompatibilityLib|Compatibility with other mods}}
 
<!--T:11-->
{{Content/modding/code|{{ll|Modding:Setting_up_your_Development_Environment|nsp=0}}}}
 
<!--T:12-->
{{Content/modding/code|{{ll|Modding:Advanced_Blocks|nsp=0}}}} |
{{Content/modding/code|{{ll|Modding:Advanced Items|nsp=0}}}} |
{{Content/modding/code|{{ll|Modding:Block and Item Interactions|nsp=0}}}} |
{{Content/modding/code|{{ll|Modding:Adding_Block_Behavior|Block Behavior}}}} |
{{Content/modding/code|{{ll|Modding:Block_Entity|nsp=0}}}} |
{{Content/modding/code|{{ll|Modding:Simple_Particles|Particle Effects}}}} |
{{Content/modding/code|{{ll|Modding:World Access|nsp=0}}}} |
{{Content/modding/code|{{ll|Modding:Basic_Inventory_Handling|Inventory Handling}}}} |
{{Content/modding/code|{{ll|Modding:Commands|nsp=0}}}} |
{{Content/modding/code|{{ll|Modding:GUIs|nsp=0}}}} |
{{Content/modding/code|{{ll|Modding:Network_API|nsp=0}}}} |
{{Content/modding/code|{{ll|Modding:Monkey_patching|Monkey patching (Harmony)}}}}
 
<!--T:13-->
|-
|'''Data Management'''
|
{{Content/modding/code|[[Modding:SaveGame_Data_Storage|Savegame Data Storage]]}} |
{{Content/modding/code|[[Modding:ModConfig|ModConfig File]]}} |
{{Content/modding/code|[[Modding:Chunk_Data_Storage|Chunk Data Storage]]}} |
{{Content/modding/code|[[Modding:Tree_Attribute|Tree Attribute]]}}
 
<!--T:14-->
|-
|'''Worldgen'''
|
[[Modding:WorldGen_Concept|WorldGen Concepts]] |
[[Modding:WorldGen Configuration|Terrain]] |
[[Modding:Ores|Ores]] |
[[Modding:Trees|Trees]] |
{{Content/modding/code|[[Modding:WorldGen API|WorldGen API]]}} |
{{Content/modding/code|[[NatFloat]]}} |
{{Content/modding/code|[[EvolvingNatFloat]]}} |
[[Json Random Generator]]


<!--T:15-->
|group3=<translate><!--T:52--> Code Modding</translate>
|-
|body3={{NatsNavboxLines
|'''Rendering'''
|{{ll|Modding:Code_Mods|Code Mods|nsp=0}},
|  
{{ll|Modding:Setting_up_your_Development_Environment|Setting up your Development Environment|nsp=0}}
{{Content/modding/code|[[Modding:Rendering API|Shaders&nbsp;and&nbsp;Renderers]]}}
}}


<!--T:16-->
|group4=<translate><!--T:53--> Property Overview</translate>
|-
|body4={{NatsNavboxLines
|'''Property Overview'''
|[[Modding:Item Json Properties|Item]],
|  
[[Modding:Entity_Json_Properties|Entity]],
[[Modding:Item Json Properties|Item]] |
[[Modding:Block Json Properties|Block]],
[[Modding:Entity_Json_Properties|Entity]] |
[[Modding:Json_Block_Behaviors|Block Behaviors]],
[[Modding:Block Json Properties|Block]] |
[[Modding:Block Classes|Block Classes]],
[[Modding:Json_Block_Behaviors|Block Behaviors]] |
[[Modding:Block Entity Classes|Block Entities]],
[[Modding:Block Classes|Block Classes]] |
[[Modding:Block Entity Behaviors|Block Entity Behaviors]],
[[Modding:Block Entity Classes|Block Entities]] |
[[Modding:Block Entity Behaviors|Block Entity Behaviors]] |
[[Json:block:worldvariantgroups|World properties]]
[[Json:block:worldvariantgroups|World properties]]
}}


<!--T:17-->
|group5=<translate><!--T:54--> Workflows & Infrastructure</translate>
|-
|body5={{NatsNavboxLines
|'''Workflows & Infrastructure'''
|[[Modding:Modding_Efficiently|Modding Efficiency Tips]],
|  
[[Modding:Mod-Engine Compatibility|Mod-engine compatibility]],
[[Modding:Modding_Efficiently|Modding Efficiency Tips]] |
{{Content/modding/code|[[Modding:Moddable_Mod|Mod Extensibility]]}},
[[Modding:Mod-Engine Compatibility|Mod-engine compatibility]] |
{{Content/modding/code|[[Modding:Moddable_Mod|Mod Extensibility]]}} |
{{Content/modding/code|[[Modding:Understanding_the_VS_Engine|VS Engine]]}}  
{{Content/modding/code|[[Modding:Understanding_the_VS_Engine|VS Engine]]}}  
}}


<!--T:18-->
|group6=<translate><!--T:55--> Additional Resources</translate>
|-
|body6={{NatsNavboxLines
|'''Additional Resources'''
|{{ll|Modding:Community_Resources|nsp=0}},
|  
{{ll|Modding:Modding API Updates|nsp=0}},
[[List of server commands]] |
{{ll|Modding:Programming_Languages|Programming Languages}},
[[List of client commands]] |
[[List of server commands]],
[[Client startup parameters]] |
[[List of client commands]],
[[Server startup parameters]] |
[[Client startup parameters]],
[[Creative Starter Guide]] |
[[Server startup parameters]],
[[ServerBlockTicking]] |
[[Bot System]] |
[[How_to_use_WorldEdit|WorldEdit]] |
[[Cinematic Camera]] |
[[Adjustable FPS Video Recording]]


<!--T:19-->
[https://github.com/anegostudios/vsmodexamples Example Mods],
[https://github.com/anegostudios/vsmodexamples Example Mods] &#124;
[https://apidocs.vintagestory.at/api/Vintagestory.API.Common.html API&nbsp;Docs],
[https://apidocs.vintagestory.at/api/Vintagestory.API.Common.html API&nbsp;Docs] &#124;
[https://github.com/anegostudios GitHub&nbsp;Repository]
[https://github.com/anegostudios GitHub&nbsp;Repository]
<noinclude></translate></noinclude>
}}
|}
}}
<noinclude>[[Category:Navigation templates]]</noinclude>

Latest revision as of 12:59, 11 April 2024