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

HIVE

Tasyen
Tasyen
Cause the frames displaying that console Textures have no name, one can not use frame natives onto them. One imports an image which is only transparenczy, can be quite small and over writtes the ConsoleUITiles05 and 06.
ui\console\human\humanuitile05.dds
ui\console\human\humanuitile06.dds
should also work with blp, if you like that more. Unsure if you need an HD and SD version.

The inventory cover can be hidden in reforged with
BlzFrameSetAlpha(BlzGetFrameByName("SimpleInventoryCover", 0), 0).
But also here one could overwritte the file being used for that
UI\Console\Human\HumanUITile-InventoryCover.blp
or one sets the refered texture in game interface to a transparent image.

That overwritting has to be done for each playablerace of your map.
This was also mentioned in post of originframes and below
https://www.hiveworkshop.com/threads/ui-originframes.316034/page-2#post-3366094
Elprede
Elprede
Do you have a transparent image to spare?
Elprede
Elprede
Thanks for sharing the information and file!

Hmmm, I have tried three different images, including yours, but those extra human tiles show as black rather than transparent in game.

What could be the cause? Incorrect filepaths? I use the following:
UI\Console\Human\HumanUITile05.blp
UI\Console\Human\HumanUITile06.blp

The images worked for the inventory cover in Gameplay Interface tho.
Top