Game Development Community

Can I use TGB with RakNet ?

by Lion Jin · in Torque Game Builder · 05/15/2008 (12:02 am) · 2 replies

I do not know if I can use TGB with RakNet ,if possible ,can I get some tutorial for that? Thanks!

#1
05/16/2008 (8:42 am)
You would need to do some in-depth C++ coding. I have seen a couple of projects working on this integration, but am not sure how far they got. I cannot remember if RakNet is STLified and causing problems on the level since I haven't used it for more than compiling quick demos presented on the OGRE forums (ie. I haven't really "used" RakNet other than using other people's code).
#2
05/16/2008 (9:36 am)
I've integrated it into Torque recently to use some of their features on a new thread (autoupdating, voicechat, etc) and it went in fine. It's not a beginner task though, but it is extremely well documented and the samples were outstanding, making it a lot easier than I thought it would be.