Well i made my edf De/Encrypter.
But before i release the tool i want give you some more Informations about all the stuff.
At first: I am not English so i am sorry if my English is bad :D
Well lets Begin.
There is a file in game folder which is called "tbl0.pak".
This File includes so called ".edf" files.
This edf files contain much information, such as Quest text, Chat Filter, Skill/Weapon effects.
This edf files are crypted with an Algorhytm which is similar to the Blowfish encryption.
With my tool its possible to De and Encrypt the files.
If you Decrypt one of this Files, you wont be able to watch it imidiently in notepad, because the notepad dont know the text encryption.
The Text encryption you need is "Unicode/Little Endian".
If you Decrypt one of this files, its best to open it in hex edit, and past following bytes at the beginning of the file. "FF FE"
After that you can open it in notepad.
I Dont know much about the Structure of the Files.
I Just edited some stuff like Chat Filter.
I will open tommorow another Thread with Release, and i will make a Video.
Well following things i know.
1. The Filesize must be Exactly the same.
2. You need to Encrypt the File again before you paste the Binary into the tbl0.pak
For test i changed this effects inside of the file.
敏捷上升
最大LP上升
And here are the Screen of Result.
I will give you as much Informations as i can, but you wont get arround to experiment by yourself.
I Wont make a full English Patch, i will just give you this tool.
Maybe someone out there will learn to understand all stuff and make you some nice translations.
Be Aware for my Release, and dont be afraid, i will post Virusscan, and Sourcecode of the Autoit Script.