WEll Cool- Huip wat program i found useful it is called : DD2 Convert 2, google it!!
That will edit ur files, now we just waiting for repack
That will edit ur files, now we just waiting for repack
Why can't you update it?Quote:
That version has errors with it. It's best to use the Data.saf Chinese Editor Tool.
[Only registered and activated users can see links. Click Here To Register...]
i got the same problemQuote:
I tried the Chinese tool and I can open the data file and extract it, but when I open files like NPCquest.Sdata in a hex editor all I see is gibberish. Attached is the file it extracts. Can you compare it to yours and see if its right? I tried following the post on here about changing the items in NPC stores but like I said when I open the file there is no readable text.
The file is in binary not readable plain text, you need to open it with a hex-editor and figure out the binary patterns.Quote:
I tried the Chinese tool and I can open the data file and extract it, but when I open files like NPCquest.Sdata in a hex editor all I see is gibberish. Attached is the file it extracts. Can you compare it to yours and see if its right? I tried following the post on here about changing the items in NPC stores but like I said when I open the file there is no readable text.
I know that, you should re-read what I posted. I said I opened it up in a He-editor but what I see isn't what Should be there. The only thing I can think of is that the extractor tool is now outdated and/or the files are now compressed. If anybody else, that ACTUALLY has experience and knowledge that can help please do so. ThanksQuote:
The file is in binary not readable plain text, you need to open it with a hex-editor and figure out the binary patterns.
I don't have any experience? Ok np no help from me. ZS also does work for us so I'll be sure to pass along the message to not help you since you are rude.Quote:
I know that, you should re-read what I posted. I said I opened it up in a He-editor but what I see isn't what Should be there. The only thing I can think of is that the extractor tool is now outdated and/or the files are now compressed. If anybody else, that ACTUALLY has experience and knowledge that can help please do so. Thanks
Sorry Possum, I was irritated, I was thinking that you and your answer was one of those answers that people post without reading and understanding the full question, and just assume that I don't know how to read and follow instructions. I've read every post multiple times to figure out why I can't view it correctly. btw, I did mange to find out that the difference is that drew666 was talking about editing the ep3 version of the file. Anyhow i do apologize for what I said.Quote:
I don't have any experience? Ok np no help from me. ZS also does work for us so I'll be sure to pass along the message to not help you since you are rude.
Apology accepted.Quote:
Sorry Possum, I was irritated, I was thinking that you and your answer was one of those answers that people post without reading and understanding the full question, and just assume that I don't know how to read and follow instructions. I've read every post multiple times to figure out why I can't view it correctly. btw, I did mange to find out that the difference is that drew666 was talking about editing the ep3 version of the file. Anyhow i do apologize for what I said.
Awesome info, I dug into the assembly code and found where it does the decryption ( i think) for item.sdata the call starts at 0x45E660 and for NPCQuest.sdata it starts at 0x477800. I know that it requires two arguments pushed to stack before you call it. If anyone wants to help sort through the asm code and reverse engineer it, I'll be happy to write a program to do such a thing.Quote:
It looks like the most recent NPCQuest.SData is encrypted like the Item.SData file was on patch 62. The first 28 bytes looks to be the encryption key. You would have to look at the binary executable assembly to work out what decryption algorithm is applied.