DaRealFreak / teeworlds-stats

PHP project to track and display stats for the game teeworlds
MIT License
0 stars 0 forks source link

extract more player information #10

Open DaRealFreak opened 6 years ago

DaRealFreak commented 6 years ago

if possible extract the player informations like skin/colors I need to check when it's possible to extract these informations(possible without connecting/spawning)

DaRealFreak commented 6 years ago

add an additional packet we can request on which the server returns the skin data of the players. Since the name is unique response can look like this: { string name, string skin, float body_sat, float body_hue, float body_lht, float feet_sat, float feet_hue, float feet_lht, }