• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

How to get rid of the portrait box in cinematics?

Status
Not open for further replies.
So, I'm trying to create a neat intro cinematic with sketch image slides, but I have a problem with the cinematic mode here; so I'm asking the cinematic pros for help, as this is relatively new for me. :D

Image attached.

Basicly, I want to get rid of this box on the bottom left. I know that I can display texts via DisplayTimedTextToPlayer, but then they won't appear inside the black area below the game window, hence why I'm using transmissions.

I looked in interface options and couldn't find anything like a cinematic portrait box there.
Any way to remove it? Or to display text outside of the game rectangle without the ugly portrait window?
 

Attachments

  • intro.jpg
    intro.jpg
    361.2 KB · Views: 107
SimError. I'm not sure how low you can make it go, but that is about it. ;(

SimError uses a combination of line breaks and the normal DisplayText native, which by default takes on-screen coordinates as arguments.

But I don't know if this will actually draw on top of the black rectangle... looks like I have to try that out.

I'm okay with menu backgrounds disappearing (as it only affect the game menu, but not normal gameplay elements), but the menu borders are... I don't know; I imagine it looking terribly ugly.
 
Status
Not open for further replies.
Back
Top