Community Tutorial Videos

From Legends of Aria Admin and Modding Wiki
Revision as of 02:01, 29 March 2022 by Gizmo (talk | contribs) (Scripting Basics)
Jump to: navigation, search

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.
      • WARNING: You will notice errors and warnings disregard these as the toolkit does not actually run a program (other then generic testing)

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. Coming Soon
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
Custom Monster This video goes over how to set up a custom monster. Watch Video