MMO Starter Kit

Just proof that it is fairly easy to customise the code supplied by Code Spartan for you own use.

Modified Chat Server (I use a chat server per channel - Global, Trade) and one for the Lobby. There will also be a dynamic spawned Chat Server for each party … currently I am moving all the chat server code across to a multi-threaded Java system … but this is the C# for the initial POC release. I have also modified it to do full logging using Log4Net.

ChatServer.png

This is the modified launcher … the base font needs to still be changed and I have tweaked a few things since this screen shot … but it works. 8-}

I am not going to hijack this thread any further … just wanted to show you all how easy it is to modify this system for your own purposes … good luck with your projects.