Making a texture package.

Posted:
Sat Nov 17, 07 4:43 pm
by Tonnochi
I was importing textures and something happened and it wouldn't work (see log below). I was also trying to make my own texture package by just renaming the package name in the Package: box (but stopped in the results of the log at the bottom). What's wrong?
Edit=Should have posted this in Editing issues.

Posted:
Sat Nov 17, 07 9:00 pm
by Allan
Ok, first, did you just rename the file .bmp, or save it as a bitmap?
Also, is the filesize of the image powers of 2 (IE: 1,2,4,8,16,32,64,128,256,512,1024 etc) on both dimensions?

Posted:
Sat Nov 17, 07 9:47 pm
by Tonnochi
rename, and no. The picture will look screwed up then...

Posted:
Sat Nov 17, 07 11:46 pm
by Alex
Allan wrote:Also, is the filesize of the image powers of 2 (IE: 1,2,4,8,16,32,64,128,256,512,1024 etc) on both dimensions?
This is a MUST, if you don't have this, it will not import the image. Easy as that.