Connecting a Torque Client to a C++ server
by Shane Paustian · in Technical Issues · 09/20/2006 (12:56 pm) · 1 replies
I was wondering if anyone knows if I can get the Client for torque to communicate with a C++ coded server and how to get the client to try to communicate with a specific server at a specific address directly. (Even if it is not a C++ server).
Thanks,
spaustia
Thanks,
spaustia
Torque 3D Owner Tony Richards
If you're communicating with a C++ server and transmitting text then that's easy. TCP Connections are exposed to the script language, so it doesn't even take any changes on the client-side other than scripting.
But, the answer to your question is yes, it can be done.