Difference between revisions of "Main Page"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
(Getting Started)
(Lua)
Line 41: Line 41:
 
|-
 
|-
 
| [[Lua Script Engine]]
 
| [[Lua Script Engine]]
 +
|-
 +
| [[Tips for mod coders]]
 
|-
 
|-
 
| [https://legendsofaria.com/lN2rwhz4jSVambqesEBZ/lua-reference/ Legends of Aria Lua Reference]
 
| [https://legendsofaria.com/lN2rwhz4jSVambqesEBZ/lua-reference/ Legends of Aria Lua Reference]

Revision as of 09:24, 12 September 2018

Getting Started

Concepts

  • Region: It is a map (e.g. a Dungeon) or part of map (e.g. an area of Celador, like Upper Plains).
  • Standalone server: Server that can only serve 1 region at a time, thus cannot serve all of Celador at the same time. A new region can however replace the current one by a player with the appropriate administration rights.
  • Cluster: A multi-region server that can service all of Celador. A request needs to be made to Citadel Studio for enabling that feature on the server.

ChangeLog

Updated Modding Guide

Official Tutorial Videos

Introduction to Web Launcher

Web Launcher FAQ

Server Admins Modding References
Installation Instructions Alpha Notes Visual Texture Atlas Reference
Updating Folder Structure Text Textures Reference
Troubleshooting Engine Overview DynamicWindow Types Reference
God Commands Sublime Text Mobile Variations Reference
Cluster Administration Modders Handbook Legends of Aria Lua Reference
Admin Handbook Custom Assets

Lua

Learn to Lua
Lua Script Engine
Tips for mod coders
Legends of Aria Lua Reference
Client Side Localization Table
Client Hue Table
Grid Spawner Maps

Server Advanced

Access Levels
Container
Server Plugins

Code Base

Stuff built on and included with the Lua Script Engine

Systems

The combat system (Stub - CS pls fill in )
Dialog System (Stub - CS pls fill in )
Events and EventHandlers
Quest System
Dynamic Windows
Sound List
ObjVar List
Conflict System
Karma System

Categories

Resources          Category holding various supportive materials and articles
Systems Category holding various articles about systems, like Ui, Quests, etc...

Community Projects

Feel free to add your mod projects that you wish to share with the community!

The Curriculum

Curriculum
I started the Curriculum page as an ongoing project to develop a sort of course for new modders. Please use the curriculums discussions page to add questions or tutorial requests. ~Yorlik

Gizmos Community Projects

Omen Mod - Legacy

This is the home of Gizmos Community Projects. Contains projects I am working on for the community to use.Please use the Community Discussion to post thoughts or ideas or tutorial requests.
  • OMEN MOD IS CURRENTLY BEING REPLACED BY PROJECT PHOENIX

Project Phoenix

Project Phoenix

DjOli's Module Manager

The Module Manager is a tool designed to promote collaboration between community servers by providing a common interface for modding, and subsequently allowing drop in mods to anyone using the module manager. Please keep in mind that it is a work in progress and is always being improved as needed. If you run into issues or require certain features, let me know! As we're still under NDA, if you don't yet have access to the project, contact me on Discord (DjOli #4339).

Glossary

Glossary