Can you upload the Watch Tower shown to this thread, and its files, for review?
The two most likely problems to be occurring here are:
1. The program used to convert BLP2 (wow format) into BLP1 (wc3 format) even if they have the same file extension on disk, might have a bug. If the resulting BLP texture has "bad mipmaps" then what will happen is the corrupted texture might only show when the model is certain distances away from the camera. The game engine thinks that as the model becomes further away, it is optimizing computer processing by replacing the texture of the model with a lower resolution copy of that same texture (which is embedded in the same .BLP file, which has multiple textures in it). But if only the copy is bad, whereas the texture you see if you try to preview this BLP at full resolution in a BLP viewer program is fine, then it won't show up as bad until you look at it in game. This is also why if we upload a file to Hive's Model Sanity Tester (located at
Sanity Test ) it will show the texture file repeating many times at smaller sizes. This is not an accident -- it is showing the smaller "mip maps" embedded in the same file. It would be possible for one of those smaller images to be wrong and be totally black, while the higher resolution ones seen up close are fine, even though it is rare that a program would create a bad texture like this:
View attachment 550561
(Above, I uploaded
Textures\Watchtower.blp from my Warcraft III CD, so we can see that even the smaller copies of the texture shown are still visually fine and would look as the surface of the Watch Tower if used when it was further away.)
2. The other possibility you might be running into is if the textures are fine, but the model settings are bad. If the WoW model is converted into Wc3 format poorly, then a "specular map" which would generally be a black-and-white texture file declaring the white parts that will "shine" like metal might be loaded instead as the WC3 texture for the file, which would cause it to be black and white from all camera distances.
[opinion]
This is just my personal opinion and might not be relevant to your request, but can I ask what program you are using to try to convert WoW models to Wc3? I was playing with something similar earlier this year but in my experience I like to approach the problem from understanding instead of from running programs written by other people.
With that in mind, what I was having fun with was using a very old version of WoW where the models were in Warcraft 3 format already -- that is to say, the MDX format instead of M2.
View attachment 550567
Then I could just put that in Retera Model Studio, and dump the entire thing into the game, and then pick a model in Retera Model Studio, use "Copy Path" on the file, and then load it in World Editor.
Then I can end up playing around in my Warcraft 3 thing but using whatever WoW data that I understand, and the more that I understand the more I can use, until eventually it almost looks like I'm playing WoW or something, even though random stuff will still be WC3 like how the Day/Night cycle in this video goes super fast because it's the Warcraft 3 one that changes night to day in a few seconds:
And it can also make it more possible to do stuff like this: