-
Notifications
You must be signed in to change notification settings - Fork 62
Rename and add missing CBA chunks / structs #406
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
Conversation
707b0c9 to
6ac96b8
Compare
|
Reviewed this against DynRPG, all the structs, chunks, and chunk defaults confirmed. No idea what Maybe an unused feature? |
|
I didn't see a warning when I checked read/write years ago. So I can conclude that every single 2k3 game on rmarchiv used the default CBA options 😂😂😂 |
|
Wait a moment. We warn when parsing unknown chunks. Just in the terminal but I would have seen this in the last 8 years. |
|
I am just as confused as you are. I can't believe no game ever tripped one of these errors in the past but it must be true. We did have most of the chunks before.. |
|
Could you do me a favor? |
|
Ok this makes sense So looking at it again, the only real chunk "added" here is
The last case is the most interesting. RPG_RT binary uses the same class for both of these, but the editor only lets you change different fields for items and skills. For example in a skill you can change the pose so your skill could look like a weapon attack, or a skill use, item use, or something else etc.. So while |
Depended by EasyRPG/Player#2407
DynRPG functions