Page 1 of 1

Mungelog Ground Texture problems

Posted: Mon Jul 07, 2008 9:30 pm
by epm01
So I just added a new ground texture to my map, I used the texture everywhere. So I munged it and first I got a error that says the power of two *Blah blah blah* so I fixed that and munged it again and got:
Hidden/Spoiler:
ERROR[PC_texturemunge world1\dirt_01.tga]:Targa type 10 not currently supported.
ERROR[PC_texturemunge world1\dirt_01.tga]:Targa type 10 not currently supported.
[continuing]
2 Errors 0 Warnings

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

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

ucft <--
[continuing]
2 Errors 0 Warnings

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

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

ucft <--
[continuing]
2 Errors 0 Warnings
Okay so I find TOM.req, turn it into a notepad file, go in it and this is what I get:
Hidden/Spoiler:
ucft
{
REQN
{
"config"
}

REQN
{
"texture"
"TOM_map"
}
REQN
{
"path"
"TOM"
}
REQN
{
"congraph"
"TOM"
}
REQN
{
"envfx"
"TOM"
}
REQN
{
"world"
"TOM"
}
REQN
{
"prop"
"TOM"
}
REQN
{
"class"
"bluelight"
"redlight"
"greenlight"
"whitelight"
}
REQN
{
"config"
"flyerspray"
"walkerstomp"
"hailfire_wake"
}
REQN
{
"lvl"
What bracket am I missing?

Re: Mungelog Ground Texture problems

Posted: Mon Jul 07, 2008 9:33 pm
by Blade
The only thing I know how to fix is the Targa Type 10. When you saved the ground texture, did you make sure to UN-check RLE Compression? If you didn't go back and overwrite the .tga file and make sure that RLE Compression is UN-checked.

Re: Mungelog Ground Texture problems

Posted: Tue Jul 08, 2008 8:27 am
by FragMe!
Also assuming it wasn't a transcription problem you are missing two brackets actually, one to close off the bottom statment

REQN
{
"lvl"

and one to close off the whole thing, the starting bracket is the one right at the top underneath ucft

so make the bottom look as such

REQN
{
"lvl"
}
}

Re: Mungelog Ground Texture problems

Posted: Tue Jul 08, 2008 6:58 pm
by epm01
Thanks Blade and Fragme! it was the Targa Type 10 problem that fixed it all.

Thank you,

Epm