Difference between revisions of "Curriculum"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
m
m
Line 3: Line 3:
  
 
== Basic Lua Knowledge ==
 
== Basic Lua Knowledge ==
 +
[[Learn_to_Lua]]
 +
 +
== Basic Tutorials ==
 +
(To be done)
 +
* Templates Structure
 +
* Modding Templates
 +
* Scripting:
 +
**Basic attachable scripts
 +
** How to mod an existing script
 +
### Moding functions
 +
### Moding event handlers
 +
  
 
== Shards Online Architecture ==
 
== Shards Online Architecture ==

Revision as of 12:08, 1 November 2016

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

Learn_to_Lua

Basic Tutorials

(To be done)

  • Templates Structure
  • Modding Templates
  • Scripting:
    • Basic attachable scripts
    • How to mod an existing script
      1. Moding functions
      2. 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

Basic Getter and Setter functions

Shards Online Standard Ruleset Overview