How could I replace a .DDS texture?

Textures, recreate headers, conversions, algorithms and parsing of image files
Darkhatsu
Posts: 2
Joined: Thu Jan 12, 2023 9:40 pm

How could I replace a .DDS texture?

Post by Darkhatsu »

I was able to successfully extract textures from a game file I am trying to modify. Textures are DXT1 in DDS format. How could I modify a texture and replace the original with the new one?