Weird Texture Problem

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
Cleb
Lieutenant General
Lieutenant General
Posts: 711
Joined: Sun Jun 17, 2012 10:12 pm
Projects :: Learning how to use 3DS Max
Games I'm Playing :: BF2 CIV4 MC
xbox live or psn: ˙. ˙. ˙. ˙. ˙. ˙
Location: Somewhere
Contact:

Weird Texture Problem

Post 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:
Noobasaurus
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2006
Joined: Tue Aug 17, 2010 5:56 pm

Re: Weird Texture Problem

Post 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.
User avatar
Nedarb7
Lieutenant General
Lieutenant General
Posts: 676
Joined: Sat Sep 22, 2012 3:41 pm

Re: Weird Texture Problem

Post 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)
User avatar
Cleb
Lieutenant General
Lieutenant General
Posts: 711
Joined: Sun Jun 17, 2012 10:12 pm
Projects :: Learning how to use 3DS Max
Games I'm Playing :: BF2 CIV4 MC
xbox live or psn: ˙. ˙. ˙. ˙. ˙. ˙
Location: Somewhere
Contact:

Re: Weird Texture Problem

Post 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
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: Weird Texture Problem

Post 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.
Post Reply