|
|
Line 1: |
Line 1: |
| {| 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 |
| |- | | |- |
| | colspan="4" |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 [[Modding:Getting Started|Getting Started]] modding page. The links below will take you to various landing pages for modding subjects. | | | 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 [[Modding:Getting Started|Getting Started]] modding page. The links below will take you to various landing pages for modding subjects. |
| |- | | |- |
| ! colspan="2" valign="top" style="text-align: center;" |Content Mods | | ! valign="top" style="text-align: center;" |Content Mods |
| ! colspan="2" valign="top" style="text-align: center;" |Code Mods | | !Code Mods |
| | !Other |
| |- | | |- |
| | valign="top" style="text-align: left;" | | | | valign="top" style="text-align: left;" | |
Line 12: |
Line 13: |
| * [[Modding:Basic Content Tutorials|Basic Tutorials]] | | * [[Modding:Basic Content Tutorials|Basic Tutorials]] |
| * [[Modding:Intermediate Content Tutorials|Intermediate Tutorials]] | | * [[Modding:Intermediate Content Tutorials|Intermediate Tutorials]] |
| | valign="top" style="text-align: left;" |
| |
| * [[Modding:Advanced Content Tutorials|Advanced Tutorials]] | | * [[Modding:Advanced Content Tutorials|Advanced Tutorials]] |
| * [[Modding:Other Content Tutorials|Other Tutorials]] | | * [[Modding:Other Content Tutorials|Other Tutorials]] |
| * [[Modding:Content Mod Concepts|Content Mod Concepts]] | | * [[Modding:Content Mod Concepts|Content Mod Concepts]] |
| | valign="top" style="text-align: left;" | | | | valign="top" style="text-align: left;" | |
| | valign="top" style="text-align: left;" |
| | * |
| |-
| | | |
| ! 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;" |
| |
| | |
| *{{ll|Modding:Setting up your Development Environment|Setting up your Dev. Environment}}
| |
| *[https://github.com/anegostudios/vsmodexamples Mod Samples]
| |
| *{{ll|Modding:Programming Languages|Learning the Programming Languages}}
| |
| | valign="top" style="text-align: left;" |
| |
| | |
| *{{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;" | | |
| | |
| *{{ll|Modding:Commands|nsp=1}}
| |
| *{{ll|Modding:WorldGen API|nsp=1}}
| |
| *{{ll|Modding:WorldGen Concept|nsp=1}}
| |
| *{{ll|Modding:Network API|nsp=1}}
| |
| *{{ll|Modding:Simple Particles|Particles}}
| |
| *{{ll|Modding:TreeAttribute|nsp=1}}
| |
| *{{ll|Modding:World Access|nsp=1}}
| |
| | valign="top" style="text-align: left;" |
| |
| | |
| *{{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}}
| |
| |- | | |- |
| |} | | |} |