We do download this information from xbox.com.  However its not available to scripts.  I will make sure its available to scripts in the next update.     We store the infromation as a packed DWORD so its going to take some bit twiddling in lua to get waht you want out of it, but has the following information: typedef struct _GAMECAPS_FLAG_DATA { BOOL OfflineDolbyDigital; BOOL OfflineHardDriveRequired; BOOL OnlineHardDriveRequired; BOOL OnlineLeaderboards; BOOL OnlineContentDownload; BOO