Skip to content

v1.0.0 — Initial Release

Latest

Choose a tag to compare

@7894752 7894752 released this 06 Apr 14:54

cod2map — Call of Duty 2 BSP Map Compiler (Reconstructed Source)

Downloads

  • cod2map.exe — 32-bit (bit-identical output with original)
  • cod2map64.exe — 64-bit (2x faster, same output)

Bug Fixes (vs original cod2map.exe)

  • Non-deterministic output — original produced different .d3dbsp files every run due to ASLR-dependent pointer sorting. Fixed with deterministic DWORD comparison.
  • Missing material buffer overwrite — missing materials corrupted the material table. Fixed with clean $default fallback.

Requirements

  • Call of Duty 2 with mod tools installed
  • Place exe files in your CoD2 bin directory

See README for build instructions and full documentation.