Proline Resource File
From ModdingWiki
Proline Resource File
Format type | Archive |
---|---|
Max files | unlimited |
File Allocation Table (FAT) | None |
Filenames? | None |
Metadata? | None |
Supports compression? | No |
Supports encryption? | No |
Supports subdirectories? | No |
Hidden data? | No |
Games |
Proline Resource Files are archive files as used by F1 Manager Professional. They use the file extension RSC.
File Format
Signature
Archive files start with a plain ASCII signature "PROLINE Resource File (c) 1997 by PROLINE Software GmbH".
Header
The archive file has no header.
File Entry
The entries in the archive are described by their size followed by the actual unencoded contents of the entry. The archive itself holds no description of its contents, so the actual offsets must be deduced from the program reading the archive.
Compression
There is no compression or special encoding used.