Main Page/hr: Difference between revisions

From Vintage Story Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Tags: Mobile edit Mobile web edit
 
(8 intermediate revisions by the same user not shown)
Line 45: Line 45:
* [https://www.vintagestory.at/blog.html/news/fruit-tree-fix-v1165-r321/ ''...and many more!'']
* [https://www.vintagestory.at/blog.html/news/fruit-tree-fix-v1165-r321/ ''...and many more!'']
</div>
</div>
{{Date|2024|01|17}}
{{Date|2024|05|17}}
<!-- Unstable version commented out again
|-
|-
! valign="top" style="text-align: center;" |<span lang="en" dir="ltr" class="mw-content-ltr">Latest unstable version</span>
! valign="top" style="text-align: center;" |<span lang="en" dir="ltr" class="mw-content-ltr">Latest unstable version</span>
|-
|-
| valign="top" style="text-align: center;" |<span style="align:center;"> <div lang="en" dir="ltr" class="mw-content-ltr">
| valign="top" style="text-align: center;" |<span style="align:center;"> <div lang="en" dir="ltr" class="mw-content-ltr">
<big>[https://www.vintagestory.at/blog.html/news/v1190-rc6-dejank-redux-r372/ Version 1.19.0-rc.6]</big>
<big>[https://www.vintagestory.at/blog.html/news/v1195-rc23-yabatp-2-r382/ Version 1.19.5-rc.3]</big>
Dejank Redux<br />
Yet Another Bugfixing And Tuning Patch<br />
</div>
</div>
{{Date|2024|01|06}}
{{Date|2024|03|19}}  
Remove comment when the 1.20 unstables start rolling out-->
|-
|-
! valign="top" style="text-align: center;" |<span lang="en" dir="ltr" class="mw-content-ltr">Most recent updates</span>
! valign="top" style="text-align: center;" |<span lang="en" dir="ltr" class="mw-content-ltr">Most recent updates</span>
Line 59: Line 61:
|
|
<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
==== [https://www.vintagestory.at/blog.html/news/v1190-rc6-dejank-redux-r372/ v1.19.0-rc.6 Dejank Redux] ====
==== [https://www.vintagestory.at/blog.html/news/v1190-rc78-dejank-redux-r373/ v1.19.0-rc.8 Dejank Redux] ====
* Bug fixes
* Bug fixes
* Tweaks
* Tweaks
Line 279: Line 281:
|}
|}
</div>
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
{| class="wikitable frontmodding" style="margin-top: 40px; background: transparent; table-layout:fixed;"
{| class="wikitable frontmodding" style="margin-top: 40px; background: transparent; table-layout:fixed;"
! colspan="4" valign="top" style="text-align: center;" |Modding the Game
! colspan="3" valign="top" style="text-align: center;" |<span lang="en" dir="ltr" class="mw-content-ltr">Modding the Game</span>
|-
|-
! valign="top" style="text-align: center;" |Modding Basics
| colspan="3" |<span lang="en" dir="ltr" class="mw-content-ltr">Vintage Story is created in a way that allows anyone to add their own content to the game. For more information and where to begin, visit the {{ll|Modding:Getting Started|Getting Started|nsp=0}} modding page. The links below will take you to various landing pages for modding subjects.</span>
! valign="top" style="text-align: center;" |Going Further
! valign="top" style="text-align: center;" |Block and Item Assets
! valign="top" style="text-align: center;" |Entity and World Assets
|-
|-
| valign="top" style="text-align: left;" |
! valign="top" style="text-align: center;" |<span lang="en" dir="ltr" class="mw-content-ltr">Content Mods</span>  
</div>
!<span lang="en" dir="ltr" class="mw-content-ltr">Code Mods</span>
 
!<span lang="en" dir="ltr" class="mw-content-ltr">Other</span>
<div lang="en" dir="ltr" class="mw-content-ltr">
*{{ll|Modding:Getting_Started|Getting Started}}
*{{ll|Modding:Asset System|Asset System}}
*{{ll|Modding:Basic Modding Examples|Mod Samples}}
*{{ll|Modding:VS Model Creator|Model Creator}}
*{{ll|Modding:Textures|Textures}}
*{{ll|Modding:Creating Recipes|Grid Crafting Recipes}}
| valign="top" style="text-align: left;" |
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
*{{ll|Modding:Modding Efficiently|Modding Efficiently}}
*{{ll|VTML}}
*{{ll|Modding:Mod Packaging|Packaging}}
*[https://mods.vintagestory.at/ Mod Database]
*{{ll|Modding:JSON Patching|JSON Patching}}
*{{ll|Modding:The Remapper|The Remapper}}
*{{ll|Modding:Mod-Engine Compatibility|Mod-Engine Compatibility}}
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
| valign="top" style="text-align: left;" |
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
*{{ll|Modding:Basic Block|Basic blocks}} ({{ll|Basic Block#Custom Shapes|Custom Shapes}})
*{{ll|Modding:Block Json Properties|Block property overview}}
*{{ll|Modding:Basic Item|Basic item}}
*{{ll|Modding:Item Json Properties|Item property overview}}
| valign="top" style="text-align: left;" |
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
*{{ll|Modding:Basic Entity|Basic entity}}
*{{ll|Modding:Entity Json Properties|Entity property overview}}
*{{ll|Modding:WorldGen Configuration|WorldGen modding}}
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
|-
|-
! valign="top" style="text-align: center;" |Programming Basics
! valign="top" style="text-align: center;" |Game Objects
! colspan="2;" valign="top" style="text-align: center;" |API
|-
| valign="top" style="text-align: left;" |
</div>
<div class="mw-translate-fuzzy">
*[[Modding:Setting up your Development Environment|Setting up your Dev. Environment]]
*[https://github.com/anegostudios/vsmodexamples Mod Samples]
*[[Modding:Programming Languages|Learning the Programming Languages]]
| valign="top" style="text-align: left;"|
*[[Modding:Block_System|The VS Block Systems]]
*[[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]]
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
*{{ll|Modding:Block_System|The VS Block Systems}}
*{{ll|Modding:Advanced Blocks|Block Class}}
*{{ll|Modding:Block Entity|Block Entity}}
*{{ll|Modding:Adding Block Behavior|Block Behavior}}
*{{ll|Modding:Advanced Items|Item Class}}
*{{ll|Modding:Block and Item Interactions|Block and Item interactions}}
| valign="top" style="text-align: left;" |
| valign="top" style="text-align: left;" |
</div>
* {{ll|Modding:Content Mods|Content Mods|nsp=0}}
 
* {{ll|Modding:Developing a Content Mod|Developing a Content Mod|nsp=0}}
<div lang="en" dir="ltr" class="mw-content-ltr">
* {{ll|Modding:Basic Content Tutorials|Basic Content Tutorials|nsp=0}}
*{{ll|Modding:Commands|nsp=1}}
* {{ll|Modding:Intermediate Content Tutorials|Intermediate Content Tutorials|nsp=0}}
*{{ll|Modding:WorldGen API|nsp=1}}
* {{ll|Modding:Advanced Content Tutorials|Advanced Content Tutorials|nsp=0}}
*{{ll|Modding:WorldGen Concept|nsp=1}}
* {{ll|Modding:Other Content Tutorials|Other Content Tutorials|nsp=0}}
*{{ll|Modding:Network API|nsp=1}}
* {{ll|Modding:Content Mod Concepts|Content Mod Concepts|nsp=0}}
*{{ll|Modding:Simple Particles|Particles}}
*{{ll|Modding:TreeAttribute|nsp=1}}
*{{ll|Modding:World Access|nsp=1}}
| valign="top" style="text-align: left;" |
| valign="top" style="text-align: left;" |
</div>
*{{ll|Modding:Code Mods|Code Mods|nsp=0}}
 
*{{ll|Modding:Preparing For Code Mods|Preparing For Code Mods|nsp=0}}
<div lang="en" dir="ltr" class="mw-content-ltr">
*{{ll|Modding:Creating A Code Mod|Creating A Code Mod|nsp=0}}
*{{ll|Modding:Basic Inventory Handling|Basic Inventory Handling}}
*{{ll|Modding:Basic Code Tutorials|Basic Code Tutorials|nsp=0}}
*{{ll|Modding:Rendering API|Shaders and Renderers}}
*{{ll|Modding:Intermediate Code Tutorials|Intermediate Code Tutorials|nsp=0}}
*{{ll|Modding:GUIs|Graphical User Interfaces}}
*{{ll|Modding:Advanced Code Tutorials|Advanced Code Tutorials|nsp=0}}
*{{ll|Modding:SaveGame Data Storage|SaveGame Data Storage}}
*{{ll|Modding:Other Code Tutorials|Other Code Tutorials|nsp=0}}
*{{ll|Modding:Chunk Data Storage|Chunk Data Storage}}
*{{ll|Modding:Code Mod Concepts|Code Mod Concepts|nsp=0}}
*{{ll|Modding:Moddable Mod|Moddable Mod}}
|
|-
* {{ll|Modding:Community Resources|Community Resources|nsp=0}}
* {{ll|Modding:Modding API Updates|Modding API Updates|nsp=0}}
* [https://apidocs.vintagestory.at/index.html API Documentation]
* [https://github.com/anegostudios/vsmodexamples Official Example Mods]
* [https://github.com/anegostudios/vsapi VS API (GitHub)]
* [https://github.com/anegostudios/vsessentialsmod VS Essentials Mod (GitHub)]
* [https://github.com/anegostudios/vssurvivalmod VS Survival Mod (GitHub)]
* [https://github.com/anegostudios/vscreativemod VS Creative Mod (GitHub)]
|}
|}
</div>
{| class="wikitable" style="background: transparent; width: 100%;"
{| class="wikitable" style="background: transparent; width: 100%;"
! colspan=6 valign="top" width="100%" style="text-align: center;"| Community Links
! colspan=6 valign="top" width="100%" style="text-align: center;"| Community Links

Latest revision as of 10:59, 26 May 2024

Sapling-birch.png

Disclaimer: Incomplete
This wiki is run by volunteers, and as such is lacking in various areas and not always up-to-date. We'd much appreciate contributors - request wiki edit access on the Discord.

Gamelogo-vintagestory.png

Dobrodošli u Vintage Story Wiki, bazu znanja zajednice za Vintage Story.

Vintage Story je beskompromisna sandbox survival igrica inspirirana lovecraftovskim horor temama. Nađite se u uništenom svijetu kojeg je obuzela priroda i privremene jezive oluje. Doživite ponovni razvoj ljudske civilizacije ili krenite vlastitim putem. Trenutno je u razvoju i dostopno je za early access kupnju.

Trenutno imamo 2.140 artikala. Ako ste modder koji source, slobodno se uputite na Vintage GitHub.

Game Update News
Hot springs released in 1.18.0
Latest stable version
Game Update News
1.16.4-theme-pic-forum.jpg
Latest Update

Fruit tree fix (v1.16.5)

  • Only bugfixes in this release.
  • Fixed: Should fix some fruit trees never fruiting
  • Fixed: Game crashing when it cannot log to file
  • Fixed: Infinite liquid drinking dupe bug
  • ...and many more!

Most recent updates

v1.19.0-rc.8 Dejank Redux

  • Bug fixes
  • Tweaks

Stable Idle Server RAM Saver

  • Game servers can now be launched in standby mode
  • Added new world config to define the despawn time of items dropped on death
  • Bug fixes
  • Tweaks
Version History
Modding the Game
Vintage Story is created in a way that allows anyone to add their own content to the game. For more information and where to begin, visit the Getting Started modding page. The links below will take you to various landing pages for modding subjects.
Content Mods Code Mods Other
Community Links

Discord Link.png Forums.png Banner Modb.png

Important links for editors