Template:Navbox/modding/sk: Difference between revisions
From Vintage Story Wiki
(Updating to match new version of source page) |
(Updating to match new version of source page) Tags: Mobile edit Mobile web edit |
||
(16 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 | ||
|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=<span lang="en" dir="ltr" class="mw-content-ltr">Modding</span> | ||
| | |||
| | |||
|group1=<span lang="en" dir="ltr" class="mw-content-ltr">Modding Introduction</span> | |||
|body1={{NatsNavboxLines | |||
{{ | |{{ll|Modding:Getting Started|Getting Started|nsp=0}}, | ||
{{ll|Modding:Theme_Pack|nsp=0}} | |||
{{ll|Modding: | }} | ||
{{ll|Modding: | |||
|- | |group2=<span lang="en" dir="ltr" class="mw-content-ltr">Content Modding</span> | ||
| | |body2={{NatsNavboxLines | ||
| | |{{ll|Modding:Content_Mods|Content Mods|nsp=0}}, | ||
{{ll|Modding: | {{ll|Modding:Developing_a_Content_Mod|Developing a Content Mod|nsp=0}}, | ||
{{ll|Modding: | {{ll|Modding:Basic_Content_Tutorials|Basic Tutorials|nsp=0}}, | ||
{{ll|Modding: | {{ll|Modding:Intermediate_Content_Tutorials|Intermediate Tutorials|nsp=0}}, | ||
{{ll|Modding: | {{ll|Modding:Advanced_Content_Tutorials|Advanced Tutorials|nsp=0}}, | ||
{{ll|Modding: | {{ll|Modding:Content_Mod_Concepts|Content Mod Concepts|nsp=0}} | ||
}} | |||
{{ | |group3=<span lang="en" dir="ltr" class="mw-content-ltr">Code Modding</span> | ||
|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=<span lang="en" dir="ltr" class="mw-content-ltr">Property Overview</span> | |||
|body4={{NatsNavboxLines | |||
|[[Modding:Item Json Properties|Item]], | |||
[[Modding:Entity_Json_Properties|Entity]], | |||
[[Modding:Entity Behaviors|Entity Behaviors]], | |||
[[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]], | |||
[[Modding:Collectible_Behaviors|Collectible Behaviors]], | |||
[[Json:block:worldvariantgroups|World properties]] | |||
}} | |||
< | |group5=<span lang="en" dir="ltr" class="mw-content-ltr">Workflows & Infrastructure</span> | ||
|body5={{NatsNavboxLines | |||
|[[Modding:Modding_Efficiently|Modding Efficiency Tips]], | |||
[[Modding:Mod-Engine Compatibility|Mod-engine compatibility]], | |||
{{Content/modding/code|[[Modding:Moddable_Mod|Mod Extensibility]]}}, | |||
</ | |||
| | |||
{{ | |||
| | |||
[[Modding:Mod-Engine Compatibility| | |||
{{Content/modding/code|[[Modding:Moddable_Mod| | |||
{{Content/modding/code|[[Modding:Understanding_the_VS_Engine|VS Engine]]}} | {{Content/modding/code|[[Modding:Understanding_the_VS_Engine|VS Engine]]}} | ||
}} | |||
|- | |group6=<span lang="en" dir="ltr" class="mw-content-ltr">Additional Resources</span> | ||
| | |body6={{NatsNavboxLines | ||
| | |{{ll|Modding:Community_Resources|nsp=0}}, | ||
[[List of server commands | {{ll|Modding:Modding API Updates|nsp=0}}, | ||
[[List of client commands | {{ll|Modding:Programming_Languages|Programming Languages}}, | ||
[[Client startup parameters | [[List of server commands]], | ||
[[Server startup parameters | [[List of client commands]], | ||
[[Client startup parameters]], | |||
[[Server startup parameters]], | |||
[https://github.com/anegostudios/vsmodexamples | [https://github.com/anegostudios/vsmodexamples Example Mods], | ||
[https://apidocs.vintagestory.at/api/Vintagestory.API.Common.html API | [https://apidocs.vintagestory.at/api/Vintagestory.API.Common.html API Docs], | ||
[https://github.com/anegostudios GitHub Repository] | [https://github.com/anegostudios GitHub Repository] | ||
}} | |||
}} | |||
Latest revision as of 20:56, 19 October 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 • Entity Behaviors • Block • Block Behaviors • Block Classes • Block Entities • Block Entity Behaviors • Collectible 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 |