Main Page: Difference between revisions

From Vintage Story Wiki
No edit summary
mNo edit summary
(41 intermediate revisions by 10 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]. 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 17: Line 17:
{{Wiki/style|header=Survival Mode|content=<b>
{{Wiki/style|header=Survival Mode|content=<b>
;Getting Started
;Getting Started
:[[Survival Starter Guide|Starter Guide]]
:[[Survival Guide - Your first day]]
:[[Survival Guide - Advanced tech]]
:[[Combat]]
:[[Combat]]
;Crafting
;Crafting
Line 23: Line 24:
:[[Crafting Recipes|Grid Crafting]]
:[[Crafting Recipes|Grid Crafting]]
:[[Clay Forming]]
:[[Clay Forming]]
:[[Casting]]
:[[Smithing]]
:[[Smithing]]
:[[Cooking]]
:[[Cooking]]
:[[Leather Working]]
;Resource Gathering
;Resource Gathering
:[[Foraging]]
:[[Foraging]]
:[[Panning]]
:[[Farming]]
:[[Farming]]
:[[Animal Husbandry]]
:[[Animal Husbandry]]
:[[Ore Deposits|Mining]]
:[[Beekeeping|Beekeeping]]
:[[Mining]]
</b>
</b>
}}
}}
Line 38: Line 43:
;Gameplay
;Gameplay
:[[Worldmap|The Worldmap]]
:[[Worldmap|The Worldmap]]
:[[Building Blocks]]
:[[Trading]]
:[[Containers|Storage Solutions]]
:[[Containers|Storage Solutions]]
:[[Food preservation]]
:[[Light sources|Lighting Solutions]]
:[[Light sources|Lighting Solutions]]
:[[Metal|List of Metals]]
:[[Metal|List of Metals]]
:[[Armor]]
:[[Weather]]


<!--T:5-->
<!--T:5-->
Line 53: Line 61:


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




<!--T:4-->
<!--T:4-->
;Miscellaneous
;Miscellaneous
:[[List of Chat Commands]]
:[[List of server commands]]
:[[List of client commands]]
:[[Client startup parameters]]
:[[Adding mods|Installing Mods]]
:[[Adding mods|Installing Mods]]
:[[Updating Old Worlds]]
:[[Updating Old Worlds]]
Line 77: Line 86:


<!--T:8-->
<!--T:8-->
{{Wiki/style|span=1|header=Theme Pack Modding|content=
{{Wiki/style|span=1|header=Modding - The Basics|content=
<b>
<b>
;Getting Started
;Getting Started
:[[Theme Pack|Overview]]
:[[Modding:Getting_Started|Getting Started]]
:[[The Asset System]]
:[[Modding:The Asset System|The Asset system]]
:[[VS Model Creator|Model Creator]]
:[[Modding:Basic Modding Examples|Mod Samples]]
;Tools and Hints
:[[Modding:VS Model Creator|Model Creator]]
:[[Modding:Modding Efficiently|Modding Efficiently]]
;Release
:[[Modding:Mod Packaging|Packaging]]
 
</b>}}
</b>}}


<!--T:9-->
<!--T:9-->
{{Wiki/style|span=1|header=Game Content Modding|content=
{{Wiki/style|span=1|header=Modding - Game Assets|content=
<b>
<b>
;Getting Started
:[[Basic Modding|The Asset System]]
:[[Basic Modding Examples|Mod Samples]]
;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]]
;Miscellaneous
;General
:[[JSON Patching]]
:[[Modding:Textures|Textures]]
:[[Creating Recipes|Grid Crafting Recipes]]
:[[Modding:JSON Patching|JSON Patching]]
:[[Modding Efficiently]]
:[[Modding:Creating Recipes|Grid Crafting Recipes]]
;Release
 
:[[Mod Packaging]]
</b>}}
</b>}}


Line 113: Line 124:


<!--T:10-->
<!--T:10-->
{{Wiki/style|span=1|header=Code Modding|content=
{{Wiki/style|span=1|header=Modding - Programming|content=
<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]]
:[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
:[[Mod:Commands|Commands]]
:[[Modding:Commands|Commands]]
:[[WorldGen API|WorldGen API]]
:[[Modding:Using the WorldGen API|WorldGen API]]
:[[Particles]]
:[[Modding:WorldGen Concept|WorldGen Concept]]
:[[World Access]]
:[[Modding:Network API|Network API]]
:[[Rendering API|Shaders and Renderers]]
:[[Modding:Simple Particles|Particles]]
:[[GUIs|Graphical User Interfaces]]
:[[Modding:World Access|World Access]]
:[[Modding:Tree Attribute| TreeAttribute]]
:[[Modding:Basic Inventory Handling|Basic Inventory Handling]]
:[[Modding:Rendering API|Shaders and Renderers]]
:[[Modding:GUIs|Graphical User Interfaces]]
:[[Modding:SaveGame Data Storage|SaveGame Data Storage]]
:[[Modding:Chunk Data Storage|Chunk Data Storage]]
:[[Modding:Moddable Mod|Moddable Mod]]
</b>}}
</b>}}
|}
|}
Line 141: Line 159:


====About the wiki==== <!--T:12-->
====About the wiki==== <!--T:12-->
* [[Incomplete Pages]]
* [[Vintage Story Wiki:Guidelines]]
* [[Questions & Answers|Frequent:Q&A]]
* [[Vintage Story Wiki:Incomplete Pages]]
* [[How to translate the wiki]]  
* [[Questions & Answers]]
* [[Vintage Story Wiki:How to translate the wiki]]  
}}
}}
|}
|}
</translate>
</translate>

Revision as of 23:25, 5 September 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
Multiplayer and more


Modding - The Basics
Modding - Game Assets


Modding - Programming
Other information