Difference between revisions of "Curriculum"
(→Basic Tutorials) |
(→Basic Tutorials) |
||
Line 8: | Line 8: | ||
(To be done) | (To be done) | ||
# Templates Structure | # Templates Structure | ||
− | # Modding Templates | + | Structure of a Template |
+ | ## Modding Templates | ||
+ | |||
# Scripting: | # Scripting: | ||
##Basic attachable scripts | ##Basic attachable scripts |
Revision as of 12:12, 1 November 2016
Contents
Idea
The curriculum is a page in development started by me, Yorlik, with the hope we can use it as an index for learning which points to different pages or specially created lessons to help new modders get into coding for Shards Online ASAP.
Basic Lua Knowledge
Basic Tutorials
(To be done)
- Templates Structure
Structure of a Template
- Modding Templates
- Scripting:
- Basic attachable scripts
- How to mod an existing script
- Moding functions
- Moding event handlers
Shards Online Architecture
We have a category for everything concerning the SO architecture: Category:Architecture
Shards Online Engine API Overview
We have a category for everything concerning the SO architecture: Category:Engine API