tomato
As unknown said, the encryptions will work.Quote:
I sure wish I would of checked a few days ago. Could of been working on this instead of wasting time play CO. Thank you for releasing this information. Now the decision to rewrite the java code into C/C++/Delphi or to simply update the java code.
Just to make sure I understand correctly. Assuming I get the coding down correctly, it should work with the 5090/5091 client, correct?
Apparently the new patches(5086+ or something) have new login packets, but I'm doing it on 5030 or so, just so it's close to what I already have. I haven't tried the key exchange or even decrypting it yet, lemme go work on it :pQuote:
There seems to be a little problem after the key exhange, trying to figure out it still. >_> I can say that the login packet was changed atleast. :p
(Btw unknownone my Conquer.exe was messed that's why the messed up packet , the one that has IP&Port.. )
Quote:
As unknown said, the encryptions will work.
But as far as packet structures, they're probably different, maybe even some new/removed packets.(I mean c'mon, about 75 patches, they've gotta have screwed something up...)
I started working on this yesterday, looks like unknown pretty much handed out the bag of goodies so far, all I need to do is test it and see where to go from there.
For the encrypted server.dat, it was encrypted around 5078 I believe.Quote:
The only issue with using 5090 is they started encrypting server.dat. I'll need to revert back to a previous one before they started encrypting the server.dat (anyone know which patch it was where they started doing that?). I know there are examples in the coding forum to bypass the server.dat, but that was before they started encrypting. There will need to be a little more work to bypass the server.dat decrypt now using olly. I don't recall seeing any updated information on this anywhere.
I'm ok with packet changes. My first step is to simply get my packet logger working. From there I can start to figure out changes (hopefully).