Item & Skill Sort Priority
by Aloe Guvner Download Link
(Instructions: right-click the "Raw" button and click "Save Link As...")
Introduction
By default, the items/weapons/armors/skills are sorted by database ID number in menu windows, and there is no way to change this order from the editor.
This simple plugin allows the developer to use a notetag in the database in order to define a custom order for the items/weapons/armors/skills to appear.
From searching the forums, similar plugins have existed in the past, but all of the links are dead or outdated.
Instructions
The following notetag may be added to the notes on a database entry for items/weapons/armors/skills.
<Sort Priority: X>
X --> The sort priority for the item/weapon/armor/skill.
Example:
<Sort Priority: 2>
If a database entry does not contain this notetag, its sort priority is set to the ID# of the entry.
If a database entry has a defined sort priority that is the same as the ID# of an entry without a notetag, the entry with the notetag is prioritized.
Compatibility Issues
No known compatibility issues yet.
Bug reports can be posted on this thread and compatibility patches will be developed if reasonable.
Terms of Use
Free for use in both non-commercial and commercial projects.
You are free to edit this plugin as you see fit for your project.
If the edits can benefit the community as a whole, I request that they are also posted here so the edits can be incorporated into an official release.
Credits are required to: Aloe Guvner
Change Log
Version 1.00:
-Initial release with support for items, weapons, armors, and skills
Download Link
(Instructions: right-click the "Raw" button and click "Save Link As...")