Urban Chaos ALL: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== TLD == * ''' Game ''': Urban Chaos <br> * ''' Format Type ''': Animation <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <...")
imported>Ikskoks
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
== TLD ==  
== ALL ==  
* ''' Game ''':    [[Urban Chaos]] <br>  
* ''' Game ''':    [[Urban Chaos]] <br>  
* ''' Format Type ''':    Animation <br>  
* ''' Format Type ''':    Animation <br>  
Line 9: Line 9:
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
<pre>
UBYTE* save_type
// Urban Chaos
UBYTE* count
// ALL file format


UBYTE* so
//header
UBYTE* eo
SLONG save_type
SLONG count


ULONG unknown
ULONG unknown
ULONG unknown
num_of_prims *
{
  32 bytes - prim name
  x bytes - PrimObject
}
//TODO
</pre>
</pre>
</div>
</div>
Line 24: Line 37:
=== Notes and Comments ===  
=== Notes and Comments ===  


None.
* Files with this file format can be found inside "\Urban Chaos\data\" folder.


=== Compatible Programs ===  
=== Compatible Programs ===  
Line 37: Line 50:
[[Category:Extension_all | Extension: all]]
[[Category:Extension_all | Extension: all]]
[[Category:BMS_None | BMS: None]]
[[Category:BMS_None | BMS: None]]
[[Category:File Format]]

Latest revision as of 17:04, 25 January 2021

ALL


Format Specifications

// Urban Chaos 
// ALL file format

//header
SLONG save_type
SLONG count

ULONG unknown
ULONG unknown
ULONG unknown

num_of_prims *
{
  32 bytes - prim name
  x bytes - PrimObject
}


//TODO

MultiEx BMS Script

Not written yet.

Notes and Comments

  • Files with this file format can be found inside "\Urban Chaos\data\" folder.

Compatible Programs

None.