10tons PAK
Jump to navigation
Jump to search
Back to index | Edit this page
PAK
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Tesla vs Lovecraft (PC Steam)
// PAK file format
// header
8 bytes (char) - signature // "PAK.V11."
4 bytes (uint32) - file list offset
// data
num_of_files *
{
x bytes - file data
}
// file list
4 bytes (uint32) - number of files
num_of_files *
{
x bytes (char) - filename
4 bytes (uint32) - file offset
4 bytes (uint32) - file size
8 bytes - unknown
}
MultiEx BMS Script
Not written yet.
Notes and Comments
- This file format is used in games made by 10tons Ltd.
Games
List of games using this file format:
- Crimsonland 2014
- DYSMANTLE
- JYDGE
- Neon Chrome / Neon Chrome Arena
- Tesla vs Lovecraft
- Time Recoil
- Undead Horde
Compatible Programs