Code:
/* nVault File Format
VAULT_MAGIC (uint32)
VAULT_VERSION (uint16)
ENTRIES (int32)
[
TimeStamp (int32)
KeyLen (uint8)
ValLen (uint16)
KeyData ([])
ValData ([])
]
The data-type that reads the number of entries in a given nvault file is an int32 so 2,147,483,647. I don't know if AMX-X or HL will give you a problem if you try to open a giganticly sized file, though.
__________________