.Req error

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
ShadowGuard
Recruit Womprat Killer
Posts: 8
Joined: Sat Nov 08, 2014 12:48 pm
Projects :: Tatooine - Tusken village
Games I'm Playing :: Battlefront 2
xbox live or psn: No gamertag set
Location: London,England

.Req error

Post by ShadowGuard »

Very new to BF2 modding, just encountered this error after using visual munge:

Code: Select all

ERROR[levelpack mission\BFGg_con.req]:Expecting bracket, but none was found.
File : munged\pc\bfgg_con.script.req(1)...

ucft <--
ERROR[levelpack mission\BFGg_con.req]:Expecting bracket, but none was found.
File : munged\pc\bfgg_con.script.req(1)...

ucft <--

   2 Errors    0 Warnings
Very confused, what should i do?
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: .Req error

Post by AQT »

Was that everything in the munge log? What did you do to bfgg_con.lua? Be specific.
ShadowGuard
Recruit Womprat Killer
Posts: 8
Joined: Sat Nov 08, 2014 12:48 pm
Projects :: Tatooine - Tusken village
Games I'm Playing :: Battlefront 2
xbox live or psn: No gamertag set
Location: London,England

Re: .Req error

Post by ShadowGuard »

AQT wrote:Was that everything in the munge log? What did you do to bfgg_con.lua? Be specific.
Yes that is everything in the PC_MungeLog (weird i know). I don't rememeber anything about modifying the req file but this is what it looks like:

Code: Select all

ucft
{
	REQN
    	{

        "config"
        "cor_movies"	

    	}

	REQN
	{
		"script"
		"BFGg_con"
	}
}
User avatar
Anakin
Master of the Force
Master of the Force
Posts: 4817
Joined: Sat Sep 19, 2009 11:37 am
Projects :: RC Side Mod - Remastered - SWBF3 Legacy
Location: Mos Espa (germany)

Re: .Req error

Post by Anakin »

he asked for the lua file ;)

can you please post it, too?
ShadowGuard
Recruit Womprat Killer
Posts: 8
Joined: Sat Nov 08, 2014 12:48 pm
Projects :: Tatooine - Tusken village
Games I'm Playing :: Battlefront 2
xbox live or psn: No gamertag set
Location: London,England

Re: .Req error

Post by ShadowGuard »

Oops, didn't read read post correctly :? Doesn't matter now - found a solution. A manual clean of the pc/munged folder and scripts seemed to do the trick. On a different note, how do you get the Bfront2 log on the dvd version of the game? My map crashes despite no errors on the munge log.
User avatar
[RDH]Zerted
Gametoast Staff
Gametoast Staff
Posts: 2982
Joined: Sun Feb 26, 2006 7:36 am
Projects :: Bos Wars AI - a RTS game
Games I'm Playing :: SWBF2 and Bos Wars
xbox live or psn: No gamertag set
Location: USA
Contact:

Re: .Req error

Post by [RDH]Zerted »

The error was in munged\pc\bfgg_con.script.req which is a munged file. Meaning you had an error (so the munge process halted mid-munge), ignored it, then tried to munge again. Now your munged files are corrupted. Cleaning removes the corrupted files and re-munging tells you your original error.

There is a DVD version of the debug exe. I don't remember its name...
Post Reply