Main Page/en: Difference between revisions

From Vintage Story Wiki
Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(4 intermediate revisions by the same user not shown)
Line 25: Line 25:
|-
|-
| valign="top" style="text-align: center;" |
| valign="top" style="text-align: center;" |
<big>[https://www.vintagestory.at/blog.html/news/v1194-stableified-glue-r380/ Version 1.19.4] </big><br />
<big>[https://www.vintagestory.at/blog.html/news/v1198-dot-the-is-and-cross-the-ts-r386/ Version 1.19.8] </big><br />
Stableified glue!<br />
Dot the i's and cross the t's<br />
{{Date|2024|02|28}}
{{Date|2024|05|17}}
 
<!-- Unstable version commented out again
|-
|-
! valign="top" style="text-align: center;" |Latest unstable version
! valign="top" style="text-align: center;" |Latest unstable version
|-
|-
| valign="top" style="text-align: center;" |<span style="align:center;"> <big>[https://www.vintagestory.at/blog.html/news/v1195-rc1-yabatp-r381/ Version 1.19.5-rc.1]</big>
| valign="top" style="text-align: center;" |<span style="align:center;"> <big>[https://www.vintagestory.at/blog.html/news/v1195-rc23-yabatp-2-r382/ Version 1.19.5-rc.3]</big>
Yet Another Bugfixing And Tuning Patch<br />
Yet Another Bugfixing And Tuning Patch<br />
{{Date|2024|03|06}}  
{{Date|2024|03|19}}  
 
Remove comment when the 1.20 unstables start rolling out-->
|-
|-
! valign="top" style="text-align: center;" |Most recent updates
! valign="top" style="text-align: center;" |Most recent updates
Line 162: Line 162:
|}
|}
{| 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;" |Modding the Game
|-
|-
! valign="top" style="text-align: center;" |Modding Basics
| colspan="3" |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.
! 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;" |Content Mods
 
!Code Mods
*{{ll|Modding:Getting_Started|Getting Started}}
!Other
*{{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;" |
 
*{{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}}
 
| valign="top" style="text-align: left;" |
 
*{{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;" |
 
*{{ll|Modding:Basic Entity|Basic entity}}
*{{ll|Modding:Entity Json Properties|Entity property overview}}
*{{ll|Modding:WorldGen Configuration|WorldGen modding}}
 
|-
! 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;" |
| valign="top" style="text-align: left;" |
 
* {{ll|Modding:Content Mods|Content Mods|nsp=0}}
*{{ll|Modding:Setting up your Development Environment|Setting up your Dev. Environment}}
* {{ll|Modding:Developing a Content Mod|Developing a Content Mod|nsp=0}}
*[https://github.com/anegostudios/vsmodexamples Mod Samples]
* {{ll|Modding:Basic Content Tutorials|Basic Content Tutorials|nsp=0}}
*{{ll|Modding:Programming Languages|Learning the Programming Languages}}
* {{ll|Modding:Intermediate Content Tutorials|Intermediate Content Tutorials|nsp=0}}
* {{ll|Modding:Advanced Content Tutorials|Advanced Content Tutorials|nsp=0}}
* {{ll|Modding:Other Content Tutorials|Other Content Tutorials|nsp=0}}
* {{ll|Modding:Content Mod Concepts|Content Mod Concepts|nsp=0}}
| valign="top" style="text-align: left;" |
| valign="top" style="text-align: left;" |
 
*{{ll|Modding:Code Mods|Code Mods|nsp=0}}
*{{ll|Modding:Block_System|The VS Block Systems}}
*{{ll|Modding:Preparing For Code Mods|Preparing For Code Mods|nsp=0}}
*{{ll|Modding:Advanced Blocks|Block Class}}
*{{ll|Modding:Creating A Code Mod|Creating A Code Mod|nsp=0}}
*{{ll|Modding:Block Entity|Block Entity}}
*{{ll|Modding:Basic Code Tutorials|Basic Code Tutorials|nsp=0}}
*{{ll|Modding:Adding Block Behavior|Block Behavior}}
*{{ll|Modding:Intermediate Code Tutorials|Intermediate Code Tutorials|nsp=0}}
*{{ll|Modding:Advanced Items|Item Class}}
*{{ll|Modding:Advanced Code Tutorials|Advanced Code Tutorials|nsp=0}}
*{{ll|Modding:Block and Item Interactions|Block and Item interactions}}
*{{ll|Modding:Other Code Tutorials|Other Code Tutorials|nsp=0}}
| valign="top" style="text-align: left;" |
*{{ll|Modding:Code Mod Concepts|Code Mod Concepts|nsp=0}}
 
|
*{{ll|Modding:Commands|nsp=1}}
* {{ll|Modding:Community Resources|Community Resources|nsp=0}}
*{{ll|Modding:WorldGen API|nsp=1}}
* {{ll|Modding:Modding API Updates|Modding API Updates|nsp=0}}
*{{ll|Modding:WorldGen Concept|nsp=1}}
* [https://apidocs.vintagestory.at/index.html API Documentation]
*{{ll|Modding:Network API|nsp=1}}
* [https://github.com/anegostudios/vsmodexamples Official Example Mods]
*{{ll|Modding:Simple Particles|Particles}}
* [https://github.com/anegostudios/vsapi VS API (GitHub)]
*{{ll|Modding:TreeAttribute|nsp=1}}
* [https://github.com/anegostudios/vsessentialsmod VS Essentials Mod (GitHub)]
*{{ll|Modding:World Access|nsp=1}}
* [https://github.com/anegostudios/vssurvivalmod VS Survival Mod (GitHub)]
| valign="top" style="text-align: left;" |
* [https://github.com/anegostudios/vscreativemod VS Creative Mod (GitHub)]
 
*{{ll|Modding:Basic Inventory Handling|Basic Inventory Handling}}
*{{ll|Modding:Rendering API|Shaders and Renderers}}
*{{ll|Modding:GUIs|Graphical User Interfaces}}
*{{ll|Modding:SaveGame Data Storage|SaveGame Data Storage}}
*{{ll|Modding:Chunk Data Storage|Chunk Data Storage}}
*{{ll|Modding:Moddable Mod|Moddable Mod}}
|-
|}
|}
{| class="wikitable" style="background: transparent; width: 100%;"
{| class="wikitable" style="background: transparent; width: 100%;"
43,417

edits