Digital Paint Discussion Board

Development => General Development => Topic started by: ViciouZ on July 19, 2010, 09:18:18 AM

Title: libq2packet
Post by: ViciouZ on July 19, 2010, 09:18:18 AM
This is one of the libraries behind www.banterous.co.uk.

It includes some hastily done documentation.

I fully expect this to never get used :)

Edit: Forgot a required include file...
Title: Re: libq2packet
Post by: webhead on August 08, 2010, 05:05:56 AM
If i understand this correctly, this might could be used to create a bot that would sit in servers to record stats info for a ranking system. :D
Title: Re: libq2packet
Post by: f3l1x on August 08, 2010, 04:20:10 PM
Is possible to check playerID, who win, score, playerStats? Btw, good job. How lond did you make it?
Title: Re: libq2packet
Post by: ViciouZ on August 08, 2010, 07:03:12 PM
To get the game stats etc you'll need to write some code to parse svc_print packets with the PRINT_EVENT type - the client is reference. You can use this library to get the svc_print packets though :)