Quote:
Originally Posted by Gameross
Is ShowEQ still around. At least it's a actual packet sniffer and certainly closer to what you need to make modding Emu to live.
|
Well, we've always had our own packet sniffer. I was actually actively involved in helping purple (from showeq) understand the network protocol and gave him my sniffer as a reference to help fix ShowEQ for the new network code.
Still, even tho ShowEQ needs the some of the same information that we need for it to work, it's a very small subset of what we actually need to make eqemu work. They can leave a lot of unknonw stuff as unknown since showeq doesn't need to show it. We cannot.
We actually, before we decided to work on stability instead of chasing a moving target, work pretty closely with the ShowEQ folks with exchanging information on opcodes and structures. The MQ devs feel that they are superior to everyone else and, every time I've asked, do not feel it's worth their time to play nice with other related projects.
Keep in mind, there are 300+ opcodes that we have discovered the value for in 0.6.2+ and over 200 structures, not to mention changes to items. That's 300+ opcodes we need to refind almost every patch and at least a dozen or so structures that SoE scrambles for no obvious reason. Chasing live is no trivial task. You might be able to log in with a live client with a small amount of work, but 75% or more of the currently working features would not work.