Template:Navbox/modding/en: Difference between revisions
From Vintage Story Wiki
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude><languages/></noinclude> | <noinclude> | ||
__NOTOC__ | <languages/> | ||
</noinclude>__NOTOC__<includeonly>{{Messagebox | |||
| | |image= Icon Sign.png | ||
| | |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. | |||
{ | }}</includeonly>{{Navbox | ||
|hidden={{#if:{{{hidden|}}}|true}} | |||
| | |title=Modding | ||
| | |||
| | |||
|group1=Modding Introduction | |||
|body1={{NatsNavboxLines | |||
|{{ll|Modding:Getting Started|Getting Started|nsp=0}}, | |||
{{ll|Modding:Theme_Pack|nsp=0}} | |||
}} | |||
| | |group2=Content Modding | ||
| | |body2={{NatsNavboxLines | ||
| | |{{ll|Modding:Content_Mods|Content Mods|nsp=0}}, | ||
{{ll|Modding:Developing_a_Content_Mod|Developing a Content Mod|nsp=0}}, | |||
{{ll|Modding:Basic_Content_Tutorials|Basic Tutorials|nsp=0}}, | |||
{{ll|Modding:Intermediate_Content_Tutorials|Intermediate Tutorials|nsp=0}}, | |||
{{ll|Modding:Advanced_Content_Tutorials|Advanced Tutorials|nsp=0}}, | |||
{{ll|Modding:Content_Mod_Concepts|Content Mod Concepts|nsp=0}} | |||
}} | |||
{{ | |group3=Code Modding | ||
|body3={{NatsNavboxLines | |||
|{{ll|Modding:Code_Mods|Code Mods|nsp=0}}, | |||
{{ll|Modding:Setting_up_your_Development_Environment|Setting up your Development Environment|nsp=0}} | |||
}} | |||
|group4=Property Overview | |||
{{ | |body4={{NatsNavboxLines | ||
|[[Modding:Item Json Properties|Item]], | |||
[[Modding:Entity_Json_Properties|Entity]], | |||
[[Modding:Block Json Properties|Block]], | |||
[[Modding:Json_Block_Behaviors|Block Behaviors]], | |||
[[Modding:Block Classes|Block Classes]], | |||
[[Modding:Block Entity Classes|Block Entities]], | |||
[[Modding:Block Entity Behaviors|Block Entity Behaviors]], | |||
[[Json:block:worldvariantgroups|World properties]] | |||
}} | |||
| | |group5=Workflows & Infrastructure | ||
|body5={{NatsNavboxLines | |||
| | |[[Modding:Modding_Efficiently|Modding Efficiency Tips]], | ||
{{ | [[Modding:Mod-Engine Compatibility|Mod-engine compatibility]], | ||
{{Content/modding/code|[[Modding:Moddable_Mod|Mod Extensibility]]}}, | |||
{{Content/modding/code|[[Modding: | {{Content/modding/code|[[Modding:Understanding_the_VS_Engine|VS Engine]]}} | ||
{{Content/modding/code|[[Modding: | }} | ||
| | |group6=Additional Resources | ||
| | |body6={{NatsNavboxLines | ||
| | |{{ll|Modding:Community_Resources|nsp=0}}, | ||
{{ll|Modding:Modding API Updates|nsp=0}}, | |||
[[ | {{ll|Modding:Programming_Languages|Programming Languages}}, | ||
[[ | [[List of server commands]], | ||
[[ | [[List of client commands]], | ||
[[Client startup parameters]], | |||
[[Server startup parameters]], | |||
[https://github.com/anegostudios/vsmodexamples Example Mods], | |||
[https://apidocs.vintagestory.at/api/Vintagestory.API.Common.html API Docs], | |||
[https://github.com/anegostudios/vsmodexamples Example Mods] | |||
[https://apidocs.vintagestory.at/api/Vintagestory.API.Common.html API Docs] | |||
[https://github.com/anegostudios GitHub Repository] | [https://github.com/anegostudios GitHub Repository] | ||
}} | |||
}} |
Revision as of 13:01, 11 April 2024
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 | Item • Entity • Block • Block Behaviors • Block Classes • Block Entities • Block Entity Behaviors • World properties |
Workflows & Infrastructure | Modding Efficiency Tips • Mod-engine compatibility • Mod Extensibility • VS Engine |
Additional Resources | Community Resources • Modding API Updates • Programming Languages • List of server commands • List of client commands • Client startup parameters • Server startup parameters Example Mods • API Docs • GitHub Repository |