Thread: WAC Limits?
View Single Post
  #10  
Old 07-08-2024, 07:53 PM
Oscarmike247 is offline Oscarmike247
Oscarmike247's Avatar
Registered User

Join Date: Feb 2018
Posts: 259

As I found in my previous reply, there seems to be a 63 char limit per text command. Now my question was, is there a Text command limit, or a character limit? or both?

So I made a script with text commands

Text("1")
Text("2")
Text("3")
Text("4")
Text("5")
Text("6")
Text("7")
Text("8")
Text("9")
Text("10") ....

Text("198")
Text("199")
Text("200")

all the way to 200 text lines (much more than my map WAC that is failing), and it printed every line just fine. So there doesn't seem to be an issue there.

Next I started testing for a character limit. So I set up about 70 text lines each containing 63 chars. See screenshots.

As you can see, it stopped at "65.A.B.C.D.E.F."

So it appears that the char limit for text is 4,047 characters.

Now I'll test if the Console text is included in this...

Edit: Yes, the console text is included in this 4047 character limit.
Attached Images
File Type: jpg WAC script 3.JPG (190.5 KB, 8 views)
File Type: jpg Joint Operations Typhoon Rising Screenshot 2024.07.08 - 20.34.50.27.jpg (156.5 KB, 9 views)

Last edited by Oscarmike247; 07-08-2024 at 10:07 PM.
Reply With Quote