Quote:
Originally Posted by BelgiumBastard
The file I want to edit is the NDTEXTDB_US.XSD from the new Emperor of Dragons server.
I uploaded a screenshot of what I'm looking at.
|
It's an interesting case. The sections are named properly, but the actual strings are not. If you open this file in any hex editor (like HxD or 010) you can read the values.
That's how it looks for Eclipse's XSD (old style - unencrypted section name and records):
[Only registered and activated users can see links. Click Here To Register...]
RedFox (new style - encrypted both):
[Only registered and activated users can see links. Click Here To Register...]
EoD (completely mixed - sections are encrypted, values are not):
[Only registered and activated users can see links. Click Here To Register...]
I'm not even sure if that's supposed to work. I never saw that case. As I didn't register for the EoD, I can't log in and check the stuff. XSD editor detects the file as "encrypted", because it's based on section names (IIRC).