Just Cause SARC: Difference between revisions
Jump to navigation
Jump to search
imported>Mr.Mouse mNo edit summary |
imported>Ikskoks No edit summary |
||
| (9 intermediate revisions by 4 users not shown) | |||
| Line 6: | Line 6: | ||
format_specifications=<tt><b>{{Blue| // Header}}<br><br> | format_specifications=<tt><b>{{Blue| // Header}}<br><br> | ||
uint32 {4} - Version info?<br> | uint32 {4} - Version info?<br> | ||
byte {4} - Magic word (SARC)<br> | byte {4} - Magic word (SARC)<br> | ||
uint32 {4} - Size of file info table<br><br> | uint32 {4} - Size of file info table<br><br> | ||
{{Blue| // For each entry}}<br><br> | {{Blue| // For each entry}}<br><br> | ||
uint32 {4} - Size of filename<br> | uint32 {4} - Size of filename<br> | ||
byte {} - Filename (string)<br> | byte {} - Filename (string)<br> | ||
uint32 {4} - Offset | uint32 {4} - Offset<br> | ||
uint32 {4} - Size<br><br> | uint32 {4} - Size<br><br> | ||
</b></tt>| | </b></tt>| | ||
| Line 21: | Line 21: | ||
games=Just Cause | games=Just Cause | ||
}} | }} | ||
[[Category:File Format]] | |||
Latest revision as of 15:27, 10 January 2021
Back to index | Edit this page
BL, NL a.o.
{{GRAFPageMisc{{ subst:#if: Archive | {{subst:!}}Archive }}{{ subst:#if: Little Endian | {{subst:!}}Little Endian }}}}
Format Specifications
// Header
uint32 {4} - Version info?
byte {4} - Magic word (SARC)
uint32 {4} - Size of file info table
// For each entry
uint32 {4} - Size of filename
byte {} - Filename (string)
uint32 {4} - Offset
uint32 {4} - Size
Notes and Comments
These SARC files are located within ARC files. They can have different extensions, so open a file and look for the word "SARC" at the 5th byte of the file.
MultiEx BMS Script
Processed by a plugin in MultiEx Commander
Supported by Programs
MultiEx Commander http://multiex.xentax.com
Documentation
http://forum.xentax.com/viewtopic.php?t=2105
Games
Just Cause