Tagged Questions
-4
votes
2answers
227 views
UDK - Where might one look to begin developing a standalone multiplayer system?
To be brief, I'd like to create and integrate my own network handling system that would support 500+ players into a UDK project. Best I have understood various guides and online references, the most ...
1
vote
0answers
94 views
UDK and Protocol Buffers
Actually two questions:
Can I use TCP sockets in UDK to implement my own networking protocol? (I guess TCPLink is an answer)
Is there any way I can user Protocol Buffers inside UDK? Or anything like ...
2
votes
5answers
3k views
UDK client, C++ server (is it possible?)
For example I have C++/C# server side with sockets or http web server and UDK client.
I am interesting what about experience with networking in UDK: could I connect UDK client to C++/C# socket server ...