Aya Asset Packer ... for آپ!
$ ./AAP <private_key_pem_file_path> <resource_folder_path> <output_aap_file_path>
Requirements of resource folder:
content
folderPlatformContent
foldershaders
folderAppSettings.xml
Output AAP file structure:
- 5 byte magic header (
0x61 0x61 0x70 0x25 0x25
) - 128 byte SHA256 signature of all incoming data
uint16_t
representing size of incomingAppSettings.xml
in bytesAppSettings.xml
encoded in msgpack formatuint64_t
representing size of incoming archive containing the asset folders in bytes- tar archive compressed with zstd containing asset folders
Copyright (c) Kiseki 2024. All rights reserved. Not for public use.