Example of PXP (metadata, JSON):
Code: Select all
REGION: Server region (US [North America, 1-2] OR EU [Europe, 1-9])
#: CDN number.
PLAT: Platform (android_yap [Google Play], amazon_bueller_yap (Amazon Fire TV) , iOS_yap (iOS) or amazon_yap (Amazon).
DLCTYPE: DLC or DLC_SD
TABLE: Internal table name (cit.pxp, NOT DLC, just an example).
BASE64: Base64 encoded hash?
{
"size": SIZEINBYTES,
"mediaLink": "http://REGION0#.zenstudios.com/PLAT/DLCTYPE/TABLE.pxp.real",
"pxfingerprint": "BASE64="
}
Game names the file 30 unknown characters and creates a META file with the pxfingerprint data from the metadata PXP file, after the game dl's the true PXP, the meta file is deleted.