Half Life 2 SO: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
|||
| Line 28: | Line 28: | ||
I think this is like a Unix Script or something?<br><br> | I think this is like a Unix Script or something?<br><br> | ||
This is the Unix standard executable file format. See [http://en.wikipedia.org/wiki/Executable_and_Linkable_Format Executable and Linkable Format]. | |||
=== Compatible Programs === | === Compatible Programs === | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
Revision as of 23:56, 26 November 2006
SO
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header ((byte)127 + ELF)
byte {4} - Version ((bytes)1,1,1,0) (ie 1.110)
uint64 {8} - null
byte {X} - File Data
// Filename Directory
- // for each file
- char {X} - Filename
- byte {1} - null Filename Terminator
- char {X} - Filename
MultiEx BMS Script
Not written yet
Notes and Comments
I think this is like a Unix Script or something?
This is the Unix standard executable file format. See Executable and Linkable Format.