Main Page: Difference between revisions

From Vintage Story Wiki
No edit summary
(move all modding links to the Modding namespace)
Line 89: Line 89:
<b>
<b>
;Getting Started
;Getting Started
:[[Types of Mods]]
:[[Modding:Types of Mods|Types of mods]]
:[[The Asset System]]
:[[Modding:The Asset System|The Asset system]]
:[[Basic Modding Examples|Mod Samples]]
:[[Modding:Basic Modding Examples|Mod Samples]]
;Tools and Hints
;Tools and Hints
:[[VS Model Creator|Model Creator]]
:[[Modding:VS Model Creator|Model Creator]]
:[[Modding Efficiently]]
:[[Modding:Modding Efficiently|Modding Efficiently]]
;Release
;Release
:[[Mod Packaging]]
:[[Modding:Mod Packaging|Packaging]]


</b>}}
</b>}}
Line 104: Line 104:
<b>
<b>
;Block
;Block
:[[Basic Block]] ([[Basic Block#Custom Shapes|Custom Shapes]])
:[[Modding:Basic Block|Basic blocks]] ([[Basic Block#Custom Shapes|Custom Shapes]])
:[[Block Json Properties|Block Property Overview]]
:[[Modding:Block Json Properties|Block property overview]]
;Item
;Item
:[[Basic Item]]
:[[Modding:Basic Item|Basic item]]
:[[Item Json Properties|Item Property Overview]]
:[[Modding:Item Json Properties|Item property overview]]
;Entity
;Entity
:[[Basic Entity]]
:[[Modding:Basic Entity|Basic entity]]
:[[Entity Json Properties|Entity Property Overview]]
:[[Modding:Entity Json Properties|Entity property overview]]
;World Generation
;World Generation
:[[WorldGen Configuration]]
:[[Modding:WorldGen Configuration|WorldGen modding]]
;General
;General
:[[Textures|Textures]]
:[[Modding:Textures|Textures]]
:[[JSON Patching]]
:[[Modding:JSON Patching|JSON Patching]]
:[[Creating Recipes|Grid Crafting Recipes]]
:[[Modding:Creating Recipes|Grid Crafting Recipes]]


</b>}}
</b>}}
Line 127: Line 127:
<b>
<b>
;Getting Started
;Getting Started
:[[Setting up your Development Environment|Setting up your Dev. Environment]]
:[[Modding:Setting up your Development Environment|Setting up your Dev. Environment]]
:[[Step by Step Tutorial]]
:[https://github.com/anegostudios/vsmodexamples Mod Samples]
:[https://github.com/anegostudios/vsmodexamples Mod Samples]
;Game Objects
;Game Objects
:[[Advanced Blocks|Block Class]]
:[[Modding:Advanced Blocks|Block Class]]
:[[Block Entity|Block Entity]]
:[[Modding:Block Entity|Block Entity]]
:[[Adding Block Behavior|Block Behavior]]
:[[Modding:Adding Block Behavior|Block Behavior]]
:[[Advanced Items|Item Class]]
:[[Modding:Advanced Items|Item Class]]
:[[Block/ Item Interactions]]
:[[Modding:Block and Item Interactions|Block and Item interactions]]
;API
;API
:[[Modding:Commands|Commands]]
:[[Modding:Commands|Commands]]
:[[WorldGen API|WorldGen API]]
:[[Modding:Using the WorldGen API|WorldGen API]]
:[[Network API|Network API]]
:[[Modding:Network API|Network API]]
:[[Particles]]
:[[Modding:Simple Particles|Particles]]
:[[World Access]]
:[[Modding:World Access|World Access]]
:[[Treeattribute | TreeAttribute]]
:[[Modding:Tree Attribute| TreeAttribute]]
:[[API: Basic Inventory Handling| Basic Inventory Handling]]
:[[Modding:Basic Inventory Handling|Basic Inventory Handling]]
:[[Rendering API|Shaders and Renderers]]
:[[Modding:Rendering API|Shaders and Renderers]]
:[[GUIs|Graphical User Interfaces]]
:[[Modding:GUIs|Graphical User Interfaces]]
:[[SaveGame Data Storage|SaveGame Data Storage]]
:[[Modding:SaveGame Data Storage|SaveGame Data Storage]]
:[[Chunk Data Storage|Chunk Data Storage]]
:[[Modding:Chunk Data Storage|Chunk Data Storage]]


</b>}}
</b>}}

Revision as of 14:13, 10 May 2020

GameLogoBanner.png

Welcome to the official Wiki for Vintage Story

Vintage Story is a survival sandbox game that is currently under development and available for purchase as an early access title. Any contributions are welcome as much is left to be added. If you do wish to contribute, please request wiki edit access on the forums, or the official Discord server. We currently have 2,107 articles.


Survival Mode
Mastering the game
Multiplayer and more


Modding - The Basics
Modding - Game Assets


Modding - Programming
Other information