Bone AUD: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
imported>WATTO
No edit summary
Line 1: Line 1:
== TTARCH ==  
== AUD ==  


* ''' Format Type ''':    Archive <br>  
* ''' Format Type ''':    Archive <br>  
Line 7: Line 7:
=== Format Specifications ===  
=== Format Specifications ===  
<tt><b>
<tt><b>
uint32 {4}&nbsp;&nbsp; - Number of directory strings <font color="purple">(These seem to be redundant)</font> <br>
byte {126}&nbsp;&nbsp; - Header <br>
<font color="blue"> ''' // For each dir string ''' </font> <br>
byte {x}&nbsp;&nbsp;&nbsp;&nbsp; - Data <font color="purple">(A standard ogg file)</font><br>  
: uint32 {4}&nbsp;&nbsp; - Length of dir string <br>  
: char {X}&nbsp;&nbsp;&nbsp;&nbsp; - Directory string <br><br>
 
uint32 {4}&nbsp;&nbsp; - Number of files <br>
<font color="blue"> ''' // For each file ''' </font> <br>  
: uint32 {4}&nbsp;&nbsp; - Length of filename <br>
: char {X}&nbsp;&nbsp;&nbsp;&nbsp; -  Filename <br>
: uint32 {4}&nbsp;&nbsp; - Null <br>
: uint32 {4}&nbsp;&nbsp; - File offset <br> 
: uint32 {4}&nbsp;&nbsp; - File length <br><br> 
 
uint32 {4}&nbsp;&nbsp; - Archive data offset <br> 
uint32 {4}&nbsp;&nbsp; - Archive data length <br> 
</b></tt>
</b></tt>


Line 30: Line 17:


=== Notes and Comments ===  
=== Notes and Comments ===  
Original file format analysis by Counting Pine.<br>
The AUD files in bone are just ogg files with an 126 byte header.
The files inside this archive are xor'ed with 0xFF, however it appears that parts of the files may be xor'ed with a different value. This is most visable with the .dds images where areas of the image appear corrupted. For more information see [http://www.lucasforums.com/showthread.php?t=152418 this thread.]<br><br>
 


=== Supported by Programs ===  
=== Supported by Programs ===  
* [http://quick.mixnmojo.com/software.php#bonettarch Bone Ttarch Dumper]<br>
* [http://quick.mixnmojo.com/software.php#bonemusic Bone Music Extractor]<br>

Revision as of 12:17, 11 December 2005

AUD


Format Specifications

byte {126}   - Header
byte {x}     - Data (A standard ogg file)


MultiEx BMS

Not written yet


Notes and Comments

The AUD files in bone are just ogg files with an 126 byte header.


Supported by Programs