[gameprogrammer] Re: MUD Server "protocols"?

Stephen Smith wrote:
Thanks for all your suggestions, but I've solved it, and it was a pretty silly mistake. As I said, I was using the writeChars() method to send the data back to the clients. This actually send each character as two-bytes, which I guess the MUD clients interpreted as two seperate characters, which rendered the text as gibberish. I now use writeBytes().

I'm still curious about how come it still worked for telnet programs though, but it works fine now.

Were you testing with any telnet other than Windows telnet? -- Matthew Weigel



---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: