Urban Chaos CRD: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== CRD == * ''' Game ''': Urban Chaos <br> * ''' Format Type ''': Misc <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>...")
 
imported>Ikskoks
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 10: Line 10:
<pre>
<pre>
// Urban Chaos  
// Urban Chaos  
// CRD file format  
// CRD file format (credits)




//TODO
num_of_entries *
{
  4 bytes (uint32) - text offset
  2 bytes (uint16) - delay
  2 bytes (uint16) - flags
}
 
num_of_entries *
{
  x bytes - text string
  1 byte - null
}
</pre>
</pre>
</div>
</div>
Line 36: Line 47:
[[Category:Extension_crd | Extension: crd]]
[[Category:Extension_crd | Extension: crd]]
[[Category:BMS_None | BMS: None]]
[[Category:BMS_None | BMS: None]]
[[Category:File Format]]

Latest revision as of 17:07, 25 January 2021

CRD


Format Specifications

// Urban Chaos 
// CRD file format (credits)


num_of_entries *
{
   4 bytes (uint32) - text offset
   2 bytes (uint16) - delay
   2 bytes (uint16) - flags
}

num_of_entries *
{
   x bytes - text string
   1 byte - null
}

MultiEx BMS Script

Not written yet.

Notes and Comments

  • Urban Chaos credits files.

Compatible Programs

None.