• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Green Icon Fix

Status
Not open for further replies.
Level 18
Joined
Jan 24, 2006
Messages
1,938
Green Icon Problem
Occaisonally when using custom icons a flouro green square will appear instead of your icon, this green icon is what Warcraft III shows when it can't find the icon. Often you will get a green default icon when Warcraft III attempts to show the disabled version of an icon you've imported and cannot find it, this could be because you haven't imported a disabled version of the icon or simply because your icons aren't named correctly.

Solution
The problem should be solved if you import both a enabled and a disabled version of the icon (Or two copies of the enabled icon (One named as a the disabled version should be) if you don't have a disabled version), and if both of them are correctly named.
The enabled version of the icon should be named:
Code:
ReplaceableTextures\CommandButtons\BTN[COLOR="Red"]z[/COLOR].blp
The disabled version of the icon should be named:
Code:
ReplaceableTextures\CommandButtonsDisabled\DISBTN[COLOR="Red"]z[/COLOR].blp

Where 'z' is the name of your icon (z must be the same for both copies of the icon).


If something is difficult to understand or you have any questions, please post.

-*meow*
 
Last edited by a moderator:
Level 24
Joined
Jun 14, 2005
Messages
2,506
Ok well just checked, and it seams that this thread has been moved around quite a bit :)

Shados 20:15, 26th Oct 2006 Thread moved with redirect to 'Tutorials'.

To lazy to take screenshot again, but yep it says in the log that Shados moved this thread to tutorials.
 
Status
Not open for further replies.
Top