• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Reforged and classic Warcraft UI differences

Status
Not open for further replies.
Level 26
Joined
Oct 2, 2011
Messages
2,482
Not entirely sure this is the right forum, but I want to see what people with reforged see when they try this map. Also people who didn't get reforged, but have updated warcraft since the reforged launched.
And, if there are any like me, that don't have reforged, and hasn't updated warcraft since reforged launch, please tell me what you see as well.

The map contains only a simple trigger that disables UI.

What It should look like:
upload_2020-2-13_15-21-29.png


What it looks like with Reforged classic graphics:
unknown.png


All answers are appreciated.
#UghReforged


EDIT:
the black bar can be hidden with this:
call BlzFrameSetVisible(BlzGetFrameByName("ConsoleUIBackdrop", 0), false)
 

Attachments

  • testtest.w3m
    16.4 KB · Views: 36
Last edited:
Level 26
Joined
Oct 2, 2011
Messages
2,482
Thanks, that is super useful info!
Do you have the full path name to that?

Something along these lines?
UI\Console\Human\ConsoleUIBackdrop
UI\Console\ConsoleUIBackdrop.blp

EDIT:
the black bar can be hidden with this:
call BlzFrameSetVisible(BlzGetFrameByName("ConsoleUIBackdrop", 0), false)
 
Last edited:
Status
Not open for further replies.
Top