Modding:Basic Code Tutorials: Difference between revisions

From Vintage Story Wiki
(Created page.)
 
m (Replaced content with "<languages/> == Basic Tutorials == {{Navbox/contentmodding}}")
Tag: Replaced
Line 1: Line 1:
<languages/>
<languages/>
<translate><!--T:1--> This is the landing page for the basic content tutorials. These will cover the basic introduction of modding, including the definitions of shapes, textures, lang files, blocks, items, and recipes.</translate>


== <translate><!--T:2--> Basic Tutorials</translate> ==
== Basic Tutorials ==
 
# {{pll|Modding:Code Tutorial Basics|Content Essentials|nsp=false}} - <translate><!--T:3--> This gives an understand of various topics used throughout the basic content mods.</translate>
# {{pll|Modding:Code Tutorial Basic Block|Basic Block Tutorial|nsp=false}} - <translate><!--T:4--> Here you will create an item. This will introduce you to using shape, texture, and lang files.</translate>
# {{pll|Modding:Content Tutorial Simple Block|Simple Block Tutorial|nsp=false}} - <translate><!--T:5--> Here you will create a block with different properties. You will also use texture and lang files here.</translate>
# {{pll|Modding:Content Tutorial Simple Recipe|Simple Recipes Tutorial|nsp=false}} - <translate><!--T:6--> Here you will create new recipes for the above item and block.</translate>


{{Navbox/contentmodding}}
{{Navbox/contentmodding}}

Revision as of 18:04, 24 May 2024


Basic Tutorials

Content Modding
Basics Content Mods Developing a Content Mod Packaging & Release
Tutorials
Concepts Modding Concepts Modinfo 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 ItemEntityEntity BehaviorsBlockBlock BehaviorsBlock ClassesBlock EntitiesBlock Entity BehaviorsCollectible 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