-
Notifications
You must be signed in to change notification settings - Fork 30
Flags
stricq edited this page Feb 6, 2016
·
8 revisions
####Package Flags
| Flag | Name | Description |
|---|---|---|
| 0x00000001 | AllowDownload | Allow downloading package |
| 0x00000002 | ClientOptional | Purely optional for clients |
| 0x00000004 | ServerSideOnly | Only needed on the server side |
| 0x00000008 | BrokenLinks or Cooked | Loaded from linker with broken import links |
| 0x00000010 | Unsecure | Not trusted |
| 0x00000020 | Encrypted | |
| 0x00008000 | Need | Client needs to download this package |
| 0x00020000 | Map | |
| 0x00200000 | Script | |
| 0x00400000 | Debug | |
| 0x00800000 | Imports | |
| 0x02000000 | Compressed | |
| 0x04000000 | FullyCompressed | |
| 0x20000000 | NoExportData | |
| 0x40000000 | Stripped | |
| 0x80000000 | Protected |
####Compression Flags
| Flag | Name | Description |
|---|---|---|
| 0x00000001 | ZLIB | zLib compression |
| 0x00000002 | LZO | LZO compression (BnS uses LZO compession in "Federation" files) |
| 0x00000004 | LZX | LZX compression |
| 0x00000008 | LZO_ENC | LZO compressed and encrypted |