EA VIV BIG 192 251: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 11: Line 11:
=== Format Specifications ===  
=== Format Specifications ===  


<tt><b>
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
byte {2}&nbsp;&nbsp;&nbsp;&nbsp; - Header <font color="purple">(192,251)</font> <br>
<pre>
uint16 {2}&nbsp;&nbsp; - Directory Size <font color="darkgreen">[+ 0-7]</font> <br>
// EA BIG/VIV file format
uint16 {2}&nbsp;&nbsp; - Number Of Files <br>
 
byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - null <br>
// big endian
<br>
 
<font color="blue"> ''' // for each file ''' </font> <br>
//header
: uint16 {2}&nbsp;&nbsp; - Offset <br>
2 bytes (uint16) - signature // (192, 251)   0xC0 0xFB
: byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - <font color="red"> '' Unknown '' </font> <br>
2 bytes (uint16) - directory size // [+ 0-7]
: uint16 {2}&nbsp;&nbsp; - File Size <br>
2 bytes (uint16) - number of files
: char {X}&nbsp;&nbsp;&nbsp;&nbsp; - Filename <br>
 
: byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - null Filename Terminator <br>
//info array
: byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - <font color="red"> '' Unknown '' </font> <br>
num_of_files *
<br>
{
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>
  3 bytes (uint24) - file offset
<br>
  3 bytes (uint24) - compressed file size
</b></tt>
  x bytes (char) - filename  // e.g. "main.big"
}
 
//data
num_of_files *
{
  x bytes - file data
}
</pre>
</div>


=== MultiEx BMS Script ===  
=== MultiEx BMS Script ===  

Revision as of 22:43, 16 July 2021

Choose archive extension:

BIG, VIV


Format Specifications

// EA BIG/VIV file format

// big endian

//header
2 bytes (uint16) - signature // (192, 251)   0xC0 0xFB
2 bytes (uint16) - directory size // [+ 0-7]
2 bytes (uint16) - number of files

//info array
num_of_files *
{
   3 bytes (uint24) - file offset
   3 bytes (uint24) - compressed file size
   x bytes (char) - filename  // e.g. "main.big"
}

//data
num_of_files *
{
   x bytes - file data
}

MultiEx BMS Script

Not written yet.

QuickBMS Script

Games

List of games using this file format:

  • Medal of Honor Vanguard (WII) (*.VIV)
  • Triple Play 98 - Home Run Derby

Compatible Programs