Hey modern algebra, this is an amazing script! Thank you for sharing your hard work with the RM community. So, I may have found a bug with :fit_window_to_message. When used in a script call before a message that also sets another feature of ATS (any feature, such as :letter_se, or with :message_name), the problem is a visible empty window that interrupts the messages. Edit: This happens using \nb{Name} as a message code too.
And here is an image of a similar code and event command that causes the same issue. This is with \nb{Name}, but its effect and outcome is the same. The change to the value of :message_name creates a erroneous blank window with the next name.
Which creates this before Natalie's message, interrupting before her resized-to-fit-window-to-message appears:
At the moment, after some troubleshooting, I think it might not have to do with :message_name, or any other ATS value being changed. It might have to do with the control characters. Because if I use an \. (wait 1/4 second before displaying text), it appears briefly. If I change \. to \|, that blank window skips ahead to the next Show Text, parses the control command, and it interrupts for exactly one second, unexpectedly, before showing the next message. It disrupts the flow of messages. The excitement of FIT is soured!
You can test and verify this issue in your demo, and with 1.0.4. I have a tiny script that Andrew (Anaryu, of anti-lag fame) released with his unencrypted Boutalles project (
here) that also can size the window and fit window to message. His
message enhancements and the accompanying
shortcuts, which is a modification he wrote, can correctly change window width and height dynamically with each message. Of course, this isn't compatible with any other message system, and I don't need his neat shortcuts or the Minitext. I'm referencing it, because something in there might be useful to help. I am by no means fluent in Ruby, so it's Greek to me. But, I think this is the effect that is intended with :fit_window_to_message, only your system is so much more compatible and its capabilities are exactly what a message system should include. I love your public instance variables and the configuration that they allow. I don't like to use the text codes anymore than I need to, so I love to be able to change their values, via Script calling. That customization follows in the tradition of your own work, Woratana's NMS for VX/RGSS2, and Dubealex's AMS for XP/RGSS. I heartily give you major respect for that. And major respect for releasing a demo with your system, because, on a personal note, I think it's awesomely encouraging when scripters show and display how their genius scripts run and work. With this generation of VX ACE, it's really disheartening to see that several popular scripters have opted out of helping newcomers and oldcomers alike with demonstrating their creations and their hard efforts. You're different. Thank you for your demo. (By the way, it should be updated.)
Is this solvable without rewriting several methods? I hope there's a solution somewhere I'm missing, modern algebra!