PO

From Niotso Wiki
Jump to: navigation, search
Purchasable Outfit
Type of format Character rendering
Filename extension .po
Byte order Big endian
Extended from cmx.bcf
Type ID 15
Purchasable outfits identify the outfits in the game which the user can purchase from a clothes rack and then change into using a wardrobe.


Purchasable outfits follow the following format:

  • Version - A 4-byte unsigned integer specifying the version of this purchasable outfit file; should be equal to 2
  • Unknown - A 4-byte unsigned integer which may be 0 or 1; if the filename contains a double-underscore, this is 1, else 0. Meaning is unknown.
  • Outfit/Data type - A 4-byte unsigned integer specifying the type of the data to follow; should be 8 for Asset if the outfit is specified and 0 if not
If the outfit is specified:
  • Outfit/Body type - A 4-byte unsigned integer specifying the type of data that follows; should be 0xA96F6D42 for cAssetKey
  • Outfit/File ID - A 4-byte unsigned integer specifying the File ID of the desired outfit
  • Outfit/Type ID - A 4-byte unsigned integer specifying the type of this outfit; should be 13 for Outfit
  • Unknown - A 4-byte unsigned integer always set to 0