Modding:Basic Code Tutorials: Difference between revisions

From Vintage Story Wiki
mNo edit summary
mNo edit summary
 
Line 5: Line 5:
== Basic Tutorials ==
== Basic Tutorials ==
These tutorials are currently in progress!
These tutorials are currently in progress!
# [[Modding:Code Tutorial Essentials|Code Mod Essentials]] - This will give you an understanding of various code topics used within the tutorials. It will also give information on how to setup a project to use for the tutorials.
# {{ll|Modding:Code Tutorial Essentials|Code Mod Essentials|nsp=0}} - This will give you an understanding of various code topics used within the tutorials. It will also give information on how to setup a project to use for the tutorials.
# [[Modding:Code Tutorial Simple Block|Simple Block]] - This will show you how to create, register, and use a block class.
# {{ll|Modding:Code Tutorial Simple Block|Simple Block Class|nsp=0}} - This will show you how to create, register, and use a block class.
# [[Modding:Code Tutorial Simple Item|Simple Item]] - This will show you how to create, register, and use an item class.
# {{ll|Modding:Code Tutorial Simple Item|Simple Item Class|nsp=0}} - This will show you how to create, register, and use an item class.
# [[Modding:Content Tutorial Commands|Commands]] - This will show you how to create a server-side command to use in your game.<br />
# {{ll|Modding:Code Tutorial Simple Commands|Simple Commands|nsp=0}} - This will show you how to create a server-side command to use in your game.<br />


{{Navbox/codemodding}}
{{Navbox/codemodding}}