This script allows you to designate which icon sheet you want to draw your icon from. This allows you to organize your icons so that you don't need to load one large iconset just to draw one icon.
Separate your icons into separate files, then load them by name and index!
You can even specify different icon sizes for different sheets.
Download
Get it at Hime Works
The icon index utility I use in the example below can be found here
Usage
Installation
Place this script below Materials and above Main.
Setting up icon sheets
Place any custom icon sheets in your Graphics/System folder.
In the configuration below, add the filenames (without extensions) to the
`Icon_Sheets` hash and the width and height of the icons for those sheets.
You must also include the default icon sheet to use,
which is "Iconset"
Using custom icon sheets
Now that you have set up your icon sheets, you can begin using them.
In your database, note-tag objects with
<icon: name index>Where`name` is the exact filename of the icon sheet, without extensions
`index` is the index of the icon in the specified file.
For example, suppose I have the following icon sheet called "CustomIcons"
After looking up the icon index, I want to assign it to my Potion item
Now when I load up the game, I will see that my potion is using the custom icon
Separate your icons into separate files, then load them by name and index!
You can even specify different icon sizes for different sheets.
Download
Get it at Hime Works
The icon index utility I use in the example below can be found here
Usage
Installation
Place this script below Materials and above Main.
Setting up icon sheets
Place any custom icon sheets in your Graphics/System folder.
In the configuration below, add the filenames (without extensions) to the
`Icon_Sheets` hash and the width and height of the icons for those sheets.
You must also include the default icon sheet to use,
which is "Iconset"
Using custom icon sheets
Now that you have set up your icon sheets, you can begin using them.
In your database, note-tag objects with
<icon: name index>Where`name` is the exact filename of the icon sheet, without extensions
`index` is the index of the icon in the specified file.
For example, suppose I have the following icon sheet called "CustomIcons"
After looking up the icon index, I want to assign it to my Potion item
Now when I load up the game, I will see that my potion is using the custom icon
Last edited by a moderator:

