zgrf.constants

Undocumented in source.

Members

Enums

FileFlags
enum FileFlags

FILE specifies that an entry is a file. If not set it is a directory. MIXCRYPT specifies that the file is encrypted using the Mixcrypt algorithm. DES specifies that the first 0x14 bytes of the file are encrypted using the DESBroken algorithm.

Variables

FILENAME_LENGTH
enum uint FILENAME_LENGTH;

The maximum allowed filename length. This used to be 100, however observing newer files it exceeded that number.

FILE_LEN
enum uint FILE_LEN;

Length of the file struct inside the filetable

HEADER_LEN
enum uint HEADER_LEN;

Length of the header

Meta