• 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.

Green Icon Path

Status
Not open for further replies.
Level 14
Joined
Jun 27, 2008
Messages
1,325
here i made you some green icons:
 

Attachments

  • ReplaceableTextures_AutocastButtons_BTNgreen.blp
    6.5 KB · Views: 34
  • ReplaceableTextures_CommandButtons_BTNgreen.blp
    6.5 KB · Views: 41
  • ReplaceableTextures_CommandButtonsDisabled_DISBTNgreen.blp
    6.5 KB · Views: 50
  • ReplaceableTextures_Infocards_infocard-green.blp
    6.5 KB · Views: 43
  • ReplaceableTextures_Infocards_infocard-neutral-green.blp
    6.5 KB · Views: 35
  • ReplaceableTextures_PassiveButtons_PASBTNgreen.blp
    6.5 KB · Views: 73
Level 14
Joined
Jun 27, 2008
Messages
1,325
oh i see.
Well normal buttons work like this:
You have the normal texture "BTNBlabla.blp" and the Disabled texture: "DISBTNBlabla.blp".
What you can do is:
Rename ALL you icons so they have the same name, for example "BTNIcon.blp" and move each of them in a separate folder (so you wont get a conflict of files with same name). Then you only have to provide one Disbtn texture "DISBTNIcon.blp" that will be used by all icons.

Code:
ReplaceableTextures\CommandButtons\Helmet\BTNIcon.blp
ReplaceableTextures\CommandButtons\Sword\BTNIcon.blp
ReplaceableTextures\CommandButtons\Fireball\BTNIcon.blp
ReplaceableTextures\CommandButtons\Potion\BTNIcon.blp
ReplaceableTextures\CommandButtonsDisabled\DISBTNIcon.blp
 
Status
Not open for further replies.
Top