Search found 1 match

by elentirmo
Wed May 09, 2007 2:25 am
Forum: Programming Discussion
Topic: Q3 Network Packet format?
Replies: 1
Views: 2254

Q3 Network Packet format?

Hi Does anyone know the structure of a network packet during a multiplayer session? I'm doing a project where I want to automate incoming network traffic to a Q3 client, i.e. send out UDP packets with player positions and so on, and I cant find a reference to the structure of the network data. Rathe...