Arx Fatalis CIN: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== TLD == * ''' Game ''': Arx Fatalis <br> * ''' Format Type ''': Misc <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> ===...")
 
imported>Ikskoks
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
== TLD ==  
== CIN ==  
* ''' Game ''':    Arx Fatalis <br>  
* ''' Game ''':    Arx Fatalis <br>  
* ''' Format Type ''':    Misc <br>  
* ''' Format Type ''':    Misc <br>  
Line 12: Line 12:
// CIN file format
// CIN file format


3 bytes (char) - magic  // "KFA"
4 bytes (char) - magic  // "KFA" + 0x00
4 bytes (uint32) - version
x bytes (char) - some path  // "K:\ARX\sfx\speech\Spanish\."
4 bytes (uint32) - unknown // "1"
4 bytes (uint32) - unknown
 
 
// TODO
</pre>
</pre>
</div>
</div>
Line 22: Line 29:
=== Notes and Comments ===  
=== Notes and Comments ===  


None.
* CIN files contain cinematic description and data (images, effects, audio).


=== Compatible Programs ===  
=== Compatible Programs ===  


* [https://github.com/arx/ArxLibertatis/blob/ArxFatalis-1.21/Sources/DANAE/ARX_C_loadsave.cpp#L73 ARX_C_loadsave.cpp]
* [https://github.com/arx/ArxLibertatis/blob/ArxFatalis-1.21/Sources/DANAE/ARX_C_loadsave.cpp#L73 ARX_C_loadsave.cpp] (DANAE Editor)
<br/><br>
<br/><br>



Latest revision as of 13:28, 10 January 2021

CIN

  • Game : Arx Fatalis
  • Format Type : Misc
  • Endian Order : Little Endian


Format Specifications

// Arx Fatalis
// CIN file format

4 bytes (char) - magic  // "KFA" + 0x00
4 bytes (uint32) - version
x bytes (char) - some path  // "K:\ARX\sfx\speech\Spanish\."
4 bytes (uint32) - unknown // "1"
4 bytes (uint32) - unknown 


// TODO

MultiEx BMS Script

Not written yet.

Notes and Comments

  • CIN files contain cinematic description and data (images, effects, audio).

Compatible Programs