-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPOILER] ADV Textbox sometimes interferes with screen overlay effects [SPOILER] #60
Comments
I was about to open a new issue, but Github notified me that it already existed A graphical glitch where the ADV textbox area wouldn't properly be displayed was reported with this screenshot: This issue is still present on the current version of our ADV mod, and I had seen it occasionally before, but never looked into it. I think it occurs when there is both a DLL effect on the screen (eg rain) and also the
Here is a video of how this looks in NVL mode: https://1drv.ms/v/s!Ar-lAVeetlqhgc4vYYK0xh_D80Mgsw?e=3LDaiD It appears that NVL mode relies on the textbox draw area (different from the textbox size) being the size of the screen. This bug does not happen on the NVL version of the game because when the "textbox" is shown on the NVL version of the game, the whole screen is redrawn, instead of just a portion of it. I have seen other variants of this bug happen occasionally, but this one is particularly bad. I deliberately made the textbox draw area smaller for ADV mode as it improved performance, so I was looking at other ways to fix the issue. I found that if you insert a The 'fixed'
While this works, I'm not sure if it has any bad effects (it really shouldn't have any really bad effects as the print function just orders a transition/forces any undrawn graphics to appear). For this reason, I'll hold off on pushing the fix for a few days in case I think of something, or perhaps do some more testing. |
After some more testing, it looks like this problem can occur due to other functions besides the Graphical glitch:
No graphical glitch:
I also found that most of the time, the error was masked because there was already some function which caused a screen refresh afterwards. This could be from a background change ( I ended up writing a script which scanned for I ended up using |
Sometimes in ADV mode, the textbox interferes with the red overlay. I've seen this reported a couple times before.
Will need to see if it's possible to fix this - if not, should list it as a known issue.
User said this:
Images are spoiler - click at your own risk:
textbox_clipping
This other image shows the red becoming lighter. Not sure if it really changes due to the switching, or if the script has that effect in there already
lighter_when_switching
The text was updated successfully, but these errors were encountered: