Skyrim Special Edition

To create custom icon replacers for special items(for example, the call horse ability, lantern equipment, or legendary weapons like dawnbreaker):

1. Navigate to Wheeler/resources/icons_custom folder
2. Put the .svg file you wish to replace in there.
3. Rename the .svg file to one of the following formats:
 - if you wish to make all items with specified keyword using that .svg, name the file KWD_keywordYouWant.svg. For example, if I want all items with keyword claw to use the .svg file, rename it to KWD_WeapTypeClaw.svg.
 - if you wish to make a specific item using that .svg, name the file FID_pluginName.esp_formID.svg For example, if I want a lantern equipment with formID 0xd63 in QwibLantern.esp to have that special lantern icon, rename the file FID_QwibLantern.esp_0XD63.svg

Replacement based on formID takes priority over replacement based on Keyword. For example, if you’ve made replacement for all rapier weapons using KWD_WeaponTypeRapier.svg and have a FID_legendaryWeapon.esp_0x123.svg, the FIS_legendaryWeapon svg file will show up even though they both match.

Make sure all .svg files have 512 * 512 size. If not, they won't display in game correctly.

Article information

Added on

Edited on

Written by

dTry

1 comment

  1. borokoshow
    borokoshow
    • premium
    • 18 kudos
    --