kk49 / deca

Tool for modding APEX engine games (Generation Zero, theHunter, ...)
MIT License
103 stars 17 forks source link

Roundtrip Texture Files #27

Open kk49 opened 5 years ago

kk49 commented 5 years ago

Maybe by going from DDSC/AVTX to/from Microsoft's DDS.

Maybe this will help? https://github.com/Microsoft/DirectXTex

kk49 commented 5 years ago
  1. Export to DDS
  2. External tool to edit DDS (let it do the image compression)
  3. Grab raw compressed image data from edited DDS file and populate DDSC and ATX files
kk49 commented 5 years ago

https://docs.microsoft.com/en-us/windows/desktop/direct3ddds/dx-graphics-dds-pguide

kk49 commented 4 years ago

Use the nvidia tools if they are installed? https://developer.nvidia.com/legacy-texture-tools

kk49 commented 4 years ago

https://github.com/castano/nvidia-texture-tools

kk49 commented 4 years ago

New release of Nvidia tools https://news.developer.nvidia.com/Texture-Tools-Exporter-2020-1/