Page 1 of 1

Merging Problems

Posted: Sat Mar 23, 2013 8:37 am
by Ant
When I merge, my side folder doesn't show up....any help? :runaway:

EDIT: IM MAKING PROGRESS! My side folder now shows up..but when I put it in, all the sides are the stock besides the Commander, which is now all white. :runaway: Why arent they my designs?

Image

Re: Merging Problems

Posted: Sat Mar 23, 2013 2:22 pm
by Nedarb7
Make sure you,

Code: Select all

Saved the texture files by Saving as with RLE un-checked
Munged sides selected EVERYTHING or rep
The textures have the same names as the originals.

Re: Merging Problems

Posted: Sat Mar 23, 2013 8:43 pm
by Ant
I keep on getting this error:

ERROR[PC_texturemunge msh\rep_inf_ep3trooper.tga]:TextureMunge(rep_inf_ep3trooper:683x683x1): Must have power of two dimensions!
ERROR[PC_texturemunge msh\rep_inf_ep3trooper.tga]:TextureMunge(rep_inf_ep3trooper:683x683x1): Must have power of two dimensions!
[continuing]
2 Errors 0 Warnings

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

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

ucft <--

2 Errors 0 Warnings

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

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

ucft <--

2 Errors 0 Warnings

Re: Merging Problems

Posted: Sat Mar 23, 2013 10:21 pm
by Loopy53
make your image a power of 2! No offense, I thought that was obvious. Scale it to 512 x 512 or 1024 x 1024 or 256 x 256 etc.

Re: Merging Problems

Posted: Sat Mar 23, 2013 10:30 pm
by Marth8880
Ant wrote:ERROR[PC_texturemunge msh\rep_inf_ep3trooper.tga]:TextureMunge(rep_inf_ep3trooper:683x683x1): Must have power of two dimensions!
The texture's resolution must be a power of 2 - e.g., 128x128, 256x256x, 512x512, 1024x1024, etc.
Ant wrote:ERROR[levelpack req\rep_inf_ep3_marine.req]:Expecting bracket, but none was found.
File : munged\pc\rep_inf_ep3trooper.texture.req(1)...

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

ucft <--

2 Errors 0 Warnings

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

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

ucft <--

2 Errors 0 Warnings
Those are because of the other errors. :p

Re: Merging Problems

Posted: Sun Mar 24, 2013 8:54 am
by Ant
Now it says:
ERROR[PC_texturemunge msh\rep_inf_ep3trooper.tga]:TextureMunge(rep_inf_ep3trooper:682x682x1): Must have power of two dimensions!
ERROR[PC_texturemunge msh\rep_inf_ep3trooper.tga]:TextureMunge(rep_inf_ep3trooper:682x682x1): Must have power of two dimensions!
[continuing]
2 Errors 0 Warnings

Re: Merging Problems

Posted: Sun Mar 24, 2013 10:26 am
by Teancum
http://www.vaughns-1-pagers.com/compute ... s-of-2.htm

This is a powers of 2 table. You're concerned with the third line. Resize your texture to 512x512 and it'll be fine.