-
Notifications
You must be signed in to change notification settings - Fork 238
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
Flags appear to have changed, or can't be read properly for some reason. (Handle unidentified flags) #799
Comments
How flags work is that they're actually a number, it's parsed in a certain way to look like actual flags. The different values added together represent different flags. These are bit flags. So the reason that it's showing up like that is because there is probably an unknown flag that's messing everything up. Therefore, these new flag(s) need to be identified, added, and also add some sort of error handling to handle future unknown flags. |
Flags in this data file now show correctly (SyncVertex1, Scale, ShowCursor), but I'm unsure if error handling has been added. |
Not as far as i'm aware. Should be relatively simple to just add a read.submitWarning or whatever that function is called during tag reading |
Oh, I was looking at the regular Flags. Although Deltarune v1.15 also shows numbers in those fields. |
While I was examining the data package for some test compiles on my project, I noticed that the flags line had changed from text to a string of numbers. Either something changed in the data package, or UMT now can't read them for some reason. Either way, I suggest this be looked into.
Here's the data package in question: https://mega.nz/file/PrQDxahZ#bWQa26VMFI72wUoX7IegzhJUqAmY18eXWixNLH7LM70
The text was updated successfully, but these errors were encountered: