Xatax RES: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
mNo edit summary
imported>Mr.Mouse
mNo edit summary
Line 27: Line 27:
=== MultiEx BMS Script ===  
=== MultiEx BMS Script ===  


Not written yet<br><br>
<pre>
ImpType Standard ;
Get FN Int 0 ;
For T = 1 To FN ;
Get D Byte 0 ;
GetDString NAME 12 0 ;
SavePos FOO 0 ;
Get FO Long 0 ;
SavePos FSO 0 ;
Get FS Long 0 ;
Get D Byte 0 ;
Log NAME FO FS FOO FSO ;
Next T ;
</pre>


=== Compatible Programs ===  
=== Compatible Programs ===  


* [[MultiEx Commander|MultiEx Commander]]
* [[Game Extractor|Game Extractor]]<br>
* [[Game Extractor|Game Extractor]]<br>
<br>
<br>

Revision as of 15:40, 23 May 2005

Choose archive extension:

RES


Format Specifications

uint16 {2}   - Number Of Files

// for each file

byte {1}     - Filename Length
char {12}    - Filename (null)
uint32 {4}   - Data Offset
uint32 {4}   - File Length
byte {1}     - Unknown (2)


byte {X}     - File Data

MultiEx BMS Script

ImpType Standard ;
Get FN Int 0 ;
For T = 1 To FN ;
Get D Byte 0 ;
GetDString NAME 12 0 ;
SavePos FOO 0 ;
Get FO Long 0 ;
SavePos FSO 0 ;
Get FS Long 0 ;
Get D Byte 0 ;
Log NAME FO FS FOO FSO ;
Next T ;

Compatible Programs


Other Games

These games also use this file format