Hey...I have a big problem.
I made a model and now in zero editor the textures are gone.
Here my MungeLog:
ERROR[PC_texturemunge BUILD_026sd.tga]:TextureMunge(build_026sd:550x346x1): Must have power of two dimensions!
ERROR[PC_texturemunge BUILD_026sd.tga]:TextureMunge(build_026sd:550x346x1): Must have power of two dimensions!
[continuing]
ERROR[PC_texturemunge BUILD_078.tga]:TextureMunge(build_078:550x502x1): Must have power of two dimensions!
ERROR[PC_texturemunge BUILD_078.tga]:TextureMunge(build_078:550x502x1): Must have power of two dimensions!
[continuing]
ERROR[PC_texturemunge DOORS_024.tga]:TextureMunge(doors_024:421x550x1): Must have power of two dimensions!
ERROR[PC_texturemunge DOORS_024.tga]:TextureMunge(doors_024:421x550x1): Must have power of two dimensions!
[continuing]
ERROR[PC_texturemunge FREESAMPLES_27.tga]:TextureMunge(freesamples_27:1600x1600x1): Must have power of two dimensions!
ERROR[PC_texturemunge FREESAMPLES_27.tga]:TextureMunge(freesamples_27:1600x1600x1): Must have power of two dimensions!
[continuing]
ERROR[PC_texturemunge TILES_009.tga]:TextureMunge(tiles_009:550x350x1): Must have power of two dimensions!
ERROR[PC_texturemunge TILES_009.tga]:TextureMunge(tiles_009:550x350x1): Must have power of two dimensions!
[continuing]
What i made wrong??
Please help me!!
-TheDarkMask
Missing textures in ZE - texture errors in MungeLog
Moderator: Moderators
- TheDarkMask
- Captain

- Posts: 499
- Joined: Sat Apr 07, 2007 4:26 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Germany-Bremen
- Contact:
-
Caleb1117
- 2008 Most Original Avatar
- Posts: 3096
- Joined: Sun Aug 20, 2006 5:55 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: X-Fire: caleb1117 ಠ_ಠ
Re: Need Help!!! Please help me!
Your textures need to be in a power of 2, aka square.
change them to sizes like:
128x128
256x256
512x512
change them to sizes like:
128x128
256x256
512x512
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: Need Help!!! Please help me!
TheDarkMask wrote:Hey...I have a big problem.
I made a model and now in zero editor the textures are gone.
Here my MungeLog:
ERROR[PC_texturemunge BUILD_026sd.tga]:TextureMunge(build_026sd:550x346x1): Must have power of two dimensions!
ERROR[PC_texturemunge BUILD_026sd.tga]:TextureMunge(build_026sd:550x346x1): Must have power of two dimensions!
[continuing]
ERROR[PC_texturemunge BUILD_078.tga]:TextureMunge(build_078:550x502x1): Must have power of two dimensions!
ERROR[PC_texturemunge BUILD_078.tga]:TextureMunge(build_078:550x502x1): Must have power of two dimensions!
[continuing]
ERROR[PC_texturemunge DOORS_024.tga]:TextureMunge(doors_024:421x550x1): Must have power of two dimensions!
ERROR[PC_texturemunge DOORS_024.tga]:TextureMunge(doors_024:421x550x1): Must have power of two dimensions!
[continuing]
ERROR[PC_texturemunge FREESAMPLES_27.tga]:TextureMunge(freesamples_27:1600x1600x1): Must have power of two dimensions!
ERROR[PC_texturemunge FREESAMPLES_27.tga]:TextureMunge(freesamples_27:1600x1600x1): Must have power of two dimensions!
[continuing]
ERROR[PC_texturemunge TILES_009.tga]:TextureMunge(tiles_009:550x350x1): Must have power of two dimensions!
ERROR[PC_texturemunge TILES_009.tga]:TextureMunge(tiles_009:550x350x1): Must have power of two dimensions!
[continuing]
What i made wrong??
Please help me!!
-TheDarkMask
Your textures must be in a power of two. Here's some examples:
16x16
32x32
64x64
128x128
256x256
512x512
1024x1024
2048x2048
All of your textures are really odd sizes, and the munge doesn't like that.
*EDIT* Caleb beat me to it
-
FragMe!
- Gametoast Staff

- Posts: 2244
- Joined: Sat May 13, 2006 12:34 am
- Projects :: Not sure keep changing my mind.
- xbox live or psn: No gamertag set
- Location: Origin name GT_FragMe
- Contact:
Re: Need Help!!! Please help me!
You should just be able to adjust most of those images to the closest power of 2 format but if you do you will most likely have to go in and readjust the UV mapping a bit to get it right on the model again. Example for the first one 550 x 346 do a two step process. First do a rescale (keeping aspect ratio) and change the 550 to 512 the second number should adjust automatically. Save this. Then make a file 512 x 512 square then paste in the file you just adjusted. Yes it will have a white line down one side but the texture will be realtively the same albeit somewhat smaller thus the need for UV adjustment.
