Baldurs Gate - Dark Alliance XBox: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Dinoguy1000
No edit summary
imported>Ikskoks
No edit summary
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
* [[GRAFs|Return to the list of games]]
{{GRAFPageHeader}}


Choose archive extension:
== LMP ==
{{GRAFPageMisc}}


== LMP ==  
=== Format Specifications ===
{{GRAFPageFormat|1=<nowiki/>
: uint32 {4}&nbsp;&nbsp; - Number Of Files


* ''' Format Type ''':   Archive <br>
{{BlockDescription| // for each file }}
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>
: char {56}&nbsp;&nbsp;&nbsp; - Filename {{InlineComment|(filled with junk and null terminated)}}
: uint32 {4}&nbsp;&nbsp; - File Offset
: uint32 {4}&nbsp;&nbsp; - File Length


: byte {0-255} - null Padding to a multiple of 256 bytes


=== Format Specifications ===
{{BlockDescription| // for each file }}
: char {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data
: byte {0-1023}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - {{Unknown|null Padding to a multiple of 1024? bytes}}
}}


<tt><b>
=== MultiEx BMS ===
uint32 {4}&nbsp;&nbsp; - Number Of Files <br>
* Author: PXR
<br>
* Version: 1.0
<font color="blue"> ''' // for each file ''' </font> <br>
<syntaxhighlight lang="mexscript">
: char {56}&nbsp;&nbsp;&nbsp; - Filename <font color="purple">(null terminated)</font> <font color="purple">(filled with junk)</font> <br>
ImpType Standard ;
: uint32 {4}&nbsp;&nbsp; - File Offset <br>
Get FILENUM Long 0 ;
: uint32 {4}&nbsp;&nbsp; - File Length <br>
For F = 1 To FILENUM ;
<br>
GetDString FNAME 56 0 ;
byte {0-255} - null Padding to a multiple of 256 bytes <br>
SavePos FOFFSETX 0 ;
<br>
Get FOFFSET Long 0 ;
<font color="blue"> ''' // for each file ''' </font> <br>  
SavePos FSIZEX 0 ;
: char {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>
Get FSIZE Long 0 ;
: byte {0-1023}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <font color="red"> '' null Padding to a multiple of 1024? bytes '' </font> <br>
Log FNAME FOFFSET FSIZE FOFFSETX FSIZEX ;
</b></tt>
Next F ;
</syntaxhighlight>


=== MultiEx BMS ===  
=== Supported Programs ===
* [[Game Extractor|Game Extractor]]
* [[MultiEx Commander|MultiEx Commander]]


Not written yet<br><br>
=== Games ===
* [[Baldurs Gate - Dark Alliance]] (Xbox) [[LMP|*.lmp]]


=== Supported Programs ===
{{GRAFPageFooter}}


* [[Game Extractor|Game Extractor]]<br>
[[Category:Xbox formats]]
 
[[Category:File Format]]
[[Category:No BMS]] [[Category:XBox]]

Latest revision as of 13:41, 3 January 2021

Back to index | Edit this page

LMP

Format Specifications

uint32 {4}   - Number Of Files

// for each file

char {56}    - Filename (filled with junk and null terminated)
uint32 {4}   - File Offset
uint32 {4}   - File Length
byte {0-255} - null Padding to a multiple of 256 bytes

// for each file

char {X}     - File Data
byte {0-1023}      - null Padding to a multiple of 1024? bytes

MultiEx BMS

  • Author: PXR
  • Version: 1.0

<syntaxhighlight lang="mexscript"> ImpType Standard ; Get FILENUM Long 0 ; For F = 1 To FILENUM ; GetDString FNAME 56 0 ; SavePos FOFFSETX 0 ; Get FOFFSET Long 0 ; SavePos FSIZEX 0 ; Get FSIZE Long 0 ; Log FNAME FOFFSET FSIZE FOFFSETX FSIZEX ; Next F ; </syntaxhighlight>

Supported Programs

Games

Navigation

Jump to a listing by...
All Formats - Common Formats - Standard Formats - Malformed Pages
Platforms
Microsoft:
Xbox
Xbox 360
Nintendo:
GameCube
DS
Desktop:
PC
Sega:
Dreamcast
Sony:
PlayStation
PlayStation 2
PlayStation 3
PlayStation Portable
Type
Animation - Archive - Audio - Image - Mesh - Miscellaneous - Model - Video
Endianness
Little-endian - Big-endian
BMS Scripts
Pages Without a BMS Script

All Pages with Scripts:
Recently Added Scripts

Program Support
No Known Support

MultiEx Commander - Game Extractor

Format Specification Completion
Work in Progress - Almost Done - Completed
Compression and Encryption
No Compression or Encryption Used - Unknown Compression or Encryption Used

One or Both Used:
Compression Used - Both Compression and Encryption Used