• 🏆 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!

[Solved] import problemes

Status
Not open for further replies.
Level 11
Joined
Nov 13, 2010
Messages
211
hey i have import a icon to a unit iam making and ofc i custom from war3mapImported\name to name and edit the unit icon game interface to name of the fil.blp but it keep gos green and yes i have import btn and disbtn of the icon so how can i fix that :vw_wtf:
 
Level 25
Joined
Sep 26, 2009
Messages
2,381
The problem is in your path.

For BTN<icon_name>.blp the path has to be:
ReplaceableTextures\CommandButtons\BTN<icon_name>.blp

For the disabled version - the DISBNT<icon_name>.blp the path has to be:
ReplaceableTextures\CommandButtonsDisabled\BTN<icon_name>.blp


Example:
I have BTNDarkCommand.blp and DISBTNDarkCommand.blp icons, so the paths are
ReplaceableTextures\CommandButtons\BTNDarkCommand.blp
ReplaceableTextures\CommandButtonsDisabled\DISBTNDarkCommand.blp
 
Level 11
Joined
Nov 13, 2010
Messages
211
The problem is in your path.

For BTN<icon_name>.blp the path has to be:


For the disabled version - the DISBNT<icon_name>.blp the path has to be:



Example:
I have BTNDarkCommand.blp and DISBTNDarkCommand.blp icons, so the paths are
ReplaceableTextures\CommandButtons\BTNDarkCommand.blp
ReplaceableTextures\CommandButtonsDisabled\DISBTNDarkCommand.blp

thanks man it help..
 
Status
Not open for further replies.
Top