OpenKh icon indicating copy to clipboard operation
OpenKh copied to clipboard

[BUG] - OpenKh.Command.IdxImg Critical error in DDS Files

Open gledson999 opened this issue 2 years ago • 2 comments

openkh-build1859 and openkh-build1876 I'm using this two build to make teste and compare and the error is the same

OpenKh.Command.IdxImg In what program within this project does this bug occur?

Describe the Bug I was doing more tests on the tool, I discovered another critical error, this time when you are do replacements in the background textures, the tool inserts the textures and sort wrong.

In the tests below I will give an example of 3 specific scenarios and details of each one:

First Screenshot: hb13.map I just leave this DDS image because the tool can keep the missing DDS with original source file, just replacing the translated texture from folder: image

This was a result: image

hb10.map I leave only this image here: image

image

The result was this too: image

But looking in detail, I noticed that the accessories shop remain with the correct textures, but with this is a image directly from the *.map (untranslated low resolution) instead of DDS file (translated hi-res): image

hb05.map I leave this files: image and the result was this: image

Here is a curious detail, the DDS texture was inserted correctly at this point, I don't know if it was just luck or if it was influenced by the tool, but anyway I thought it was interesting to report too. image

NOTE All replaced DDS are the same size and format as the original. (Example:) If the original DDS was DXT5, the modified DDS was DXT5 also with the same settings.

gledson999 avatar Jun 23 '22 06:06 gledson999

Basically the same as #571 but on somewhere else.

TopazTK avatar Jun 23 '22 08:06 TopazTK

#571 was closed due to being fixed. Does that mean this is as well?

Vladabdf avatar Aug 04 '23 01:08 Vladabdf