Error converting to dds: '\x15\x00\x00\x00
Closed this issue · 0 comments
HenryOfCarim commented
The message "error converting to dds: \x15\x00\x00\x00
" indicates that there's an unexpected compression format. 15 binary means uncompressed
, which is not supported yet.
e.g. ev118_00.arc::pawn\evm\evm5706\model\evm5706.mod
points to these uncompressed tex images:
pawn\evm\evm5706\model\BSAA_PC_inner_{base,sys,color,envr
.
That should be easier to fix, and will help with the cube-map issue since textures of that type are also uncompressed.