Main Page: Difference between revisions

From Vintage Story Wiki
No edit summary
No edit summary
(39 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<div style="text-align:center;"></div>
<languages />
{{Wiki/style_borderless|title=yes|content=
<translate>
<div style="font-size: 200%; padding: 0.1em;">[[File:GameLogoBanner.png|center|900px]]</div>
<!--T:1-->
<div style="font-size: 95%;">The official Wiki of Vintage Story</div>
<div class="mainPageHeader" style="clear:both;">
<div style="font-size: 85%;">We currently have [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles.</div>
  [[File:GameLogoBanner.png|left|500px]]
}}
  <p class="mainPageWelcome" style="font-size:135%">Welcome to the official Wiki for Vintage Story</p>
{| style="width: 100%; margin: -2px;"
       
{{Wiki/style_wide|span=3|css=width: 66%;|header=|content=
  <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.
<span style="font-size: 130%;">Vintage Story</span> is a game about innovation and exploration. It thrusts the player into a carefully-generated semi-autonomous world and challenges them to survive and overcome the natural and unknown threats of their new home. Intrepid players who accept this challenge will find themselves rewarded with mechanics that respects their intelligence and allows for tangible, realistic invention. In addition, they’ll find a world with its own character and a deep, interconnected narrative within it. It aims to reach the next level of quality in the voxel sandbox genre, as we, a small dedicated team, relentlessly expand it with story elements, more creation tools and survival elements.
  </p>
 
</div>
The game can be bought on [https://www.vintagestory.at vintagestory.at]. For more details have a look at the [https://www.vintagestory.at/features/overview.html/ Features] and [https://www.vintagestory.at/news.html/ News] page. If you would like to contribute to the wiki, feel free to request access on the [https://www.vintagestory.at/forums/topic/267-wiki-discussion/ Forums]
<br>
}}
{| class="wikitable" style="width:100%"
 
 
|-
|-


<!--T:2-->
{{Wiki/style|header=Survival Mode|content=<b>
{{Wiki/style|header=Survival Mode|content=<b>
;Getting Started
;Getting Started
:[[Starter Guide]]
:[[Survival Starter Guide|Starter Guide]]
:[[Combat]]
:[[Combat]]
;Crafting
;Crafting
Line 25: Line 24:
:[[Clay Forming]]
:[[Clay Forming]]
:[[Smithing]]
:[[Smithing]]
:[[Cooking]]
;Resource Gathering
;Resource Gathering
:[[Foraging]]
:[[Foraging]]
:[[Farming]]
:[[Farming]]
:[[Animal Husbandry]]
:[[Ore Deposits|Mining]]
:[[Ore Deposits|Mining]]
;Construction
:[[Building Blocks]]
:[[Containers|Storage Solutions]]
:[[Light sources|Lighting Solutions]]
</b>
</b>
}}
}}


<!--T:3-->
{{Wiki/style|header=Mastering the game|content=
{{Wiki/style|header=Mastering the game|content=
<b>
<b>
;Gameplay
;Gameplay
:[[Cooking]]
:[[Animal Husbandry]]
:[[Worldmap|The Worldmap]]
:[[Worldmap|The Worldmap]]
:[[Building Blocks]]
:[[Containers|Storage Solutions]]
:[[Light sources|Lighting Solutions]]
:[[Metal|List of Metals]]


;Misc
<!--T:5-->
:[[List of Chat Commands]]
;Creative Mode
:[[Adding mods|Installing Mods]]
:[[Updating Old Worlds]]
 
;Creative Mode Tools
:[[Creative Starter Guide|Creative Mode Starter Guide]]
:[[Creative Starter Guide|Creative Mode Starter Guide]]
:[[How to use WorldEdit]]
:[[How to use WorldEdit]]
Line 56: Line 52:
}}
}}


 
<!--T:6-->
{{Wiki/style|header=Multiplayer|content=
{{Wiki/style|header=Multiplayer|content=
<b>
<b>
Line 63: Line 59:
;[[Setting up a Multiplayer Server]]
;[[Setting up a Multiplayer Server]]
;[[Managing a Multiplayer Server]]
;[[Managing a Multiplayer Server]]
<!--T:4-->
;Miscellaneous
:[[List of Chat Commands]]
:[[Adding mods|Installing Mods]]
:[[Updating Old Worlds]]
:[[Installing the game on Linux]]
</b>}}
</b>}}


<!--T:7-->
|}
<br>
{| class="wikitable" style="width:100%"
|-
|-


<!--T:8-->
{{Wiki/style|span=1|header=Theme Pack Modding|content=
{{Wiki/style|span=1|header=Theme Pack Modding|content=
<b>
<b>
Line 75: Line 85:
</b>}}
</b>}}


<!--T:9-->
{{Wiki/style|span=1|header=Game Content Modding|content=
{{Wiki/style|span=1|header=Game Content Modding|content=
<b>
<b>
Line 82: Line 93:
;Block
;Block
:[[Basic Block]] ([[Basic Block#Custom Shapes|Custom Shapes]])
:[[Basic Block]] ([[Basic Block#Custom Shapes|Custom Shapes]])
:[[Block Json Properties|Property Overview]]
:[[Block Json Properties|Block Property Overview]]
;Item
;Item
:[[Basic Item]]
:[[Basic Item]]
:[[Item Json Properties|Property Overview]]
:[[Item Json Properties|Item Property Overview]]
;Entity
;Entity
:[[Basic Entity]]
:[[Basic Entity]]
:[[Entity Json Properties|Property Overview]]
:[[Entity Json Properties|Entity Property Overview]]
;World Generation
;World Generation
:[[WorldGen Configuration]]
:[[WorldGen Configuration]]
;Miscellaneous
;Miscellaneous
:[[Creating Recipes|Recipes]]
:[[JSON Patching]]
:[[Creating Recipes|Grid Crafting Recipes]]
:[[Modding Efficiently]]
:[[Modding Efficiently]]
;Release
;Release
Line 100: Line 112:




<!--T:10-->
{{Wiki/style|span=1|header=Code Modding|content=
{{Wiki/style|span=1|header=Code Modding|content=
<b>
<b>
Line 106: Line 119:
:[https://github.com/anegostudios/vsmodexamples Mod Samples]
:[https://github.com/anegostudios/vsmodexamples Mod Samples]
;Game Objects
;Game Objects
:[[Advanced Blocks|The Block Class]]
:[[Advanced Blocks|Block Class]]
:[[Block Entity|Block Entities]]
:[[Block Entity|Block Entity]]
:[[Adding Block Behavior|Block Behaviors]]
:[[Adding Block Behavior|Block Behavior]]
:[[Advanced Items|The Item Class]]
:[[Advanced Items|Item Class]]
:[[Block/ Item Interactions]]
:[[Block/ Item Interactions]]
;API
;API
:[[Commands]]
:[[Mod:Commands|Commands]]
:[[WorldGen API|WorldGen API]]
:[[WorldGen API|WorldGen API]]
:[[Particles]]
:[[Particles]]
:[[World Access]]
:[[World Access]]
:[[Rendering API|Shaders and Renderers]]
:[[Rendering API|Shaders and Renderers]]
:[[GUIs|Graphical User Interfaces]]
</b>}}
</b>}}
|}
{| class="wikitable" style="width:100%"
|-
{{Wiki/style|header=Other information|content=
====About the game==== <!--T:11-->
* [[Vintage Story Original Soundtrack]]


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

Revision as of 16:12, 12 April 2019

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. We currently have 2,107 articles.


Survival Mode
Mastering the game
Multiplayer


Theme Pack Modding
Game Content Modding


Code Modding
Other information