wfowler1 / jbn-bsp-lump-tools

Just a goofy tool for messing with Nightfire BSPs. For all intents and purposes this is a dead project preserved here after Google Code shut down. The origins of the BSP decompiler project and LibBSP can be traced back here.
5 stars 2 forks source link

Decompiler: Add support for MOHAA BSPs #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ideally, this includes both expansion packs: Spearhead and Breakthrough.

I've already split apart the BSP into lump files and began cataloging them, but 
I don't really know what's what. The 2015 and EALA formats seem pretty similar, 
but it's all pretty much confusing as hell.

Header format:
String FOURCC
int32 version
byte[4] unknown

MOHAA Header format:
"2015" 0x13000000 <variable>
Number of lumps: Header indicates 28

Spearhead and Breakthrough header format
"EALA" 0x15000000 <variable>
Number of lumps: Header indicates 28

Original issue reported on code.google.com by MofoMan2...@gmail.com on 2 Oct 2012 at 12:39

GoogleCodeExporter commented 9 years ago
I don't know if it's completed but I'm calling this closed by revision 73.

Original comment by MofoMan2...@gmail.com on 5 Oct 2012 at 11:00