09-06-2011, 05:42
(This post was last modified: 09-06-2011, 05:43 by ChazZeromus.)
Right now I can't seem to find a texture converter in the beta tools black ops SDK to import my texture into my mod. There are model converters that come with the SDK but no texture converter? Is there a tex converter deep inside somewhere?
Well today I'm trying to change the background menu, so thinking that T5 has the same same iwi image format, Instead of using an already available IWI texture as a template, I decided to make my own dds texture, but the linker rejects it. The only way for it to not care is if I do that skin hack people do when they skin their guns, which is to copy 30 bytes, replace the first 26 bytes in the new one, etc..and the linker accepts it. But when I load the mod, the game crashes with an error saying it couldn't load that particular texture.
Here's the thing, this method usually works if you're "modifying" a texture. But if I extract the dds file from the original iwi I want to replace, I can't open it. The thumbnail extension for my file explorer renders it fine, but photoshop and various dds viewers can't seem to open it because of an offset error.
Thumbnail loads fine
Photoshop Denies
I've attached the dds that refuses to open, maybe someone more knowledgeble in the dds format can determine through binary analysis if it's some different DXTn.
Well today I'm trying to change the background menu, so thinking that T5 has the same same iwi image format, Instead of using an already available IWI texture as a template, I decided to make my own dds texture, but the linker rejects it. The only way for it to not care is if I do that skin hack people do when they skin their guns, which is to copy 30 bytes, replace the first 26 bytes in the new one, etc..and the linker accepts it. But when I load the mod, the game crashes with an error saying it couldn't load that particular texture.
Here's the thing, this method usually works if you're "modifying" a texture. But if I extract the dds file from the original iwi I want to replace, I can't open it. The thumbnail extension for my file explorer renders it fine, but photoshop and various dds viewers can't seem to open it because of an offset error.
Thumbnail loads fine
Photoshop Denies
I've attached the dds that refuses to open, maybe someone more knowledgeble in the dds format can determine through binary analysis if it's some different DXTn.