Digital Paint Discussion Board
Development => General Development => Topic started 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...
-
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
-
Is possible to check playerID, who win, score, playerStats? Btw, good job. How lond did you make it?
-
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 :)