Game Development Community

irc

by Christian Weber · in Torque Game Engine · 08/06/2002 (5:29 pm) · 9 replies

Is it possible to add an irc-server in torque?

#1
08/06/2002 (7:13 pm)
you mean a client? if so then yes, I know someone had one working.
#2
08/06/2002 (7:18 pm)
Yes, in fact its possible to do completely in script with no C++ modifications.
#3
08/07/2002 (4:02 am)
Labrat (I think) had a start to it, with an in depth tutorial, in a resource.
#4
08/07/2002 (7:27 am)
Without c++ editing!? How?
#5
08/08/2002 (2:55 pm)
Hehe... I've been out of it for a bit since I went on Vacation for the 4th. I'll start working on the Tutorials again soon.

Other then that, you can write any TCP socket application compleatly in Script as long as that socket application uses plain text.

The one thing you can't do is TCP Listen objects (Like a web server)
#6
08/09/2002 (2:24 pm)
Any progress on that tutorial? it sounds like an intersting thing to add into TGE.
#7
08/09/2002 (2:43 pm)
ya Im interested in this too. Would be very cool to have irc in torque.
#8
08/12/2002 (8:53 am)
Something new?