Difference between revisions of "Community Tutorial Videos"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
(Scripting Basics)
Line 21: Line 21:
 
|-
 
|-
 
| Setting up a Mod || This video goes over how to set up your mod folder structure. || [http://www.google.com Watch Video]  
 
| Setting up a Mod || This video goes over how to set up your mod folder structure. || [http://www.google.com Watch Video]  
 +
|-
 +
| More Skill Points || This video goes over how to increase the skill cap. || [http://www.google.com Watch Video]
 +
|-
 +
| Elite Halberd || This video goes over how to create a generic new weapon. || [http://www.google.com Watch Video]
 +
|-
 +
| Changing Weapon Abilities || This video goes over how to change the weapon abilities on a weapon. || [http://www.google.com Watch Video]
 +
|-
 +
| Changing Spells || This video goes over how to change a spell. || [http://www.google.com Watch Video]
 +
|-
 +
| Spell Healing || This video goes over how to change how healing spells work. || [http://www.google.com Watch Video]
 +
|-
 +
| Modify Weapon Ability || This video goes over how to change how a weapon ability functions. || [http://www.google.com Watch Video]
 +
|-
 +
| Loot Tables || This video goes over how to set up your mod folder structure. || [http://www.google.com Watch Video]
 
|-
 
|-
 
|}
 
|}

Revision as of 01:46, 29 March 2022

Legends of Aria Unity Toolkit

  • Things you need in order to start building custom maps, bring in custom objects, custom images amongst other tools. In order to get started you will need to get the following files
    • Unity version 2020.1.17f1 - (the version needed for the toolkit)
    • LOAToolkit-Unity-2020.1.14 - (the toolkit which contains all the assets and world building tools)

How to setup your unity development environment

  • Create a new 3D project in unity.
  • Click the Assets menu, select import packages.
  • In the file open window, navigate to your LOAToolkit-Unity-2020.1.14 file and select it.
    • This process may take a moment depending on your PC.
  • When the dialog window pops up and asks if you want to import, select import.
    • This process may take a moment depending on your PC.
  • When its done, you should now see a menu item called LoA Toolkit
    • Congrats you now have access to the toolkit.

Scripting Basics

  • Below is a series going over various ways to mod the game.
Video Name Description Link
Setting up a Mod This video goes over how to set up your mod folder structure. Watch Video
More Skill Points This video goes over how to increase the skill cap. Watch Video
Elite Halberd This video goes over how to create a generic new weapon. Watch Video
Changing Weapon Abilities This video goes over how to change the weapon abilities on a weapon. Watch Video
Changing Spells This video goes over how to change a spell. Watch Video
Spell Healing This video goes over how to change how healing spells work. Watch Video
Modify Weapon Ability This video goes over how to change how a weapon ability functions. Watch Video
Loot Tables This video goes over how to set up your mod folder structure. Watch Video