Battlefield 1942 RFA: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
m (Ikskoks moved page Battlefield 1942 to Battlefield 1942 RFA)
 
(14 intermediate revisions by 5 users not shown)
Line 9: Line 9:




=== Format Specifications ===


<tt><b>
uint32 {4}&nbsp;&nbsp; - Directory Offset <br>
uint32 {4}&nbsp;&nbsp; - Version <br>
<br>
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>
<br>
<font color="blue"> ''' // Directory ''' </font> <br>
: uint32 {4}&nbsp;&nbsp; - Number Of Files <br>
<br>
: <font color="blue"> ''' // for each file ''' </font> <br>
:: uint32 {4}&nbsp;&nbsp; - Filename Length <br>
:: char {X}&nbsp;&nbsp;&nbsp;&nbsp; - Filename <br>
:: uint32 {4}&nbsp;&nbsp; - Compressed File Size <br>
:: uint32 {4}&nbsp;&nbsp; - Uncompressed File Size <br>
:: uint32 {4}&nbsp;&nbsp; - Offset <br>
:: uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Type ID? '' </font> <br>
:: uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Unknown '' </font> <br>
:: uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Unknown '' </font> <br>
<br>
</b></tt>


=== Notes and Comments ===  
=== Notes and Comments ===  
Line 25: Line 46:
* [[Game Extractor|Game Extractor]] (no decompression)
* [[Game Extractor|Game Extractor]] (no decompression)


[[Category:Compressed/Encrypted]] [[Category:No BMS]]
[[Category:CE Compressed]] [[Category:BMS None|Battlefield 1942]]
 
 
[[Category:File Format]]

Latest revision as of 13:30, 17 January 2021

Choose archive extension:

RFA


Format Specifications

uint32 {4}   - Directory Offset
uint32 {4}   - Version

byte {X}     - File Data

// Directory

uint32 {4}   - Number Of Files


// for each file
uint32 {4}   - Filename Length
char {X}     - Filename
uint32 {4}   - Compressed File Size
uint32 {4}   - Uncompressed File Size
uint32 {4}   - Offset
uint32 {4}   - Type ID?
uint32 {4}   - Unknown
uint32 {4}   - Unknown


Notes and Comments

  • Compression is used on some of the files


Other Games

  • Battlefield 1942
  • RalliSport Challenge (XBOX)

Compatible Programs