Cat Daddy Tycoons BIN: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
 
(7 intermediate revisions by the same user not shown)
Line 40: Line 40:
}
}


x bytes - unknown (some directory info)
x bytes - directory info?
</pre>
</pre>
</div>
</div>
Line 50: Line 50:
=== Notes and Comments ===  
=== Notes and Comments ===  


* This file format occurs in games made by '''"Cat Daddy Games"''' video games developer.
* This file format occurs in games made by '''"Cat Daddy Games"''' developer.


=== Games ===  
=== Games ===  
Line 68: Line 68:




[[Category:Complete Complete|Cat Daddy Tycoons BIN]]
[[Category:Complete Almost Done|Cat Daddy Tycoons BIN]]
[[Category:Platform PC|Cat Daddy Tycoons BIN]]
[[Category:Platform PC|Cat Daddy Tycoons BIN]]
[[Category:CE None|Cat Daddy Tycoons BIN]]
[[Category:CE None|Cat Daddy Tycoons BIN]]

Latest revision as of 23:57, 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 - directory info?

QuickBMS Script

Notes and Comments

  • This file format occurs in games made by "Cat Daddy Games" developer.

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.