Touch Detective OBB: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (→Games) |
imported>Ikskoks |
||
| Line 42: | Line 42: | ||
=== QuickBMS Script === | === QuickBMS Script === | ||
* [https://github.com/bartlomiejduda/Tools/blob/master/NEW%20Tools/Touch%20Detective/Touch_Detective_OBB_script.bms Touch_Detective_OBB_script.bms] | |||
=== Compatible Programs === | === Compatible Programs === | ||
Revision as of 19:37, 17 August 2022
Back to index | Edit this page
OBB
- Format Type : Archive
- Endian Order : Little Endian
- Signature : BIND-008 / BIND
Format Specifications
// header
8 bytes (char) - signature // "BIND-008"
4 bytes (uint32) - number of files
4 bytes (uint32) - nulls
// index
number_of_files *
{
4 bytes (uint32) - file offset
4 bytes (uint32) - file size
40 bytes (char) - file name // e.g. "C001_01_00.png"
}
// data
number_of_files *
{
x bytes - data
}
Notes and Comments
None.
Games
List of games using this file format:
- Touch Detective (Android) (*.OBB)
QuickBMS Script
Compatible Programs
None.