• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Reforged and classic Warcraft UI differences

Status
Not open for further replies.
Level 26
Joined
Oct 2, 2011
Messages
2,490
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: 46
Last edited:
Level 26
Joined
Oct 2, 2011
Messages
2,490
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