View Single Post
Old 01-24-2008, 08:07 PM   #6 (permalink)
Suil Ban
Master of the Internet
 
Join Date: Mar 2006
Location: Germany
Age: 17
Posts: 14,818
Send a message via AIM to Suil Ban Send a message via MSN to Suil Ban
Default

Quote:
Originally Posted by Ruined1 View Post
Understood... Do you think if (and I doubt i can) I could get ahold of Krrios directly I could atleast get some assistance? I was actually interested in writing my own client (not for UO but an actual game I'm associated with) and usually his works are open source (as runuo is) and I thought maybe reviewing his core would teach me a few things (calling graphics to be rendered >in uo's case< based on the itemID which is stored to an image, communication between input devices and packet> to server >to client and then rendering... etc etc) or atleast assist me by giving something to base it off of...
Look at the Ultima.dll source for reading files for specific IDs.
Read up on DirectX.
Look at the RunUO source for packets; a servers both read and write packets, so you can see how it works on both ends. I've seen several applications in which the network code is EXACTLY the same in both the client and the server.
Suil Ban is offline   Reply With Quote