Pathologic VFS
Choose archive extension:
VFS
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
Structure
- Header
- FAT
- Data
- [FAT #2 Header]
- [FAT]
- [Data]
- ...
Header
- char {4} - Header (LP1C)
- uint32 {4} - Number of subdirs
- uint32 {4} - Number of files
FAT
- byte {1} - Filename length
- char {X} - Filename
- uint32 {4} - File Length
- uint32 {4} - File Offset
- uint64 {8} - UID?
Data
- byte {X} - File data
FAT #2 Header
- byte {1} - Next Directory Name length (w/o trailing '/')
- uint32 {4} - UID?
- uint32 {4} - Number of files in that subdir
MultiEx BMS
Not written yet
Supported Programs
- Game Extractor
- LP1C Extractor (path_vfs.exe) (no docs yet, for internal use, so no warranty at all)