Difference between revisions of "EquipmentEditor"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
(Created page with "==Preview Video== <youtube>KNeHDPKIlTc</youtube> ==How To Add To Mod== *Download the EquipmentEditor.zip file *Unpack the contents and copy the equipment_editor fold over to y...")
 
(How To Add To Mod)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Preview Video==
 
<youtube>KNeHDPKIlTc</youtube>
 
 
==How To Add To Mod==
 
==How To Add To Mod==
 
*Download the EquipmentEditor.zip file
 
*Download the EquipmentEditor.zip file
*Unpack the contents and copy the equipment_editor fold over to your mods/yourmodname/scripts direcotry.
+
*Unpack the contents and copy the equipment_editor folder over to your mods/yourmodname/scripts direcotry.
 
*open or create a mod file for your mods/yourmodname/scripts/scriptcommands.lua
 
*open or create a mod file for your mods/yourmodname/scripts/scriptcommands.lua
 
*at the end of the file, add 'require 'equipment_editor.scriptcommands'
 
*at the end of the file, add 'require 'equipment_editor.scriptcommands'
 
*start up your standalone and type /edititem
 
*start up your standalone and type /edititem
 
*enjoy
 
*enjoy
 +
 
==Where to Get the Mod==
 
==Where to Get the Mod==
*Right Here []
+
*Right Here [[Media:Equipment_editor.zip]]

Latest revision as of 11:23, 18 January 2022

How To Add To Mod

  • Download the EquipmentEditor.zip file
  • Unpack the contents and copy the equipment_editor folder over to your mods/yourmodname/scripts direcotry.
  • open or create a mod file for your mods/yourmodname/scripts/scriptcommands.lua
  • at the end of the file, add 'require 'equipment_editor.scriptcommands'
  • start up your standalone and type /edititem
  • enjoy

Where to Get the Mod