Longbow 2 TRE: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
(Initial Specs)
 
imported>Ikskoks
m (Ikskoks moved page Longbow 2 to Longbow 2 TRE)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* [[GRAFs|Return to the list of games]]
Choose archive extension:
== TRE ==  
== TRE ==  


Line 25: Line 29:
<br>
<br>
<font color="blue"> ''' // for each file ''' </font> <br>  
<font color="blue"> ''' // for each file ''' </font> <br>  
: char {X}&nbsp;&nbsp;&nbsp;&nbsp; - Filename <font color="purple">(null)</font> <font color="purple">(including ..\)</font> <br>  
: char {X}&nbsp;&nbsp;&nbsp;&nbsp; - Filename <font color="purple">(including ..\)</font> <br>
: byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - null Filename Terminator <br>
<br>
<br>
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>  
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>  
<br>
</b></tt>
</b></tt>
<br>


=== MultiEx BMS ===  
=== MultiEx BMS Script ===  


Not written yet<br><br>
Not written yet<br><br>


=== Supported Programs ===  
=== Compatible Programs ===  


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

Latest revision as of 15:53, 10 January 2021

Choose archive extension:

TRE


Format Specifications

char {12}    - Header (SKNKTREE010A)
uint32 {4}   - Number Of Files
uint32 {4}   - First File Offset

// for each file

uint32 {4}   - File Offset


// for each file

uint32 {4}   - File Length


// for each file

uint32 {4}   - File Length


// for each file

uint32 {4}   - null


// for each file

char {X}     - Filename (including ..\)
byte {1}     - null Filename Terminator


byte {X}     - File Data

MultiEx BMS Script

Not written yet

Compatible Programs