Page 1 of 1

Net Yaroze FPC File Information

Posted: July 9th, 2013, 1:02 am
by Shadow

Code: Select all

fpc files (yaroze 'combined' files)

start of file contains file location info

offset		length		description
00-03		4			number of files in fpc file
04-07		4			length of file info bit
08-71		64			file descriptor

... include as many file descriptors here as there are files (assuming only one file)

68-end		filelength	file contained here


each file descriptor is as follows (64 bytes each)
offset		length		description
00-03		4			offset of file within fpc (from start of fpc)
04-07		4			length of file
08-63		56			null terminated filename