Texture Help,Please

trainboy4449

Trainz All The Way
Hello:wave:,
I'm creating a ground texture but my only error is this:Error: The texture 'grass.tga' is not a power of 2, please resize it.
I'm not really good with textures and this is something out of my league.Please help:(
 
Power of 2 means the numbers 2,4.8.16.32.64,128,256,512. Notice they double each time. So you could have 16x16.
 
It means the size of your image is incorrect, it needs to be a power of 2.

like: 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, etc. Square the image and change the size (in pixels) to one of those numbers. Typically 64 will work, but go bigger if your texture has a lot of detail.
 
Now i have another problem,the texture I made is a square-grid,but when I use it,only the background color shows(the darker color)
 
Back
Top