Modding:Intermediate Content Tutorials: Difference between revisions

From Vintage Story Wiki
mNo edit summary
m (Added debugging content link.)
Line 4: Line 4:


At this point, it is also a good idea to learn about the various [[Modding:Content Mod Concepts|modding concepts]] for content modding, especially the explanation of [[Modding:Variants|variants]].
At this point, it is also a good idea to learn about the various [[Modding:Content Mod Concepts|modding concepts]] for content modding, especially the explanation of [[Modding:Variants|variants]].
It is also a good idea to be aware of the [[Modding:Debugging Content|Debugging Content]] page. This will contain a list of common issues when adding content, as well as methods on how to access and read the game's log files.


== Intermediate Tutorials ==
== Intermediate Tutorials ==
These are currently being written. Please come back later!
These are currently being written. Please come back later!


# <li value=5> [[Modding:Content Tutorial Item Variants|Item Variants]]
<li value=5> [[Modding:Content Tutorial Item Variants|Item Variants]]
# [[Modding:Content Tutorial Block Variants|Block Variants]]
# [[Modding:Content Tutorial Block Variants|Block Variants]]
# [[Modding:Content Tutorial Debugging Content|Debugging Content]]
# [[Modding:Content Tutorial Complex Grid Recipes|Complex Grid Recipes]]
# [[Modding:Content Tutorial Complex Grid Recipes|Complex Grid Recipes]]
# [[Modding:Content Tutorial Further Recipes|Further Recipes]]
# [[Modding:Content Tutorial Further Recipes|Further Recipes]]

Revision as of 12:49, 31 March 2024

Other languages:
  • English

This is the landing page for the intermediate content tutorials. These will cover topics that are somewhat more complex, but will help you mod effectively and efficiently.

At this point, it is also a good idea to learn about the various modding concepts for content modding, especially the explanation of variants.

It is also a good idea to be aware of the Debugging Content page. This will contain a list of common issues when adding content, as well as methods on how to access and read the game's log files.

Intermediate Tutorials

These are currently being written. Please come back later!

  • Item Variants
    1. Block Variants
    2. Complex Grid Recipes
    3. Further Recipes
    4. Simple World Generation
    Content Modding
    Basics Content Mods Developing a Content Mod
    Tutorials
    Concepts Modding Concepts Variants Domains Patching Remapping World Properties
    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