Cat Daddy Tycoons BIN: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
 
(19 intermediate revisions by the same user not shown)
Line 14: Line 14:
4 bytes (uint32) - signature // \x64\x00\x00\x00
4 bytes (uint32) - signature // \x64\x00\x00\x00
8 bytes - nulls
8 bytes - nulls
64 bytes (char) - archive name // e.g. "yesno"
64 bytes (char) - archive name + nulls // e.g. "yesno"
4 bytes - nulls
4 bytes - nulls
4 bytes (uint32) - number of files
4 bytes (uint32) - number of files
Line 34: Line 34:
num_of_files *
num_of_files *
{
{
   64 bytes (char) - file name // e.g. "background"
   64 bytes (char) - file name + nulls // e.g. "background"
   2 bytes (char) - some delimeter  // "CD"
   2 bytes (char) - some delimeter  // "CD"
   4 bytes (uint32) - file size
   4 bytes (uint32) - file size
Line 40: Line 40:
}
}


x bytes - unknown (some directory info)
x bytes - directory info?
</pre>
</pre>
</div>
</div>
Line 46: Line 46:
=== QuickBMS Script ===  
=== QuickBMS Script ===  


Not written yet.
* [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 ===  


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


=== Games ===  
=== Games ===  
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 ===  
Line 62: 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.