Updates

This is a list of all the significant updates that has been made to the website, sorted from newest to oldest.


UT text box gen v2.9.0

26-10-2017

This is a big update, but it mainly affects how the generator works when used from a third-party app/tool.


Changelog

  • The way the generator parses the parameters has been completelly rewritten.

  • The order of the parameters doesn't matter anymore. Add them whenever you want. Put them in at the end, hell, do it in the middle of the text, it doesn't even care.

  • Keep in mind that even if you add a parameter in the middle of the text, like the font parameter, it will still not change in the middle of the sentence. All the parameters are taken away from the text and applied before displaying it.

  • In the case of duplicated parameters, the last one will be applied and the others will be ignored.

  • Adding a expression without a character, for example, will do nothing. It won't display any kind of error, but it will not attempt to apply it.

  • Adding parameters through separate GET parameters (undertale_box.png?character=demi&expression=happy&text=hello!) instead of inside the message parameter (undertale_box.png?message=character=demi+expression=happy+hello!) is now supported. If done that way, the text will go into the text parameter.

  • If there's a text AND a message parameter, text will be ignored.

  • If there's a message parameter and separate parameters for the other options, message will have priority.

  • Trying to use an invalid URL for a custom character will throw a new error instead of crashing the text box.

You're reading a single update. Click here to browse the rest.