-
Notifications
You must be signed in to change notification settings - Fork 7
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
Repair Header #53
Comments
Hey guys, how can I fix the headers? |
I don't know. |
@Haruma-VN Does he know? |
I understand the principle itself, but I don't have the programming skills to write such a script. |
RSB1 is a proprietary data format, that the modding community tries to reverse engineer. If it was simple, it would already be implemented in PyVZ2. |
I'm not saying that I'm a better programmer than you or others, I just want to help you if I can. |
OK, but right now I'm improving the rton2json and json2rton conversion. As well as implementing json patching: There's a lot left to do with these arguably simpler data formats. |
There are multiple things we can do with the header. Example: RSGP header are very easily to be broken, but that's not impossible to repair. In the first place, they trying to change compression flag 0x01 and 0x03 to an random hex byte number, but now it can be more corrupt since the entire header has been corrupted. Also, 1BSR Header which is known as the smart path has the version number can easily be changed from 04 to any other number. Try to make the tool recover the magic by return it to 0x04
The text was updated successfully, but these errors were encountered: