Munging error: Expecting bracket, but none was found

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
PvtParts
Jedi
Jedi
Posts: 1001
Joined: Mon Apr 03, 2006 9:12 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: plundering yer booty

Munging error: Expecting bracket, but none was found

Post by PvtParts »

Hey guys. I am in need of some help.

My map works fine in zero editor, and all the scripts check out.

I keep getting this error, and although i've looked thorougly for missing code (especially god Diet Dr. Pepper brackets) i cant find any problems.

If any of you all can maybe point me in the right direction it would be much appreciated...


Heres the error:

ERROR[levelpack GEL.req]:Expecting bracket, but none was found.
File : munged\pc\gel_conquest.lvl.req(1)...

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

ucft <--
[continuing]
2 Errors 0 Warnings

ERROR[levelpack GEL.req]:Expecting bracket, but none was found.
File : munged\pc\gel_conquest.lvl.req(1)...

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

ucft <--
[continuing]
2 Errors 0 Warnings


Hope to get a quick response....

Parts
Penguin
Jedi Admin
Jedi Admin
Posts: 2541
Joined: Sun Mar 05, 2006 12:00 am
Location: Australia

RE: Munging error: Expecting bracket, but none was found

Post by Penguin »

some where in your lua your missing a bracket
Emraz

RE: Munging error: Expecting bracket, but none was found

Post by Emraz »

Sometimes its not even a bracket but a comma where there shouldnt be one or where there should be one.
Lord-Bandu

RE: Munging error: Expecting bracket, but none was found

Post by Lord-Bandu »

its in your REQ. You must have an even amount of brackets .
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: Munging error: Expecting bracket, but none was found

Post by Teancum »

PvtParts wrote: I keep getting this error, and although i've looked thorougly for missing code (especially god Diet Dr. Pepper brackets) i cant find any problems.
Please don't swear, it's against the rules.

And that error, though it looks like a bracket problem usually isn't. Are you munging any custom sides? Sometimes if it can't find a file that should be in a side req you'll get that error while it's munging because it can't create a proper munge req.
User avatar
EraOfDesann
Jedi Admin
Jedi Admin
Posts: 2170
Joined: Mon May 30, 2005 5:22 pm
Location: North Texas
Contact:

Post by EraOfDesann »

I've gotten this error too. I think it was just because I added Kashyyyk Turrets. When I took out the line for them that fixed it.
theguarder

Post by theguarder »

Could you tell me what you have text edited like the .sky file or whatever...

You need a "{" before you edit something and "}" after. and if you put those wrong, or dont put them in you wil get that error and maby a map crash.
PvtParts
Jedi
Jedi
Posts: 1001
Joined: Mon Apr 03, 2006 9:12 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: plundering yer booty

Post by PvtParts »

Thanks guys. I'll look into all of these things.

I have made a new map, TES just to basically slowly allocate parts of my old map into it to try and find where the error is, and get this: even before I changed anything it still gets this error.

Now im really lost. And I havent touched any of the data or template files.


And Sorry about the cursing. I wouldnt go so far as to say any of the more...emotional four letter words, just wanted to express that this is frustrating, with out coming across as a little whiny five year old.
PvtParts
Jedi
Jedi
Posts: 1001
Joined: Mon Apr 03, 2006 9:12 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: plundering yer booty

Post by PvtParts »

Fixed it. Not sure what it was, but by making my debug map, i figured that at least one problem was to many objects (i had literally dozens of techno union ships).
Post Reply