Sandbox/darce/test: Difference between revisions

From Vintage Story Wiki
(Created page with "center|500px|link=https://www.vintagestory.at/ <translate> <div style="width: 78%; padding: 1%; float: left;> {| class="wikitable" style="backgroun...")
 
(Replaced content with "t")
Tag: Replaced
Line 1: Line 1:
[[File:GameLogoBanner.png|center|500px|link=https://www.vintagestory.at/]]
t
<translate>
<div style="width: 78%; padding: 1%; float: left;>
{| class="wikitable" style="background: transparent; width: 100%;"
! valign="top" width="50%" style="text-align: center;"| Welcome to Vintage Story Wiki
! valign="top" width="50%" style="text-align: center;"| Latest Update
|-
| valign="top" width="50%" style="padding: 20px"|
[[File:Gamelogo-vintagestory.png|center|200px]]
 
Vintage Story is an uncompromising wilderness survival sandbox game inspired by lovecraftian horror themes. Find yourself in a ruined world reclaimed by nature and permeated by unnerving temporal disturbances. Relive the advent of human civilization, or take your own path. It is currently under development and available for [https://www.vintagestory.at/store/category/1-game-account/ purchase] as an early access title.
 
Any contribution is welcomed, 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].
| colspan=3 valign="top" width="50%" style="padding: 20px"|
[[File:1dot15dot6.jpg|center|300px|link=https://www.vintagestory.at/blog.html/news/homesteading-balance-and-stability-patch-3-v1156-r295/]]
== Homesteading Update ==
=== Balance and stability patch #3 (v1.15.6) ===
 
* Seraphs now glow and emit faint-ish teal light for about 2 minutes upon revival or when they first spawn and its currently night.
* You can now remove cave art drawings individually with a watering can.
* Added player count scaling mob spawn caps to fix the problem of low spawn on multiplayer servers with many players.
* ...and many more!
 
''Check the whole post [https://www.vintagestory.at/blog.html/news/homesteading-balance-and-stability-patch-3-v1156-r295/ by clicking here!]''
|}
{| class="wikitable mw-collapsible" style="background: transparent; width: 100%;"
|-
! style="text-align:center;"; colspan=4 | Base Game
|-
! valign="top" style="text-align: center; width: 16%"| Beginner's Help
! valign="top" style="text-align: center; width: 16%"| Mechanics
! valign="top" style="text-align: center; width: 16%"| Crafting
! valign="top" style="text-align: center; width: 16%"| Resource Gathering
|-
| valign="top" style="text-align: left;"|
*[[Survival Guide - Your first day]]
*[[Survival Guide - Advanced tech]]
*[[Creative Starter Guide|Creative Mode Starter Guide]]
*[[Tools]]
*[[Weapons]]
*[[Combat]]
*[[Frequently Asked Questions (FAQ)|Frequently Asked Questions ]]
| valign="top" style="text-align: left;"|
*[[Classes]]
*[[Trading]]
*[[Containers|Storage]]
*[[Food preservation]]
*[[Temporal Stability]]
*[[Temperature]]
*[[Mechanical Power]]
| valign="top" style="text-align: left;"|
*[[Knapping]]
*[[Crafting Recipes|Grid Crafting]]
*[[Clay Forming]]
*[[Casting]]
*[[Smithing]]
*[[Cooking]]
*[[Leather Working]]
| valign="top" style="text-align: left;"|
*[[Foraging]]
*[[Panning]]
*[[Farming]]
*[[Animal Husbandry]]
*[[Beekeeping|Beekeeping]]
*[[Mining]]
|-
! valign="top" style="text-align: center; width: 16%"| World
! valign="top" style="text-align: center; width: 16%"| Multiplayer
! valign="top" style="text-align: center; width: 16%"| Miscellaneous
! valign="top" style="text-align: center; width: 16%"| Useful Links
|-
| valign="top" style="text-align: left;"|
*[[World Generation]]
*[[Surface]]
*[[Ore Deposits]]
*[[Worldmap|The Worldmap]]
*[[Weather]]
*[[Ambience Features|Natural Phenomena]]
| valign="top" style="text-align: left;"|
*[[Setting up a Multiplayer Server]]
*[[List of server commands]]
*[[Land claiming]]
*[[Block reinforcement]]
 
| valign="top" style="text-align: left;"|
*[[List of client commands]]
*[[Client startup parameters]]
*[[Updating Old Worlds]]
*[[Installing the game on Linux]]
*[[Controller Compatibility]]
*[[Suggestions]]
| valign="top" style="text-align: left;"|
*[[How to use WorldEdit]]
*[[Cinematic Camera|Cinematic Camera - make a video of your build!]]
*[[Adjustable FPS Video Recording]]
*[[Troubleshooting_Guide|Troubleshooting Guide]]
|-
|}
 
 
{| class="wikitable mw-collapsible mw-collapsed" style="background: transparent; width: 100%;"
|-
! style="text-align:center;"; colspan=4 | Modding
|-
! valign="top" style="text-align: center; width: 16%"| Modding Basics
! valign="top" style="text-align: center; width: 16%"| Going Further
! valign="top" style="text-align: center; width: 16%"| Block and Item Assets
! valign="top" style="text-align: center; width: 16%"| Entity and World assets
|-
| valign="top" style="text-align: left;"|
*[[Modding:Getting_Started|Getting Started]]
*[[Modding:The Asset System|The Asset system]]
*[[Modding:Basic Modding Examples|Mod Samples]]
*[[Modding:VS Model Creator|Model Creator]]
*[[Modding:Textures|Textures]]
*[[Modding:Creating Recipes|Grid Crafting Recipes]]
| valign="top" style="text-align: left;"|
*[[Modding:Modding Efficiently|Modding Efficiently]]
*[[VTML]]
*[[Modding:Mod Packaging|Packaging]]
*[https://mods.vintagestory.at/ Mod Database]
*[[Modding:JSON Patching|JSON Patching]]
*[[Modding:The Remapper|The Remapper]]
| valign="top" style="text-align: left;"|
*[[Modding:Basic Block|Basic blocks]] ([[Basic Block#Custom Shapes|Custom Shapes]])
*[[Modding:Block Json Properties|Block property overview]]
*[[Modding:Basic Item|Basic item]]
*[[Modding:Item Json Properties|Item property overview]]
| valign="top" style="text-align: left;"|
*[[Modding:Basic Entity|Basic entity]]
*[[Modding:Entity Json Properties|Entity property overview]]
*[[Modding:WorldGen Configuration|WorldGen modding]]
|-
! valign="top" style="text-align: center; width: 16%"| Programming Basics
! valign="top" style="text-align: center; width: 16%"| Game Objects
! colspan= 2; valign="top" style="text-align: center; width: 16%"| API
|-
| valign="top" style="text-align: left;"|
*[[Modding:Setting up your Development Environment|Setting up your Dev. Environment]]
*[https://github.com/anegostudios/vsmodexamples Mod Samples]
| valign="top" style="text-align: left;"|
*[[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]]
 
| valign="top" style="text-align: left;"|
*[[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:Tree Attribute| TreeAttribute]]
*[[Modding:World Access|World Access]]
| valign="top" style="text-align: left;"|
*[[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]]
|-
|}
 
 
</div>
<div style="width: 18%; padding: 1%; float: right;">
{| class="wikitable" style="background: transparent; width: 100%;"
! valign="top" width="50%" style="text-align: center;"| Update History
|-
|
* '''[https://www.vintagestory.at/blog.html/news/the-homesteading-update-v1150-1151-r287/ The Homesteading Update]'''<b />
* '''[https://www.vintagestory.at/blog.html/news/stable-steel-age-and-character-customization-v1140-r270/ The Steel Age Update]'''<b />
* '''[https://www.vintagestory.at/blog.html/news/the-seasons-update-stable-v1130-r256/ The Seasons Update]'''<b />
* '''[https://www.vintagestory.at/blog.html/news/the-stormy-weathers-update-v1120-v1121-r231/ The Stormy Weathers Update]'''<b />
* '''[https://www.vintagestory.at/blog.html/news/the-game-challenge-update-stable-v1110-r220/ The Game Challenge Update]'''<b />
* ''[https://www.vintagestory.at/blog.html/news/ See all updates here]''
|-
! About the Wiki
|-
|style="text-align: left;|
* '''[[Vintage_Story_Wiki:Guidelines|Guidelines]]'''
* '''[[Vintage_Story_Wiki:Incomplete_Pages|Incomplete Pages]]'''
* '''[[Vintage_Story_Wiki:How_to_translate_the_wiki|Translations]]'''
|-
! Statistics
|-
|
* '''Pages:''' {{NUMBEROFPAGES}}
 
* '''Users:''' {{NUMBERINGROUP:Confirmedusers}}
 
* '''Active Users:''' {{NUMBEROFACTIVEUSERS}}
|-
! Created by
|-
| [[File:Anegostudios.png|center|200px]]
|}
 
</div>
{| class="wikitable" style="background: transparent; width: 100%;"
! colspan=6 valign="top" width="100%" style="text-align: center;"| Useful Links
|-
| colspan=6 valign="center" width="100%" style="padding: 10px; text-align: center;"|
[[File:Discord_Link.png|280px|link=https://discord.com/invite/CkJjdrB]]
[[File:Forums.png|280px|link=https://www.vintagestory.at/forums/]]
[[File:Bug_Tracker.png|280px|link=https://github.com/anegostudios/VintageStory-Issues/issues]]
[[File:OST.png|280px|link=https://lophi.bandcamp.com/album/vintage-story-ost]]
|-
|}
</translate>
__NOTOC__
__NOEDITSECTION__

Revision as of 10:10, 2 October 2021

t