• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Icon Path

Status
Not open for further replies.
Last edited by a moderator:
For a standard enabled button:
ReplaceableTextures\CommandButtons\BTN<NAME_OF_ICON>.blp

For a standard disabled button:
ReplaceableTextures\CommandButtonsDisabled\DISBTN<NAME_OF_ICON>.blp

For a standard passive button (enabled):
ReplaceableTextures\CommandButtons\PASBTN<NAME_OF_ICON>.blp

(there are other paths for different icons, such as autocast or scorescreen, but I've excluded them)

For example, if you have an icon that is named "SomeIcon.blp", and you have one enabled and disabled version, you would import them with the paths:
ReplaceableTextures\CommandButtons\BTNSomeIcon.blp
ReplaceableTextures\CommandButtonsDisabled\DISBTNSomeIcon.blp
 
Status
Not open for further replies.
Top