Page 1 of 1

"in-correct" reqs

Posted: Mon Jan 19, 2009 9:28 pm
by fiddler_on_the_roof
when i munge, i get a munge_log that says
Hidden/Spoiler:
[code]ERROR[levelpack DRP.req]:Expecting bracket, but none was found.
File : munged\pc\drp.prop.req(1)...

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

ucft <--
[continuing]
2 Errors 0 Warnings

ERROR[levelpack DRP.req]:Expecting bracket, but none was found.
File : munged\pc\drp.prop.req(1)...

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

ucft <--
[continuing]
2 Errors 0 Warnings
[/code]
Yet my DRP.req is fine( i think)
Here is the DRP.req
Hidden/Spoiler:
[code]ucft
{
REQN
{
"config"
}

REQN
{
"texture"
"DRP_map"
"fish"
}

REQN
{
"path"
"DRP"
}
REQN
{
"congraph"
"DRP"
}
REQN
{
"envfx"
"DRP"
}
REQN
{
"world"
"DRP"
}
REQN
{
"prop"
"DRP"
}
REQN
{
"class"
"bluelight"
"redlight"
"greenlight"
"whitelight"
}
REQN
{
"config"
"flyerspray"
"walkerstomp"
"hailfire_wake"
}
REQN
{
"lvl"
"DRP_conquest"
"DRP_ctf"
}
REQN
{
"boundary"
"DRP"
}
}
[/code]
what do I need to do? I've been trying to fix it for over an hour, to no avail.

thanks :bowdown:

Re: "in-correct" reqs

Posted: Mon Jan 19, 2009 10:14 pm
by [RDH]Zerted
Do a full, manual clean and re-munge. See if you get the same munge error.

Re: "in-correct" reqs

Posted: Tue Jan 20, 2009 5:03 pm
by fiddler_on_the_roof
same errors, but now I also get an error that says that I am missing my DRP_comquest.mrq. which I just checked, and I have.
Here is the mungelog

Code: Select all

ERROR[levelpack DRP.req]:Expecting bracket, but none was found.
File : munged\pc\drp.prop.req(1)...

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

ucft <--
 [continuing]
   2 Errors    0 Warnings

ERROR[levelpack DRP_conquest.mrq]:Could not open munged\pc\mz.files for input. DOS reports:
No such file or directory
ERROR[levelpack DRP_conquest.mrq]:Could not open munged\pc\mz.files for input. DOS reports:
No such file or directory
 [continuing]
ERROR[levelpack DRP_ctf.mrq]:Could not open munged\pc\mz.files for input. DOS reports:
No such file or directory
ERROR[levelpack DRP_ctf.mrq]:Could not open munged\pc\mz.files for input. DOS reports:
No such file or directory
 [continuing]
   4 Errors    0 Warnings

ERROR[levelpack DRP.req]:Expecting bracket, but none was found.
File : munged\pc\drp.prop.req(1)...

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

ucft <--
 [continuing]
   2 Errors    0 Warnings
My req is the same. Also, if it helps, what I did before these errors appeared, I had added a layer in zeroeditor. later on I deleted it.

thanks