all latent changes, undisclosed and without warranty.

This commit is contained in:
2014-10-20 18:47:28 +02:00
parent 8411ed858c
commit 10c557dea3
10 changed files with 180 additions and 23 deletions

0
utils/__init__.py Normal file
View File

28
utils/steam.py Normal file
View File

@@ -0,0 +1,28 @@
"""
X:Y:Z
X - Universe
0 Individual / Unspecified
1 Public
2 Beta
3 Internal
4 Dev
5 RC
Y - Steam Type
0 I Invalid No
1 U Individual Yes profiles / id 0x0110000100000000
2 M Multiseat Yes
3 G GameServer Yes
4 A AnonGameServer Yes
5 P Pending No
6 C ContentServer Unknown
7 g Clan Yes groups / gid 0x0170000000000000
8 c, L, T Chat Yes
9 P2P SuperSeeder No
10 AnonUser No
Z - account or group uid
"""