Juiced 2: Hot Import Nights JFS
Back to index | Edit this page
JFS
- Format Type : Archive
- Endian Order : Little Endian
- Signature : None
Format Specifications
//header
4 bytes (uint32) - total number of files
// files info
num_of_files *
{
4 bytes (uint32) - filename hash
4 bytes (uint32) - file offset
4 bytes (uint32) - file compressed size
4 bytes (uint32) - file uncompressed size
4 bytes (uint32) - file compression level
4 bytes (uint32) - compression flag // 0 - not compressed
// 1 - compressed (ZLIB)
}
// data
num_of_files *
{
x bytes - file data
}
MultiEx BMS Script
Not written yet.
Notes and Comments
- Data can be compressed with ZLIB.
- Custom hash function is in use for filenames.
Games
List of games using this file format:
- Juiced 2: Hot Import Nights
Compatible Programs