-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support older data center format versions #19
Comments
AFAIK there's no way to distinguish a 32-bit version 6 file from a 64-bit version 6 file. They didn't bother incrementing the version number. So users would have to specify bitness when loading/saving. |
From Caali: This is just missing the |
Some changes required for this to happen:
|
Hi as requested the 92.04.dat can be found here: https://drive.google.com/file/d/1caE8SgMk4ltEn2Y-ppKTAjpUq52iQVcf/view?usp=sharing key BA08C84E3C557C205A86A6497C564904 |
Here's the oldest DC i have... hope it helps https://www.mediafire.com/file/qj8ho6pzotkgky2/29.09.rar/file Key IV I have also more dc's oldest than 29.09 but without key/iv (26.04, 27.07)... if it helps just let me know Thanks for your awesome job :) |
Just checking: Is anyone still interested in this feature today? I am considering getting around to it soon, but only if it will actually have users. |
Yeah, please go for it as soon as you can. |
@Archgeus would you mind elaborating on your use case? Also which data center format versions you care about? |
I had to do some work regarding Akeron server DC recently to create a compatible PSP for it; ( not sure which version it is; If novadrop would support it I could check if the issue is RE related or version difference |
I'm currently on a work of restoring 71.03 server files But since it has been a really time-consuming i'm focusing on 92.04 until the miracle happens :) Aside of that, i'm using 28.05 DC to collect resources in order to restore forgotten/deleted quest in early patches to my 92.04, but unfortunatelly novadrop don't work with that DC version (idk which one is to be honest, has been a tedious task using GothosDC). Obviously in order to use more easily 92.04 DC :) |
Ok, I'll make this feature the priority next time I do some work on Novadrop. |
This archive seems to be password-protected. |
Ooops, very important detail, my bad. Is RaGEZONE |
Also moved a couple of sanity checks out of strict mode to prevent unexpected exception types in some cases. Closes #19.
Also moved a couple of sanity checks out of strict mode to prevent unexpected exception types in some cases. Closes #19.
OK, thanks.
|
In particular:
This would require rethinking of how the data center code is structured. In particular, since nodes and attributes have different layout, we'd need helper functions to access the raw fields correctly. Possibly other stuff.
The text was updated successfully, but these errors were encountered: