Cat Daddy Tycoons BIN: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks (→Games) |
||
| Line 55: | Line 55: | ||
List of games using this file format: | List of games using this file format: | ||
* Cruise Ship Tycoon (*.BIN) (PC) | * Cruise Ship Tycoon (*.BIN) (PC) | ||
* Golf Resort Tycoon <font color="red">(needs confirmation!)</font> | |||
* Mall Tycoon 3 <font color="red">(needs confirmation!)</font> | |||
* School Tycoon <font color="red">(needs confirmation!)</font> | |||
* Skateboard Park Tycoon <font color="red">(needs confirmation!)</font> | |||
* Ski Resort Tycoon <font color="red">(needs confirmation!)</font> | |||
* Snowboard Park Tycoon <font color="red">(needs confirmation!)</font> | |||
=== Compatible Programs === | === Compatible Programs === | ||
Revision as of 23:23, 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 // 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 // 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
Not written yet.
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.