Difference between revisions of "Community Tutorial Videos"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
(Legends of Aria Unity Toolkit)
(Setting Up Toolkit Video)
 
Line 16: Line 16:
 
***WARNING: You will notice errors and warnings disregard these as the toolkit does not actually run a program (other then generic testing)
 
***WARNING: You will notice errors and warnings disregard these as the toolkit does not actually run a program (other then generic testing)
  
== Setting Up Toolkit Video==
+
== First Dungeon Setting Up The Toolkit In Unity==
 
<youtube>ANbStonztzI</youtube>
 
<youtube>ANbStonztzI</youtube>
  

Latest revision as of 14:39, 4 April 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)
    • PublicServer-1.4.17 - (the server version used in the video series)

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)

First Dungeon Setting Up The Toolkit In Unity

First Dungeon & Seed Objects Editor

First Dungeon & Dungeon Teleporters

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