Main Page: Difference between revisions

From Vintage Story Wiki
No edit summary
mNo edit summary
(18 intermediate revisions by 8 users not shown)
Line 7: Line 7:
          
          
   <p class="mainPageDescription">
   <p class="mainPageDescription">
     [https://www.vintagestory.at Vintage Story] is a survival sandbox game that is currently under development and available for [https://www.vintagestory.at/store/category/1-game-account/ 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 [https://www.vintagestory.at/forums/topic/267-wiki-discussion/ forums], or the [https://discord.gg/CkJjdrB official Discord server]. We currently have [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles.  
     [https://www.vintagestory.at Vintage Story] is a survival sandbox game that is currently under development and available for [https://www.vintagestory.at/store/category/1-game-account/ 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 [https://www.vintagestory.at/forums/topic/267-wiki-discussion/ forums], or the [https://discord.gg/CkJjdrB official Discord server]. We currently have [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles. If you're a modder looking for source code to examine feel free to head over to the Vintage Story [https://github.com/anegostudios Github].
   </p>
   </p>
</div>
</div>
Line 20: Line 20:
:[[Survival Guide - Advanced tech]]
:[[Survival Guide - Advanced tech]]
:[[Combat]]
:[[Combat]]
:[[Classes]]
;Crafting
;Crafting
:[[Knapping]]
:[[Knapping]]
Line 42: Line 43:
<b>
<b>
;Gameplay
;Gameplay
:[[Worldmap|The Worldmap]]
:[[Trading]]
:[[Trading]]
:[[Containers|Storage Solutions]]
:[[Containers|Storage Solutions]]
Line 48: Line 48:
:[[Light sources|Lighting Solutions]]
:[[Light sources|Lighting Solutions]]
:[[Metal|List of Metals]]
:[[Metal|List of Metals]]
::[[Steel Making]]
:[[Armor]]
:[[Armor]]
:[[Weather]]
:[[Temporal Stability]]


<!--T:5-->
<!--T:5-->
Line 57: Line 58:
:[[Cinematic Camera]]
:[[Cinematic Camera]]
:[[Adjustable FPS Video Recording]]
:[[Adjustable FPS Video Recording]]
<!--T:13-->
;World
:[[World Generation|World Generation]]
::[[Ore Deposits]]
:[[Worldmap|The Worldmap]]
:[[Weather]]
</b>
</b>
}}
}}


<!--T:6-->
<!--T:6-->
{{Wiki/style|header=Multiplayer and more|content=
{{Wiki/style|header=Going further|content=
<b>
<b>
;[[Land claiming]]
;Multiplayer
;[[Block reinforcement]]
:[[Land claiming]]
;[[Setting up a Multiplayer Server]]
:[[Block reinforcement]]
 
:[[Setting up a Multiplayer Server]]
:[[List of server commands]]


<!--T:4-->
<!--T:4-->
;Miscellaneous
;Miscellaneous
:[[List of server commands]]
:[[List of client commands]]
:[[List of client commands]]
:[[Client startup parameters]]
:[[Client startup parameters]]
Line 76: Line 84:
:[[Updating Old Worlds]]
:[[Updating Old Worlds]]
:[[Installing the game on Linux]]
:[[Installing the game on Linux]]
<br>
:[[Collectibles]]
:[[Ambience Features]]
</b>}}
</b>}}


Line 89: Line 100:
<b>
<b>
;Getting Started
;Getting Started
:[[Types of Mods]]
:[[Modding:Getting_Started|Getting Started]]
:[[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]]
:[[VTML]]
;Release
;Release
:[[Mod Packaging]]
:[[Modding:Mod Packaging|Packaging]]


</b>}}
</b>}}
Line 104: Line 116:
<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]]
:[[Modding:The Remapper|The Remapper]]


</b>}}
</b>}}
Line 127: Line 140:
<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:WorldGen Concept|WorldGen Concept]]
:[[Particles]]
:[[Modding:Network API|Network API]]
:[[World Access]]
:[[Modding:Simple Particles|Particles]]
:[[Treeattribute | TreeAttribute]]
:[[Modding:World Access|World Access]]
:[[API: Basic Inventory Handling| Basic Inventory Handling]]
:[[Modding:Tree Attribute| TreeAttribute]]
:[[Rendering API|Shaders and Renderers]]
:[[Modding:Basic Inventory Handling|Basic Inventory Handling]]
:[[GUIs|Graphical User Interfaces]]
:[[Modding:Rendering API|Shaders and Renderers]]
:[[SaveGame Data Storage|SaveGame Data Storage]]
:[[Modding:GUIs|Graphical User Interfaces]]
:[[Chunk Data Storage|Chunk Data Storage]]
:[[Modding:SaveGame Data Storage|SaveGame Data Storage]]
 
:[[Modding:Chunk Data Storage|Chunk Data Storage]]
:[[Modding:Moddable Mod|Moddable Mod]]
</b>}}
</b>}}
|}
|}
Line 162: Line 175:
* [[Vintage Story Wiki:Incomplete Pages]]
* [[Vintage Story Wiki:Incomplete Pages]]
* [[Questions & Answers]]
* [[Questions & Answers]]
* [[How to translate the wiki]]  
* [[Vintage Story Wiki:How to translate the wiki]]  
}}
}}
|}
|}
</translate>
</translate>

Revision as of 10:10, 27 November 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. If you're a modder looking for source code to examine feel free to head over to the Vintage Story Github.


Survival Mode
Mastering the game
Going further


Modding - The Basics
Modding - Game Assets


Modding - Programming
Other information