Game Development Community

Custom UDP Packets

by Dallin Wellington · in Torque Game Engine · 11/07/2008 (2:47 pm) · 2 replies

Currently, is there a way to send custom UDP Packets through TS?

Ive looked through all the documentation and havnt been able to find out how.

#1
11/07/2008 (4:16 pm)
You'll need to modify the engine to setup and transmit custom UDP packets. I had to do this once for another job, and it requires you to dig into the inner networking code.
#2
11/07/2008 (4:58 pm)
K, thank you. Ill get started on that right away.