Cat Daddy Tycoons BIN: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 46: | Line 46: | ||
=== QuickBMS Script === | === QuickBMS Script === | ||
* [https://github.com/bartlomiejduda/Tools/blob/master/NEW%20Tools/Cat%20Daddy%20Tycoons/Cat_Daddy_Tycoons_BIN_script.bms Cat_Daddy_Tycoons_BIN_script.bms] | |||
=== Notes and Comments === | === Notes and Comments === | ||
Revision as of 23:30, 23 December 2021
Back to index | Edit this page
BIN
- Format Type : Archive
- Endian Order : Little Endian
- Signature : \x64\x00\x00\x00
Format Specifications
//header
4 bytes (uint32) - signature // \x64\x00\x00\x00
8 bytes - nulls
64 bytes (char) - archive name + nulls // e.g. "yesno"
4 bytes - nulls
4 bytes (uint32) - number of files
4 bytes (uint32) - number of folders
num_of_folders *
{
4 bytes (uint32) - folder offset
}
num_of_files *
{
4 bytes (uint32) - file offset
}
8 bytes - nulls
// data
num_of_files *
{
64 bytes (char) - file name + nulls // e.g. "background"
2 bytes (char) - some delimeter // "CD"
4 bytes (uint32) - file size
x bytes - file data
}
x bytes - unknown (some directory info)
QuickBMS Script
Notes and Comments
- This file format occurs in made by Cat Daddy.
Games
List of games using this file format:
- Cruise Ship Tycoon (*.BIN) (PC)
- Golf Resort Tycoon (needs confirmation!)
- Mall Tycoon 3 (needs confirmation!)
- School Tycoon (needs confirmation!)
- Skateboard Park Tycoon (needs confirmation!)
- Ski Resort Tycoon (needs confirmation!)
- Snowboard Park Tycoon (needs confirmation!)
Compatible Programs
None.