Difference between revisions of "NDCommunityContentPackHavestableElementals"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<p style="width:60%;margin: 0 auto">[[NewDawnHome|[Main]]][[NDCustomCommunityContentPacks|[Content Packs]]]</p>
 
<p style="width:60%;margin: 0 auto">[[NewDawnHome|[Main]]][[NDCustomCommunityContentPacks|[Content Packs]]]</p>
<p style="color: #DDDD88;font-size: 24px;width:60%;margin: 0 auto">Testing Tool</p>
+
<p style="color: #DDDD88;font-size: 24px;width:60%;margin: 0 auto">Harvestable Elementals</p>
<p style="width: 60%;margin: 0 auto">This script is easy to attach to any item. Use the /info command on any item. Attach this module to it in the Info UI window. This script upon being attached will add 3 contenxt (right click) options to the item you targeted.</p>
+
<p style="width: 60%;margin: 0 auto">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. Join me in the video below as I cover the file structure, code and a simple walk through of how to use the equipment editor</p>
 +
<p style="color: #DDDD88;font-size: 20px;width:60%;margin: 0 auto">Download & Installation</p>
 
<div style="width: 60%;margin: 0 auto">
 
<div style="width: 60%;margin: 0 auto">
General Information
+
Download
 
*this script package was uploaded during Point Release 8, December 2019.
 
*this script package was uploaded during Point Release 8, December 2019.
 
*thank you for trying my equipment editor tool.
 
*thank you for trying my equipment editor tool.
 +
*download link [[NDCommunityToolsEquipmentEditorUpdateLog |Download Here]].
 +
Install
 +
*read the readme.txt file that comes with the equipment editor.
 +
*reminder this overrides the script file script_commands, all other files are unique and should not cause any issues.
 +
 
</div>
 
</div>
 +
<p style="color: #DDDD88;font-size: 20px;width:60%;margin: 0 auto">How To Use</p>
 
<div style="width: 60%;margin: 0 auto">
 
<div style="width: 60%;margin: 0 auto">
How to Use
+
*1) Install the equipment editor mod.
* Open Window - this is used to open the ShowTestWindow() function
 
* Reload Modules - this will reload the test_scripting.lua file
 
* Test Function - this will run any code put in the TestCode Function
 
  
<p style="width:60%;margin: 0 auto">[[NewDawnHome|[Main]]][[NDCustomCommunityTools|[Community Tools]]]</p>
+
Helpful Tips
 +
* Next to the hue and color text fields, you will see a color picker button. You can use this to set quick preset hue/color combinations.
 +
 
 +
</div>
 +
<p style="width:60%;margin: 0 auto">[[NewDawnHome|[Main]]][[NDCustomCommunityContentPacks|[Content Packs]]]</p>

Latest revision as of 07:06, 31 January 2020

[Main][Content Packs]

Harvestable Elementals

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. Join me in the video below as I cover the file structure, code and a simple walk through of how to use the equipment editor

Download & Installation

Download

  • this script package was uploaded during Point Release 8, December 2019.
  • thank you for trying my equipment editor tool.
  • download link Download Here.

Install

  • read the readme.txt file that comes with the equipment editor.
  • reminder this overrides the script file script_commands, all other files are unique and should not cause any issues.

How To Use

  • 1) Install the equipment editor mod.

Helpful Tips

  • Next to the hue and color text fields, you will see a color picker button. You can use this to set quick preset hue/color combinations.

[Main][Content Packs]