Urban Chaos OFF: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== OFF == * ''' Game ''': Urban Chaos <br> * ''' Format Type ''': Misc <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>...")
imported>Ikskoks
Line 12: Line 12:
// OFF file format  
// OFF file format  


// little endian


//TODO
SLONG number of files
 
num_of_files *
{
  SWORD waypoint
  UBYTE conversation
  UBYTE conv_off
  UBYTE channel
  UBYTE pack
  SWORD length
  SWORD offset
}
</pre>
</pre>
</div>
</div>

Revision as of 07:30, 20 October 2020

OFF


Format Specifications

// Urban Chaos 
// OFF file format 

// little endian

SLONG number of files

num_of_files *
{
   SWORD waypoint
   UBYTE conversation
   UBYTE conv_off
   UBYTE channel
   UBYTE pack
   SWORD length
   SWORD offset
}

MultiEx BMS Script

Not written yet.

Notes and Comments

  • They are stored in pairs with XA audio files in "LEVELS" directories.

Compatible Programs

None.