PDA

View Full Version : What does it take to bring the server up to live?


06-27-2003, 09:54 PM
I'm just curious as to what it takes to bring the current servers up to live standard (as in compatibility, not stability, that has a lot to be worked on)... I code a bit myself, but, would like to know out of curiousity, I can help you guys work on it if I can... just would like to know and a direction to goto in the source (yes, I have a compiler/viewer, :P)

06-27-2003, 09:55 PM
Oh yes.. how do I get that stupid CVS prog to work? I can't seem to do it...

EDIT: I mean WinCVS

Merth
06-28-2003, 03:59 AM
Things necessary for EQLive's client:

#1 - Networking code that handles the new compression, encryption, condensed, and implicit bits on the opcode. See ShowEQ's LibEQ.cpp for a sample implementation. Please don't ask me for this - if you're wanting this code, you should probably be searching for the Developer Recruiting post in another forum.

#2 - Figuring out CRC algorithm used on certain packets. The one that is currently blocking me is the packet that sends ServerZoneEntry_Struct. All of the other CRC algorithms we have used do not work... In fact, the CRC algorithm used in the packet immediately prior to this packet does not work.

If you want to help on this step, PM me and I'll explain further how you can help. If you don't know how Microsoft OS's work at a pretty low level, you likely won't be able to help.

#3 - Login protocol definition. I have an excel spreadsheet of several EQLive login sequences. Using actual packets captured from EQLive (bypassing the need for a CRC algorithm), the client still won't login. I've tried to duplicate what I see in the spreadsheet, with no luck. I can make it about halfway to zone entry before it stops.

#4 - Once #2 and #3 above are hammered out, we have to go through everything in the game and verify new opcodes and, in some cases, new structs. This will involve a hefty amount of changes to code and database.

#5 - Once #4 is hammered out, we'll need to merge the fixes with all of the code changes for the last 6 months.

06-28-2003, 05:11 AM
Understandable, less work than I thought there would be, and most of that is no surprise to me, thank you for your response, I am only somewhat familiar with each of those things, but, I understand what you meant, I doubt I would be able to help, but, it was worth a shot.

mangoo
06-28-2003, 06:06 AM
necro, pm me tonight in irc when i get on, im painting an iron fence atm so im outside all day.... ill tell you how to work wincvs if u havent figured it out by tonight

~mangoo