The Moment Of Silence MAP: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
 
imported>Ikskoks
 
(8 intermediate revisions by 4 users not shown)
Line 19: Line 19:
: char {3}&nbsp;&nbsp;&nbsp;&nbsp; - Archive Extension <font color="purple">("000","007","012",etc)</font> <br>  
: char {3}&nbsp;&nbsp;&nbsp;&nbsp; - Archive Extension <font color="purple">("000","007","012",etc)</font> <br>  
: byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - null <br>  
: byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - null <br>  
: uint32 {4}&nbsp;&nbsp; - <font color="red"> '' File Offset? '' </font> <br>  
: uint32 {4}&nbsp;&nbsp; - File Offset <br>  
: uint32 {4}&nbsp;&nbsp; - <font color="red"> '' File Length? '' </font> <br>  
: uint32 {4}&nbsp;&nbsp; - File Length <br>  
: uint32 {4}&nbsp;&nbsp; - null <br>  
: uint32 {4}&nbsp;&nbsp; - null <br>  
</b></tt>
</b></tt>
Line 31: Line 31:


* The resource.map file lists the file details for all archives named resource.###<br>
* The resource.map file lists the file details for all archives named resource.###<br>
* In StarForce-protected versions of the game, the visible resource.map might be a decoy, since its contents do not necessarily match the data files. The actual resource map is probably encoded into the file mossfres.dat.<br>


=== Supported Programs ===  
=== Supported Programs ===  


* [[Game Extractor|Game Extractor]]<br>
* [[Game Extractor|Game Extractor]]<br>
[[Category:File Format]]

Latest revision as of 21:26, 21 January 2021

Choose archive extension:

### + RESOURCE.MAP


Format Specifications

uint32 {4}   - Number Of Files

// for each file

char {64}    - Filename (null-terminated)
uint32 {4}   - File Type ID? (1/3)
char {3}     - Archive Extension ("000","007","012",etc)
byte {1}     - null
uint32 {4}   - File Offset
uint32 {4}   - File Length
uint32 {4}   - null

MultiEx BMS

Not written yet

Notes and Comments

  • The resource.map file lists the file details for all archives named resource.###
  • In StarForce-protected versions of the game, the visible resource.map might be a decoy, since its contents do not necessarily match the data files. The actual resource map is probably encoded into the file mossfres.dat.

Supported Programs