Main Page\ru: Difference between revisions

From Vintage Story Wiki
(Created page with "<languages /> <!--T:1--> <div style="display: grid;grid-template-columns:auto 2fr;place-items: center;"> <div style="padding-right:0.5em;">File:GameLogoBanner.png|left|...")
 
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
<languages />


<!--T:1-->
<div style="display: grid;grid-template-columns:auto 2fr;place-items: center;">
    <div style="padding-right:0.5em;">[[File:GameLogoBanner.png|left|500px]]</div>
    <div>
      <p class="mainPageWelcome" style="font-size:135%"><translate><!--T:41--> Welcome to the official Vintage Story Wiki</translate></p>
       
      <p class="mainPageDescription">
      <translate><!--T:42--> [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].</translate>
      </p>
  </div>
</div>
{| class="wikitable" style="width:100%"
|-
<!--T:2-->
{{Wiki/style|header=<translate><!--T:43--> Survival Mode</translate>|content=<b>
;<translate><!--T:44--> Getting Started</translate>
:[[Survival Guide - Your first day|Гид выживания - Твой первый день]]
:[[Survival Guide - Advanced tech|Гид выживания - Продвинутые технологии]]
:[[Combat]]
:[[Classes]]
;<translate><!--T:45--> Crafting</translate>
:[[Knapping]]
:[[Crafting Recipes|Grid Crafting]]
:[[Clay Forming]]
:[[Casting]]
:[[Smithing]]
:[[Cooking]]
:[[Leather Working]]
;<translate><!--T:46--> Resource Gathering</translate>
:[[Foraging]]
:[[Panning]]
:[[Farming]]
:[[Animal Husbandry]]
:[[Beekeeping|Beekeeping]]
:[[Mining]]
</b>
}}
<!--T:3-->
{{Wiki/style|header=<translate><!--T:47--> Mastering the game</translate>|content=
<b>
;<translate><!--T:48--> Gameplay</translate>
:[[Trading]]
:[[Containers|Storage Solutions]]
:[[Food preservation]]
:[[Light sources|Lighting Solutions]]
:[[Metal|List of Metals]]
::[[Steel Making]]
:[[Armor]]
:[[Temporal Stability]]
:[[Temperature]]
:[[Mechanical Power]]
<!--T:5-->
;<translate><!--T:49--> Creative Mode</translate>
:[[Creative Starter Guide|Creative Mode Starter Guide]]
:[[How to use WorldEdit]]
:[[Cinematic Camera|Cinematic Camera - make a video of your build!]]
:[[Adjustable FPS Video Recording]]
<!--T:13-->
;<translate><!--T:50--> World</translate>
:[[World Generation|World Generation]]
::[[Ore Deposits]]
:[[Worldmap|The Worldmap]]
:[[Weather]]
</b>
}}
<!--T:6-->
{{Wiki/style|header=<translate><!--T:51--> Going further</translate>|content=
<b>
;<translate><!--T:52--> Multiplayer</translate>
:[[Land claiming]]
:[[Block reinforcement]]
:[[Setting up a Multiplayer Server]]
:[[List of server commands]]
<!--T:4-->
;<translate><!--T:53--> Miscellaneous</translate>
:[[List of client commands]]
:[[Client startup parameters]]
:[[Adding mods|Installing Mods]]
:[[Updating Old Worlds]]
:[[Installing the game on Linux]]
:[[Controller Compatibility]]
:[[Collectibles]]
:[[Ambience Features]]
:[[Suggestions]]
</b>}}
<!--T:7-->
|}
{| class="wikitable" style="width:100%;"
|-
|colspan="3" style="font-size: 125%;"|<b>Modding</b>
|-
<!--T:8-->
{{Wiki/style|span=1|header=<translate><!--T:54--> The Basics</translate>|content=
<b>
;<translate><!--T:55--> Getting Started</translate>
:[[Modding:Getting_Started|Getting Started]]
:[[Modding:The Asset System|The Asset system]]
:[[Modding:Basic Modding Examples|Mod Samples]]
;<translate><!--T:56--> Tools and Hints</translate>
:[[Modding:VS Model Creator|Model Creator]]
:[[Modding:Modding Efficiently|Modding Efficiently]]
:[[VTML]]
;<translate><!--T:57--> Release</translate>
:[[Modding:Mod Packaging|Packaging]]
:[https://mods.vintagestory.at/ Mod Database]
</b>}}
<!--T:9-->
{{Wiki/style|span=1|header=<translate><!--T:58--> Game Assets</translate>|content=
<b>
;<translate><!--T:59--> Block</translate>
:[[Modding:Basic Block|Basic blocks]] ([[Basic Block#Custom Shapes|Custom Shapes]])
:[[Modding:Block Json Properties|Block property overview]]
;<translate><!--T:60--> Item</translate>
:[[Modding:Basic Item|Basic item]]
:[[Modding:Item Json Properties|Item property overview]]
;<translate><!--T:61--> Entity</translate>
:[[Modding:Basic Entity|Basic entity]]
:[[Modding:Entity Json Properties|Entity property overview]]
;<translate><!--T:62--> World Generation</translate>
:[[Modding:WorldGen Configuration|WorldGen modding]]
;<translate><!--T:63--> General</translate>
:[[Modding:Textures|Textures]]
:[[Modding:JSON Patching|JSON Patching]]
:[[Modding:Creating Recipes|Grid Crafting Recipes]]
:[[Modding:The Remapper|The Remapper]]
</b>}}
<!--T:10-->
{{Wiki/style|span=1|header=<translate><!--T:64--> Programming</translate>|content=
<b>
;<translate><!--T:65--> Getting Started</translate>
:[[Modding:Setting up your Development Environment|Setting up your Dev. Environment]]
:[https://github.com/anegostudios/vsmodexamples Mod Samples]
;<translate><!--T:66--> Game Objects</translate>
:[[Modding:Advanced Blocks|Block Class]]
:[[Modding:Block Entity|Block Entity]]
:[[Modding:Adding Block Behavior|Block Behavior]]
:[[Modding:Advanced Items|Item Class]]
:[[Modding:Block and Item Interactions|Block and Item interactions]]
;<translate><!--T:67--> API</translate>
:[[Modding:Commands|Commands]]
:[[Modding:Using the WorldGen API|WorldGen API]]
:[[Modding:WorldGen Concept|WorldGen Concept]]
:[[Modding:Network API|Network API]]
:[[Modding:Simple Particles|Particles]]
:[[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>}}
|}
{| class="wikitable" style="width:100%"
|-
{{Wiki/style|header=<translate><!--T:68--> Other information</translate>|content=
<translate>
====About the game==== <!--T:11-->
</translate>
* [[Frequently Asked Questions (FAQ)]]
* [[Troubleshooting Guide]]
* [[Vintage Story Original Soundtrack]]
<translate>
====About the wiki==== <!--T:12-->
</translate>
{{Vintage_Story_Wiki:About}}
}}
|}

Revision as of 14:28, 20 April 2021