NDCommunityToolsEquipmentEditor

From Legends of Aria Admin and Modding Wiki
Revision as of 18:56, 12 December 2019 by Gizmo (talk | contribs)
Jump to: navigation, search

[Main][Community Tools]

Equipment Editor

The equipment editor allows you to easily modify equipment so you can do testing without the heavy mess of dealing with template file editing. It also has the ability to create the template file for you and put it directly into your mods/ModName/templates directory.

Download & Installation

Download

  • download link EquipmentEditor

Install

  • unzip the equipmenteditor file
  • copy the scripts folder to your scripts folder in your mod, if you are worried about conlicts this mod uses 2 folders called xml and editors in case you have these folders, but should be fine because my filenames are different(maybe)
  • if you do not have a mod file for your scripts/script_commands then just copy the script_commands.lua to your mods/modname/scripts folder. Other wise you will have to add my registered commands and functions to your modified script_commands file.
  • thats it