• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 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!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

How to remove HumanUitile05,06 for 1.31

Status
Not open for further replies.
Level 2
Joined
Dec 18, 2021
Messages
8
i remove HumanUitile05,06. but it still has that black space , how can i remove it .
 

Attachments

  • Untitled.png
    Untitled.png
    3.4 MB · Views: 26
Level 17
Joined
Oct 17, 2012
Messages
797
I have two solutions that you can utilize, but they come with their own pitfalls.

To get rid of the black bar, you can do call BlzFrameSetAllPoints(BlzGetOriginFrame(ORIGIN_FRAME_WORLD_FRAME, 0), BlzGetOriginFrame(ORIGIN_FRAME_GAME_UI, 0)) in custom script. However, this will remove the black bar underneath other parts of the UI as well.

Another solution would be to create a transparent image and set its path in the import manager to Textures\Black32.blp since that is the texture path for the black bar. However, anything that uses the same texture would also be affected. I reckon that this texture is pretty common, so changing it could very likely affect the visuals of several UI components. This solution will also have the effect of removing the black bars entirely, but it does not come with clicking issues from extending the World frame.

On 1.31, there is not much you can do about the black bars on this patch.
 
Last edited:
Status
Not open for further replies.
Top