Trinity FileSystem (trpfs)#

Description:#

The trpfs contains most of the game’s assets. The trpfd is the descriptor that points to files in trpfs.

Schema:#

namespace Titan.FileSystem;

table TRPFS {
	file_hashes: [uint64];
	file_offsets: [uint64];
}

root_type TRPFS;