====== Filetypes: Charon ====== ==== File Format Description ==== === File Structure === * Format Type: Binary Container * Endian Order: Little Endian * File Extension: .dat == FILE == ^ Header ^^^^ | CHAR8 | 0x6 | Identifier | "charon" | | INT+8 | 0x1 | Version | 0x0 | | INT+8 | 0x1 | Files Count | = [aa] | | [[en:fileformats:charon#FILEINFO*]] | [aa] | File Information | | === User-defined Structures === == FILEINFO* == ^ FileInfo* ^^^^ | INT+32 | 0x1 | File Size | = [bb] | | INT+8 | 0x1 | File Flags | //see below// | | BINARY8 | [bb] | File Content | | ==== Appendix ==== == File Flags == If the flag is set 0, the following file is another Charon container. Otherwise the flag respresents the priority of the following file, where 1 is the lowest and 255 the highest priority.