How to success save DDS?
Added by QCherry about 3 years ago
Hello,
I have problem a saving DDS img, gimp plugin saving dds, i paste to bnp & have error... Paint Net saving result numbers "2" in background in menu. I editing menu( launcher_bg.dds ).
Replies (5)
RE: How to success save DDS? - Added by kervala about 3 years ago
I suggest you to use tga2dds to convert your TGA or PNG to DDS :) It uses only NeL supported DDS versions.
And if you see "2", it means your texture is not a 2^x number and your graphic card doesn't seem to support "non-power of two".
Nowadays all graphic cards supports "non-power of two" textures but you need anyway a multiple of 4 (or 8) for with and height.
What is the size of your image ?
RE: How to success save DDS? - Added by QCherry about 3 years ago
Link for tga2dds, google hits milion result's
RE: How to success save DDS? - Added by QCherry about 3 years ago
Size the same as the regular menu, just add the background image, the combined and stored in dds in gimp
RE: How to success save DDS? - Added by kervala about 3 years ago
Did you compile NeL tools ? There is a tga_2_dds folder in code/nel/tools/3d :)
(1-5/5)