User:Nateonus: Difference between revisions

From Vintage Story Wiki
mNo edit summary
mNo edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<translate>
<!--T:1-->
just a tea-drinking english chap.
[[User:Nateonus/navbox/main]]
[[User:Nateonus/navbox/content]]
[[User:Nateonus/navbox/props]]
[[User:Nateonus/navbox/code]]
<!--T:3-->
{{BASEPAGENAME}}
[[User:Nateonus/Asset System]]
[[User:Nateonus/Main Page]]<br />
{{translatable|link=User:Nateonus}}
[[User:Nateonus/PageOutdated]]
{{PageOutdated}}
{{PageOutdated|lookat={{ll|User:Nateonus|my user page|nsp=0}}}}
{{SectionOutdated}}
{{SectionOutdated|lookat={{ll|User:Nateonus|my user page|nsp=0}}}}
<!--T:2-->
[[User:Nateonus/lltest]]
{{User:Nateonus/lltest|User:Nateonus|Nat's Page}}
{{User:Nateonus/lltest|User:Nateonus/navbox/main|Nat's Navbox}}
</translate>
{| 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 [[Modding:Getting Started|Getting Started]] 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}}
 
<!--T:164-->
| 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;" |
 
* [[Modding:Content Mods|Content Mods]]
*{{ll|Modding:Setting up your Development Environment|Setting up your Dev. Environment}}
* [[Modding:Developing a Content Mod|Developing a Content Mod]]
*[https://github.com/anegostudios/vsmodexamples Mod Samples]
* [[Modding:Basic Content Tutorials|Basic Content Tutorials]]
*{{ll|Modding:Programming Languages|Learning the Programming Languages}}
* [[Modding:Intermediate Content Tutorials|Intermediate Content Tutorials]]
| valign="top" style="text-align: left;" |
* [[Modding:Advanced Content Tutorials|Advanced Content Tutorials]]
 
* [[Modding:Other Content Tutorials|Other Content Tutorials]]
*{{ll|Modding:Block_System|The VS Block Systems}}
* [[Modding:Content Mod Concepts|Content Mod Concepts]]
*{{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;" |
| valign="top" style="text-align: left;" |
 
*[[Modding:Code Mods|Code Mods]]
*{{ll|Modding:Basic Inventory Handling|Basic Inventory Handling}}
*[[Modding:Preparing For Code Mods|Preparing For Code Mods]]
*{{ll|Modding:Rendering API|Shaders and Renderers}}
*[[Modding:Creating A Code Mod|Creating A Code Mod]]
*{{ll|Modding:GUIs|Graphical User Interfaces}}
*[[Modding:Basic Code Tutorials|Basic Code Tutorials]]
*{{ll|Modding:SaveGame Data Storage|SaveGame Data Storage}}
*[[Modding:Intermediate Code Tutorials|Intermediate Code Tutorials]]
*{{ll|Modding:Chunk Data Storage|Chunk Data Storage}}
*[[Modding:Advanced Code Tutorials|Advanced Code Tutorials]]
*{{ll|Modding:Moddable Mod|Moddable Mod}}
*[[Modding:Other Code Tutorials|Other Code Tutorials]]
|-
*[[Modding:Code Mod Concepts|Code Mod Concepts]]
|
* [[Modding:Community Resources|Community Resources]]
* [[Modding:Modding API Updates|Modding API Updates]]
* [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)]
|}
|}
{{User:Nateonus/navbox/content}}

Latest revision as of 12:08, 22 May 2024