Taking a vanilla cdb file and re-exporting it breaks car brightness for some reason.
Possible culprits:
- there's a hidden invariant that requires surfaces (or some other data) to be ordered a specific way, which I violate
- there's a lookup table in another file that needs to be kept in sync with the surfaces (and their ordering)
- the scale factors for the coordinate system must be kept in sync with something (shadowmap extents? some .bed file?)
Taking a vanilla cdb file and re-exporting it breaks car brightness for some reason.
Possible culprits: