Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 428 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 428 Bytes

d3dbsp-analyzer

COD 4/5 d3dbsp analyzer for basic rundown of a given .d3dbsp generated by cod2map (BSP) and cod2rad (lighting)

  • Gets version of d3dbsp file
  • Gets Lump Count of d3dbsp file
  • Gets Lump ID and Lump length for each Lump and converts data to little endian
  • Gets name of each Lump from ID
  • Gets start and end offsets of each lump (decimal)

Very early access. Will be heavily updated as more research is done.