Oddworld Abes Oddysee - .LVL files
Posted: Thu Dec 30, 2010 12:13 pm
The contents of this post was deleted because of possible forum rules violation.
Code: Select all
uint chunksize (multiple of 2048)
uint 0
char blockid - "Indx"
uint 0
uint fileheaders
uint sectorsPerChunk (chunksize / 2048)
uint 0
uint 0
for each fileheaders
char filename[12]
uint sectorindex ( *= 2048 to get pos )
uint sectorsused ( number of 2048 sectors used )
uint realsize (size of data)
blocks are handled differently
typically contain the realsize (uint64?) and the blockid
Hi, try these tools.StarQuake wrote:Could someone write me a QuickBMS script for Abes Oddysee .LVL files? I only need to be able to extract and reinsert the .VH and .VB files from them.![]()
Please consider updating the wiki page for this format: http://wiki.xentax.com/index.php/Oddwor ... ddysee_LVLmerlinsvk wrote:Hi, try these tools.