-
Notifications
You must be signed in to change notification settings - Fork 61
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
DEBUG CHECK: Missing HeadEnt table #490
Comments
Can you give more info about the modification? |
I believe this doesn't work—AdvDupe2 only contains multiple deserializer (loading) revisions. For the serializer (saving), you're still using revision 5, but it's now being mislabeled as revision 4. You'd need to install an older version of AdvDupe2 or modify the serializer to conform to the revision (I could be wrong but I think the only difference is how the data is formatted). |
Yeah, I think Denneisk is right. Why you even doing this in the first place? |
As I said, the server I play on uses this Rev4 version of AdvDup, so if I want to build a single player build and transfer it to the server, I can't, and the tool even crashes if I try to transfer a Rev5 file to advdup Rev4. |
It's 6 years old. The server should update. https://github.com/wiremod/advdupe2/archive/d06b7e1f7f19ebb0edfd2fb1be94e2b79654febf.zip |
Thanks for help! |
I modified advdup2 to Rev4 instead of 5, because the server I use only accepts this version of files, but when I try to save a duplicate, it gives this error. The file is created, but when I try to open it, it says: File could not be decoded. (Missing HeadEnt table) Upload Canceled.
What should I do to solve this?
The text was updated successfully, but these errors were encountered: