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 Star Trek Elite Force 2 BSPs #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm talking both retail and demo versions.

Header format:
String FOURCC
int32 Version
byte[4] Unknown
30 offset/length pairs

Retail Header:
"EF2!" 0x14000000 <variable>
Number of lumps: Header seems to indicate 30 but some online sources say 27.

Demo Header:
"FAKK" 0x13000000 0x575BD2A8
Number of lumps: Header also seems to indicate 30

Original issue reported on code.google.com by MofoMan2...@gmail.com on 1 Oct 2012 at 11:00

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
Started reverse engineering the format.

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

GoogleCodeExporter commented 9 years ago
Started writing the code for the demo...

Original comment by MofoMan2...@gmail.com on 7 Oct 2012 at 7:58

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r74.

Original comment by wfowl...@mscd.edu on 8 Oct 2012 at 7:44