Page 1 of 1

Weird Texture Problem

Posted: Sat Feb 09, 2013 5:40 pm
by Cleb
Hello today I decided to make a skyscraper model (the freedom tower in nyc) and it turned out good so I made a texture to put on it untill I got a better one (its only 81x81, which is a power of 2. I place it in the map, bla bla bla... So I munge it and get this:
Hidden/Spoiler:
ERROR[PC_texturemunge msh\freedom_tower_windows1.tga]:TextureMunge(freedom_tower_windows1:81x81x1): Must have power of two dimensions!
ERROR[PC_texturemunge msh\freedom_tower_windows1.tga]:TextureMunge(freedom_tower_windows1:81x81x1): Must have power of two dimensions!
[continuing]
2 Errors 0 Warnings

ERROR[levelpack NUK.req]:Expecting bracket, but none was found.
File : munged\pc\freedom_tower_windows1.texture.req(1)...

ucft <--
ERROR[levelpack NUK.req]:Expecting bracket, but none was found.
File : munged\pc\freedom_tower_windows1.texture.req(1)...

ucft <--
[continuing]
2 Errors 0 Warnings

ERROR[levelpack NUK.req]:Expecting bracket, but none was found.
File : munged\pc\freedom_tower_windows1.texture.req(1)...

ucft <--
ERROR[levelpack NUK.req]:Expecting bracket, but none was found.
File : munged\pc\freedom_tower_windows1.texture.req(1)...

ucft <--
[continuing]
2 Errors 0 Warnings
When I go to play, the command posts are gone. :?

So then I go to the file its complaining about and find this:

Code: Select all

ucft
That's it. Nowhere does a bracket seem to fit in. :?
Could somebody help me figure out what went wrong? :runaway:

Re: Weird Texture Problem

Posted: Sat Feb 09, 2013 5:56 pm
by Noobasaurus
Cleb wrote:its only 81x81, which is a power of 2
Um...it is?
Hidden/Spoiler:
Powers of 2:
1
2
4
8
16
32
64
128
256
And so on.

Re: Weird Texture Problem

Posted: Sat Feb 09, 2013 6:18 pm
by Nedarb7
Noobasaurus wrote:
Cleb wrote:its only 81x81, which is a power of 2
Um...it is?
Hidden/Spoiler:
Powers of 2:
1
2
4
8
16
32
64
128
256
And so on.
:funny2: Just to be clear this is how powers of two work:
1 X 2 = 2 to find the next power of two you must times the answer by 2:
2 X 2 = 4 again you must do the same to find the next power of two:
4 X 2 = 8 and so on (always by two)

Re: Weird Texture Problem

Posted: Sun Feb 10, 2013 12:17 am
by Cleb
Oh wait. I feel like a complete idiot now. :oops: I was really frustrated while I was modeling the object cause there was a shape that was really hard to make in xsi so I guess my mind was clouded. :oops: :x Ill fix it now that my head has cleared.
Hidden/Spoiler:
I DO know how powers work! :P

Re: Weird Texture Problem

Posted: Sun Feb 10, 2013 8:51 am
by AceMastermind
Cleb wrote:...its only 81x81, which is a power of 2.
Powers of two

Cleb wrote:... So I munge it and get this:
Hidden/Spoiler:
ERROR[PC_texturemunge msh\freedom_tower_windows1.tga]:TextureMunge(freedom_tower_windows1:81x81x1): Must have power of two dimensions!
ERROR[PC_texturemunge msh\freedom_tower_windows1.tga]:TextureMunge(freedom_tower_windows1:81x81x1): Must have power of two dimensions!
[continuing]
2 Errors 0 Warnings

ERROR[levelpack NUK.req]:Expecting bracket, but none was found.
File : munged\pc\freedom_tower_windows1.texture.req(1)...

ucft <--
ERROR[levelpack NUK.req]:Expecting bracket, but none was found.
File : munged\pc\freedom_tower_windows1.texture.req(1)...

ucft <--
[continuing]
2 Errors 0 Warnings

ERROR[levelpack NUK.req]:Expecting bracket, but none was found.
File : munged\pc\freedom_tower_windows1.texture.req(1)...

ucft <--
ERROR[levelpack NUK.req]:Expecting bracket, but none was found.
File : munged\pc\freedom_tower_windows1.texture.req(1)...

ucft <--
[continuing]
2 Errors 0 Warnings
If you see errors(not warnings) in your munge log then you must fix them before doing anything else. The first error listed usually causes the others, if you fix that one then the rest will disappear, unless of course you have more genuine errors.

Cleb wrote:When I go to play, the command posts are gone.
The map was broken, there is no need to play the map until you get by the munging stage without errors.


Cleb wrote:So then I go to the file its complaining about and find this:

Code: Select all

ucft
This file is not complete because the munge was interrupted as a result of the incorrect image dimensions.