• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

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: 39
  • ReplaceableTextures_CommandButtons_BTNgreen.blp
    6.5 KB · Views: 46
  • ReplaceableTextures_CommandButtonsDisabled_DISBTNgreen.blp
    6.5 KB · Views: 53
  • ReplaceableTextures_Infocards_infocard-green.blp
    6.5 KB · Views: 46
  • ReplaceableTextures_Infocards_infocard-neutral-green.blp
    6.5 KB · Views: 39
  • ReplaceableTextures_PassiveButtons_PASBTNgreen.blp
    6.5 KB · Views: 76
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