CT Special Forces: Fire for effect DPC: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
(Redirected page to Asobo Studio DPC DPS)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
== DPC ==
#REDIRECT [[Asobo Studio DPC DPS]]
* ''' Game ''':    [[CT Special Forces: Fire for effect]] <br>
* ''' Format Type ''':    Archive <br>
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>
 
 
=== Format Specifications ===
 
 
<pre>
// CT Special Forces: Fire for effect (PC)
// DPC archive file format
 
// Archives are compressesed
// with custom compression algorithm
 
 
//header
256 bytes - version blob // "v1.81 - Asobo Studio - Internal Cross Technology"
4 bytes - number of files
24 bytes - unknown
 
 
//file info (24 bytes per entry)
num_of_files *
{
  4 bytes - dummy
  4 bytes - xsize / uncompressed size
  4 bytes - size  / compressed size
  4 bytes - unknwon
  4 bytes - some CRC?
  4 bytes - unknown
}
 
 
//file data
num_of_files *
{
  x bytes - file data
  x bytes - padding
}
</pre>
 
 
 
=== MultiEx BMS Script ===
 
Not written yet
 
=== QuickBMS Script ===
* [https://aluigi.altervista.org/bms/asobo_ratatouille.bms asobo_ratatouille.bms]
* [https://aluigi.altervista.org/bms/ratatouille_dpc.bms ratatouille_dpc.bms]
 
=== Notes and Comments ===
 
* Archives are compressesed with custom compression algorithm.
* File format is shared with some other "Asobo Studio" games.
 
=== Other Games ===
List of other games sharing same file format:
* [[Ratatouille]]
 
=== Compatible Programs ===
 
None.
<br/><br>
 
 
[[Category:Complete Almost Done|CT Special Forces: Fire for effect DPC]]
[[Category:Platform PC|CT Special Forces: Fire for effect DPC]]
[[Category:CE None|CT Special Forces: Fire for effect DPC]]
[[Category:Format_Archive | Type: Archive]]
[[Category:Extension_dpc | Extension: dpc]]
[[Category:BMS_None | BMS: None]]

Latest revision as of 15:27, 13 October 2020