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

[General] Brackets [] Hiding Text in Cinematics

Level 30
Joined
Jul 26, 2008
Messages
1,573
Hi guys,

A few years ago, I encountered an issue where using [ ] brackets in a cinematic automatically caused all words within the brackets open and close, [ ], including the brackets themselves, to not appear in cinematics in game (so you can see the text in the editor, but it doesn't show in game).
I tested this just now again, and the issue is still there.

I was just curious if this has been an issue since pre reforged (i.e it is something that I then need to fix), or if anyone knows if this bug only happened sometime post 1.32 (then I can be lazy and expect Blizzard to fix it).

The [ ] were used greatly in a specific campaign, to the point where it causes issues understanding the story if those words inside the brackets are not showing in-game, so I am just trying to decide if I need to go fix it or if it's a post 1.32 issue which I can hope Blizzard will deal with later.
 
It is a reforged issue (at least since 2020 which was ~patch 1.32.6, since there was another thread about it: [General] - Escaping "[]" in a cinematic scene). In 1.26a it shows up just fine:
CinematicText126.png


But since it has been like that for several years without a fix, it is probably worth fixing in your map. Just my two cents. I don't think there is a way to get the brackets working though, since JASS doesn't let us escape it. You'll likely need to use an alternative character.
 
It is a reforged issue (at least since 2020 which was ~patch 1.32.6, since there was another thread about it: [General] - Escaping "[]" in a cinematic scene). In 1.26a it shows up just fine:
View attachment 522073

But since it has been like that for several years without a fix, it is probably worth fixing in your map. Just my two cents. I don't think there is a way to get the brackets working though, since JASS doesn't let us escape it. You'll likely need to use an alternative character.
Gotcha, thank you!
 
Back
Top