Releases: 7894752/cod2map
Releases · 7894752/cod2map
Release list
v1.0.0 — Initial Release
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.